购物车打包费和餐位费封装
This commit is contained in:
@@ -112,12 +112,12 @@ export const Memberpay = defineStore('memberpay', {
|
||||
payType: 'aliPay',
|
||||
openId: uni.cache.get('alipayOpenId').wechatOpenId,
|
||||
// #endif
|
||||
returnUrl: '',
|
||||
returnUrl: data.returnUrl,
|
||||
buyerRemark: data.buyerRemark,
|
||||
})
|
||||
if (res) {
|
||||
uni.showLoading({
|
||||
title: '加载中',
|
||||
title: '支付吊起中...',
|
||||
mask: true
|
||||
})
|
||||
uni.requestPayment({
|
||||
|
||||
Reference in New Issue
Block a user