소스 검색

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: {