xuqiang 4 роки тому
батько
коміт
c4594cddb6

+ 1 - 1
src/components/AllorderInfo.vue

@@ -84,7 +84,7 @@ export default {
             show: false,
             stepsList: [],
             logisTics: [],
-            refundId: 0
+            refundId: ''
         };
     },
     computed: {

+ 1 - 1
src/components/AllselloutInfo.vue

@@ -169,7 +169,7 @@ export default {
             if (this.status === 'REFUND' || this.status === 'REFUNDED') {
                 this.navigateTo('/pages/Applydetails?id=' + this.id);
             } else {
-                this.navigateTo('/pages/orderdetails?id=' + this.id);
+                this.navigateTo('/pages/allselldetails?id=' + this.id);
             }
         },
         sales() {

+ 1 - 1
src/pages/allselldetails.vue

@@ -386,7 +386,7 @@ export default {
             // }, 1000);
         },
         Buyers() {
-            this.navigateTo('/pages/chat?toUserId=' + this.store.userId + '&toName=' + this.user.nickname);
+            // this.navigateTo('/pages/chat?toUserId=' + this.store.userId + '&toName=' + this.user.nickname);
         },
         logistics() {
             this.showLoading();

+ 1 - 1
src/pages/mine.vue

@@ -38,7 +38,7 @@
                 fit="contain"
                 height="86"
                 src="https://ticket-exchange.oss-cn-hangzhou.aliyuncs.com/wechat/info_img_renzhengdianjia.png"
-                @click="navigateTo('/pages/store/homePage')"
+                @click="wait"
             />
 
             <van-image

+ 6 - 1
src/pages/orderdetails.vue

@@ -419,7 +419,12 @@ export default {
             });
         },
         // sales() {
-        //     this.navigateTo('/pages/chat?toUserId=' + this.store.userId + '&toName=' + this.store.storeName);
+        //     console.log('=====');
+        //     wx.showToast({
+        //         icon: 'none',
+        //         title: '敬请开放'
+        //     });
+        //     // this.navigateTo('/pages/chat?toUserId=' + this.store.userId + '&toName=' + this.store.storeName);
         // },
         Apply() {
             this.navigateTo('/pages/Apply?id=' + this.orderInfoId);