Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
2ec8145c
Commit
2ec8145c
authored
Oct 21, 2022
by
youjie
Browse files
Options
Browse Files
Download
Plain Diff
no message
parents
a2b82327
b6678f5f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
18 deletions
+27
-18
submit2Pay.vue
components/pay/submit2Pay.vue
+3
-2
pages.json
pages.json
+24
-16
No files found.
components/pay/submit2Pay.vue
View file @
2ec8145c
...
...
@@ -119,10 +119,11 @@
"signType"
:
payData
.
signType
,
//微信签名方式:
"paySign"
:
payData
.
paySign
,
//微信签名
'success'
:
function
(
res
)
{
console
.
log
(
that
.
u
,
'==='
)
uni
.
hideLoading
()
if
(
th
is
.
u
&&
u
.
TenantId
==
27
)
{
if
(
th
at
.
u
&&
that
.
u
.
TenantId
==
27
)
{
uni
.
navigateTo
({
url
:
`/pages/order-submit/pay-success2?payInfo=
${
JSON
.
stringify
(
that
.
payInfo
)}
&StuId=
${
th
is
.
StuId
}
&TeacherIds=
${
this
.
TeacherIds
}
`
url
:
`/pages/order-submit/pay-success2?payInfo=
${
JSON
.
stringify
(
that
.
payInfo
)}
&StuId=
${
th
at
.
StuId
}
&TeacherIds=
${
that
.
TeacherIds
}
`
// url: '/pages/order-submit/pay-success2?payInfo='+JSON.stringify(that.payInfo)
});
}
else
{
...
...
pages.json
View file @
2ec8145c
...
...
@@ -4,7 +4,7 @@
},
"pages"
:
[{
"path"
:
"pages/index/index"
,
//
"path"
:
"pa
ges/address/address2
"
,
//
"path"
:
"pa
y-success
"
,
"enablePullDownRefresh"
:
true
,
"style"
:
{
"navigationStyle"
:
"custom"
...
...
@@ -30,6 +30,13 @@
},
{
"path"
:
"pages/webbox/webbox2"
},
{
"path"
:
"components/goods/goodsku2"
,
"style"
:
{
"navigationBarTitleText"
:
""
,
"enablePullDownRefresh"
:
false
}
}
],
"subPackages"
:
[{
...
...
@@ -44,7 +51,8 @@
"pages"
:
[{
"path"
:
"index/index"
}]
},
{
},
{
"root"
:
"pages/goods"
,
"pages"
:
[{
"path"
:
"goods"
...
...
@@ -242,11 +250,15 @@
//
},
{
"root"
:
"pages/order-submit"
,
"pages"
:
[{
"pages"
:
[
{
"path"
:
"pay-success"
},{
"path"
:
"pay-success2"
},
{
"path"
:
"pay-success2"
},
{
"path"
:
"order-submit"
},
{
...
...
@@ -264,9 +276,8 @@
},
{
"root"
:
"pages/address"
,
"pages"
:
[
{
"path"
:
"address2"
//新增进阶课堂
"pages"
:
[{
"path"
:
"address2"
//新增进阶课堂
},
{
"path"
:
"address"
...
...
@@ -886,7 +897,6 @@
//
}
//
]
//
}
],
"globalStyle"
:
{
"navigationBarTextStyle"
:
"black"
,
"navigationBarTitleText"
:
""
,
...
...
@@ -898,14 +908,12 @@
//#endif
}
},
"condition"
:
{
//模式配置,仅开发期间生效
"condition"
:
{
//模式配置,仅开发期间生效
"current"
:
0
,
//当前激活的模式(list
的索引项)
"list"
:
[
{
"name"
:
""
,
//模式名称
"path"
:
""
,
//启动页面,必选
"query"
:
""
//启动参数,在页面的onLoad函数里面得到
}
]
"list"
:
[{
"name"
:
""
,
//模式名称
"path"
:
""
,
//启动页面,必选
"query"
:
""
//启动参数,在页面的onLoad函数里面得到
}]
}
}
\ No newline at end of file
}
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