微信支付功能已不再需要主动获取用户代码,因此注释掉相关调用
@@ -144,7 +144,7 @@ export default {
// 获取产品列表
this.fetchProductList()
if (this.paymentType === 'wechat') {
- this.getUserCode()
+ // this.getUserCode()
}
},
computed: {