Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
J
jd-vx-app
Project
Project
Details
Activity
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
Administrator
jd-vx-app
Commits
b652d9ed
Commit
b652d9ed
authored
Apr 22, 2022
by
fwz
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev_cd' into dev_cd
parents
3c8dbf69
2fa2886d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
binding.vue
pages/binding/binding.vue
+7
-7
No files found.
pages/binding/binding.vue
View file @
b652d9ed
...
@@ -79,21 +79,21 @@ export default {
...
@@ -79,21 +79,21 @@ export default {
uni
.
navigateTo
({
uni
.
navigateTo
({
url
:
'/pagesA/pages/index/index'
url
:
'/pagesA/pages/index/index'
});
});
// let param = {"appId" : "6", "ids": [1
25,126
],
// let param = {"appId" : "6", "ids": [1
51
],
// "channelCode" : "wx_lite", "channelExtras" : {"openid" : "orQCF5W_Z6281tGMooVnSNE1yGog"},
// "channelCode" : "wx_lite", "channelExtras" : {"openid" : "orQCF5W_Z6281tGMooVnSNE1yGog"},
// }
// }
// let opts = { url: '/app/pay/order/submit', method: 'post' }
// let opts = { url: '/app/pay/order/submit
/more
', method: 'post' }
//
// this.http.httpRequest(opts, param).then(res => {
// this.http.httpRequest(opts, param).then(res => {
// console.log(res);
// console.log(res);
// if (res.data.code == 200) {
// if (res.data.code == 200) {
// let paymentData = res.data;
// let paymentData = res.data
.data.invokeResponse
;
//
// uni.requestPayment({
// uni.requestPayment({
// provider: 'wxpay', // 服务提提供商
// provider: 'wxpay', // 服务提提供商
// timeStamp: paymentData.timeStamp,
// timeStamp: paymentData.timeStamp,
// nonceStr: paymentData.nonceStr,
// nonceStr: paymentData.nonceStr,
// package: paymentData.package,
// package: paymentData.package
Value
,
// signType: paymentData.signType,
// signType: paymentData.signType,
// paySign: paymentData.paySign,
// paySign: paymentData.paySign,
// success: function (res) {
// success: function (res) {
...
@@ -105,7 +105,7 @@ export default {
...
@@ -105,7 +105,7 @@ export default {
// },
// },
// });
// });
// } else {
// } else {
//
// }
// }
// })
// })
},
},
...
...
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