Merge branch 'main' of https://git.yuzhankeji.cn/TmOct5/BlockChainH5
This commit is contained in:
@@ -336,12 +336,10 @@
|
||||
type:'app'
|
||||
}
|
||||
let orderId = orderid
|
||||
console.log(orderId,data)
|
||||
vipWechatPay(orderId,data).then(res=>{
|
||||
console.log('-----------------')
|
||||
console.log(res)
|
||||
}).catch(err=>{
|
||||
console.log(err)
|
||||
uni.showToast({
|
||||
title:err.message,
|
||||
icon:"none"
|
||||
@@ -351,8 +349,8 @@
|
||||
// 勾选协议
|
||||
agreeChange() {
|
||||
this.selected = !this.selected;
|
||||
},
|
||||
|
||||
},
|
||||
|
||||
// 会员权益介绍
|
||||
showRemark(title, val) {
|
||||
uni.showModal({
|
||||
|
||||
Reference in New Issue
Block a user