Explorar el Código

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

微信支付功能已不再需要主动获取用户代码,因此注释掉相关调用
Shirley hace 1 semana
padre
commit
60074fe83e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: {