瀏覽代碼

fix(Search): 移除微信支付时获取用户代码的调用

微信支付功能已不再需要主动获取用户代码,因此注释掉相关调用
Shirley 1 周之前
父節點
當前提交
60074fe83e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/Search.vue

+ 1 - 1
src/views/Search.vue

@@ -144,7 +144,7 @@ export default {
     // 获取产品列表
     this.fetchProductList()
     if (this.paymentType === 'wechat') {
-      this.getUserCode()
+      // this.getUserCode()
     }
   },
   computed: {