订单详情页部分完成
This commit is contained in:
@@ -78,12 +78,10 @@
|
||||
},
|
||||
methods: {
|
||||
async payEvent() {
|
||||
console.log('调试1')
|
||||
let res = await this.api.payOrderPay({
|
||||
payType:'wechatPay',
|
||||
orderId:this.listinfo.id,
|
||||
})
|
||||
console.log('调试2')
|
||||
if (res) {
|
||||
return
|
||||
uni.requestPayment({
|
||||
|
||||
Reference in New Issue
Block a user