#
whycq
2023-08-15 51947139f7b260acec2b52b02c904c4ed3480adc
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');
         setTimeout(()=>{
         this.getOrderDetl();
         },500)
      },
      methods: {
         set(e) {