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
29a71db8
Commit
29a71db8
authored
May 13, 2022
by
5359
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dev测试环境跳转接口调整
parent
98ca0260
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
374 additions
and
239 deletions
+374
-239
cmbPolyPay.vue
src/pages/applications/cmbPolyPay/cmbPolyPay.vue
+86
-72
cmbPolyPayDetail.vue
src/pages/applications/cmbPolyPay/cmbPolyPayDetail.vue
+284
-166
home.vue
src/pages/home.vue
+2
-1
index.js
src/router/index.js
+2
-0
No files found.
src/pages/applications/cmbPolyPay/cmbPolyPay.vue
View file @
29a71db8
This diff is collapsed.
Click to expand it.
src/pages/applications/cmbPolyPay/cmbPolyPayDetail.vue
View file @
29a71db8
This diff is collapsed.
Click to expand it.
src/pages/home.vue
View file @
29a71db8
...
@@ -225,7 +225,8 @@ export default {
...
@@ -225,7 +225,8 @@ export default {
// vm.getWxUserInfo(window.localStorage.openId);
// vm.getWxUserInfo(window.localStorage.openId);
vm
.
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
if
(
res
.
resultCode
==
'00'
)
{
if
(
res
.
resultCode
==
'00'
)
{
window
.
localStorage
.
openId
=
res
.
result
//window.localStorage.openId = res.result
window
.
localStorage
.
openId
=
'oBdoRwAgUiwsQvNGYhBYks6JJLPE'
if
(
window
.
localStorage
.
openId
)
{
if
(
window
.
localStorage
.
openId
)
{
vm
.
getWxUserInfo
(
window
.
localStorage
.
openId
)
vm
.
getWxUserInfo
(
window
.
localStorage
.
openId
)
vm
.
getUserInfo
(
window
.
localStorage
.
openId
)
vm
.
getUserInfo
(
window
.
localStorage
.
openId
)
...
...
src/router/index.js
View file @
29a71db8
...
@@ -44,6 +44,7 @@ import UploadImage from '@/pages/applications/userRegisters/uploadImage'
...
@@ -44,6 +44,7 @@ import UploadImage from '@/pages/applications/userRegisters/uploadImage'
import
ChinaUnionPay
from
'@/pages/applications/chinaUnionPay/chinaUnionPay'
import
ChinaUnionPay
from
'@/pages/applications/chinaUnionPay/chinaUnionPay'
// 招行聚合支付
// 招行聚合支付
import
CmbPolyPay
from
'@/pages/applications/cmbPolyPay/cmbPolyPay'
import
CmbPolyPay
from
'@/pages/applications/cmbPolyPay/cmbPolyPay'
// 招行聚合支付明细
import
CmbPolyPayDetail
from
'@/pages/applications/cmbPolyPay/cmbPolyPayDetail'
import
CmbPolyPayDetail
from
'@/pages/applications/cmbPolyPay/cmbPolyPayDetail'
Vue
.
use
(
Router
)
Vue
.
use
(
Router
)
...
@@ -225,6 +226,7 @@ export default new Router({
...
@@ -225,6 +226,7 @@ export default new Router({
keepAlive
:
false
,
keepAlive
:
false
,
},
},
},
},
// 招行聚合支付合同明细
{
{
path
:
'/CmbPolyPayDetail'
,
path
:
'/CmbPolyPayDetail'
,
component
:
CmbPolyPayDetail
,
component
:
CmbPolyPayDetail
,
...
...
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