xuqiang il y a 4 ans
Parent
commit
3bb439d366
4 fichiers modifiés avec 8 ajouts et 4 suppressions
  1. 1 1
      .env.development
  2. 1 1
      .env.production
  3. 2 1
      src/components/AllorderInfo.vue
  4. 4 1
      src/pages/walletreview.vue

+ 1 - 1
.env.development

@@ -1 +1 @@
-VUE_APP_BASE_URL=https://zhuoka.izouma.com
+VUE_APP_BASE_URL=http://localhost:8080

+ 1 - 1
.env.production

@@ -1 +1 @@
-VUE_APP_BASE_URL=https://zhuoka.izouma.com
+VUE_APP_BASE_URL=http://localhost:8080

+ 2 - 1
src/components/AllorderInfo.vue

@@ -192,6 +192,7 @@ export default {
             });
         },
         sales() {
+            console.log(this.storeId);
             this.navigateTo('/pages/chat?toUserId=' + this.userId + '&toName=' + this.storeName);
         },
         logisticCopy() {
@@ -398,7 +399,7 @@ export default {
     },
     created() {
         this.rufundApply();
-        this.userIds();
+        // this.userIds();
     }
 };
 </script>

+ 4 - 1
src/pages/walletreview.vue

@@ -13,7 +13,7 @@
             <div class="text2">{{ desc }}</div>
 
             <template>
-                <van-button type="primary" block @click="navigateBack">返回</van-button>
+                <van-button type="primary" block @click="jump">返回</van-button>
             </template>
         </div>
     </div>
@@ -60,6 +60,9 @@ export default {
                     console.log(res);
                 });
         }
+        // jump(){
+
+        // }
     }
 };
 </script>