|
@@ -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) {
|