Commit 9fb3af1b authored by 5359's avatar 5359

dev测试环境跳转接口调整

parent 09266fd6
......@@ -303,11 +303,11 @@ export default {
'appCode': 'HLS_APP',
},
{
'functionId': 66,
'functionId': 77,
'functionCode': '500',
'functionName': '招行聚合支付',
'functionIcon': require('@/assets/home-manager/cmbpay_logo.png'),
'functionState': 'cmbPolyPay',
'functionState': 'CmbPolyPay',
'prodFlag': 'Y',
'enableFlag': 'Y',
'functionType': 'local',
......
......@@ -194,21 +194,23 @@ export default {
// onConfirm() {}
// });
// }
if (!this.subscribe) {
hlsPopup.showPopup({
title: '提示',
content: '未关注公众号,请先关注后再进入!',
onConfirm: function () {
},
})
} else {
window.localStorage.authFlag == 'Y' || data.functionState == 'UserRegister' || data.functionState == 'ChinaUnionPay' /* || data.functionState == 'CmbPolyPay' */ ? this.$router.push({ name: data.functionState }) : hlsPopup.showPopup({
title: '提示',
content: '当前用户未完成注册,请先注册!',
onConfirm: function () {
},
})
}
// if (!this.subscribe) {
// hlsPopup.showPopup({
// title: '提示',
// content: '未关注公众号,请先关注后再进入!',
// onConfirm: function () {
// },
// })
// } else {
debugger
window.localStorage.authFlag == 'Y' || data.functionState == 'UserRegister' || data.functionState == 'ChinaUnionPay' || data.functionState == 'cmbPolyPay' ? this.$router.push({ name: data.functionState }) : hlsPopup.showPopup({
title: '提示',
content: '当前用户未完成注册,请先注册!',
onConfirm: function () {
},
})
// }
},
// moreRecommend () {
// console.log('go moreRecommend')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment