Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-rljj-wx
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rl
hls-rljj-wx
Commits
9fb3af1b
Commit
9fb3af1b
authored
Apr 25, 2022
by
5359
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dev测试环境跳转接口调整
parent
09266fd6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
17 deletions
+19
-17
functionState.js
src/pages/functionState.js
+2
-2
home.vue
src/pages/home.vue
+17
-15
No files found.
src/pages/functionState.js
View file @
9fb3af1b
...
...
@@ -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'
:
'
c
mbPolyPay'
,
'functionState'
:
'
C
mbPolyPay'
,
'prodFlag'
:
'Y'
,
'enableFlag'
:
'Y'
,
'functionType'
:
'local'
,
...
...
src/pages/home.vue
View file @
9fb3af1b
...
...
@@ -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
({
// 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')
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment