pages/order/orderDetil.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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) {