#
zhou zhou
2025-09-25 88bc8cd45994fd1e57da0762970f0a1cb5b1b3de
pages/order/orderDetil.vue
@@ -50,7 +50,7 @@
            orderNo: ''
         }
      },
      mounted() {
      onShow() {
         let that = this
         // #ifdef APP-NVUE
         const eventChannel = this.$scope.eventChannel; // 兼容APP-NVUE
@@ -65,7 +65,10 @@
         
         this.baseUrl = uni.getStorageSync('baseUrl');
         this.token = uni.getStorageSync('token');
         this.getOrderDetl();
         setTimeout(()=>{
            this.getOrderDetl();
         },500)
      },
      methods: {
         set(e) {