Răsfoiți Sursa

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

微信支付功能已不再需要主动获取用户代码,因此注释掉相关调用
Shirley 1 săptămână în urmă
părinte
comite
60074fe83e
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/views/Search.vue

+ 1 - 1
src/views/Search.vue

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