Browse Source

配置点金计划

zaijin 1 năm trước cách đây
mục cha
commit
a14a1d2699

+ 3 - 1
pages/choosePayment/choosePayment.vue

@@ -279,6 +279,8 @@ export default {
       this.alipayEnv = getEnvIsAlipay();
       if (this.projectFlag === 'zhenning') {
         this.radioCurrent = 'weixinzn';
+      } else if (this.projectFlag === 'wudang') {
+        this.radioCurrent = 'juhe';
       } else if (this.wxEnv) {
         this.radioCurrent = 'weixin';
       } else {
@@ -395,7 +397,7 @@ export default {
       try {
         const res = await this.$u.api.monthlyWxPay({ ...params });
         if (res.code === 200) {
-          ocalStorage.setItem('jumpUrl', this.jumpUrl);
+          localStorage.setItem('jumpUrl', this.jumpUrl);
           location.href = res.data.qrCodeUrl;
         }
       } catch (err) {

static/html/WXPAY_verify_233079524.txt → wxPayCallback/WXPAY_verify_233079524.txt


static/html/wxPayCallback.html → wxPayCallback/wxPayCallback.html