#
whycq
2023-08-15 51947139f7b260acec2b52b02c904c4ed3480adc
#
1个文件已修改
5 ■■■■ 已修改文件
pages/order/orderDetil.vue 5 ●●●● 补丁 | 查看 | 原始文档 | 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');
            setTimeout(()=>{
            this.getOrderDetl();
            },500)
        },
        methods: {
            set(e) {