|
@@ -279,7 +279,9 @@ export default {
|
|
|
this.alipayEnv = getEnvIsAlipay();
|
|
|
if (this.projectFlag === 'zhenning') {
|
|
|
this.radioCurrent = 'weixinzn';
|
|
|
- } else if (this.wxEnv) {
|
|
|
+ } else if (this.projectFlag === 'wudang') {
|
|
|
+ this.radioCurrent = 'juhe';
|
|
|
+ } else if (this.wxEnv) {
|
|
|
this.radioCurrent = 'weixin';
|
|
|
} else {
|
|
|
this.radioCurrent = 'juhe';
|