Commit 9fb3af1b authored by 5359's avatar 5359

dev测试环境跳转接口调整

parent 09266fd6
...@@ -303,11 +303,11 @@ export default { ...@@ -303,11 +303,11 @@ export default {
'appCode': 'HLS_APP', 'appCode': 'HLS_APP',
}, },
{ {
'functionId': 66, 'functionId': 77,
'functionCode': '500', 'functionCode': '500',
'functionName': '招行聚合支付', 'functionName': '招行聚合支付',
'functionIcon': require('@/assets/home-manager/cmbpay_logo.png'), 'functionIcon': require('@/assets/home-manager/cmbpay_logo.png'),
'functionState': 'cmbPolyPay', 'functionState': 'CmbPolyPay',
'prodFlag': 'Y', 'prodFlag': 'Y',
'enableFlag': 'Y', 'enableFlag': 'Y',
'functionType': 'local', 'functionType': 'local',
......
...@@ -194,21 +194,23 @@ export default { ...@@ -194,21 +194,23 @@ export default {
// onConfirm() {} // onConfirm() {}
// }); // });
// } // }
if (!this.subscribe) { // if (!this.subscribe) {
hlsPopup.showPopup({ // hlsPopup.showPopup({
title: '提示', // title: '提示',
content: '未关注公众号,请先关注后再进入!', // content: '未关注公众号,请先关注后再进入!',
onConfirm: function () { // onConfirm: function () {
}, // },
}) // })
} else { // } else {
window.localStorage.authFlag == 'Y' || data.functionState == 'UserRegister' || data.functionState == 'ChinaUnionPay' /* || data.functionState == 'CmbPolyPay' */ ? this.$router.push({ name: data.functionState }) : hlsPopup.showPopup({ debugger
window.localStorage.authFlag == 'Y' || data.functionState == 'UserRegister' || data.functionState == 'ChinaUnionPay' || data.functionState == 'cmbPolyPay' ? this.$router.push({ name: data.functionState }) : hlsPopup.showPopup({
title: '提示', title: '提示',
content: '当前用户未完成注册,请先注册!', content: '当前用户未完成注册,请先注册!',
onConfirm: function () { onConfirm: function () {
}, },
}) })
} // }
}, },
// moreRecommend () { // moreRecommend () {
// console.log('go 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