xuqiang 4 年之前
父节点
当前提交
3bb439d366
共有 4 个文件被更改,包括 8 次插入4 次删除
  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() {
         sales() {
+            console.log(this.storeId);
             this.navigateTo('/pages/chat?toUserId=' + this.userId + '&toName=' + this.storeName);
             this.navigateTo('/pages/chat?toUserId=' + this.userId + '&toName=' + this.storeName);
         },
         },
         logisticCopy() {
         logisticCopy() {
@@ -398,7 +399,7 @@ export default {
     },
     },
     created() {
     created() {
         this.rufundApply();
         this.rufundApply();
-        this.userIds();
+        // this.userIds();
     }
     }
 };
 };
 </script>
 </script>

+ 4 - 1
src/pages/walletreview.vue

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