支付金额为0时的处理修改
This commit is contained in:
@@ -125,6 +125,10 @@ export const Memberpay = defineStore('memberpay', {
|
||||
userId: uni.cache.get('userInfo').id || ''
|
||||
})
|
||||
console.log('actionsltPayOrder:res',res);
|
||||
if(typeof res ==='string'){
|
||||
resolve(res)
|
||||
return
|
||||
}
|
||||
if(!res){
|
||||
console.log('支付失败');
|
||||
reject(false)
|
||||
|
||||
Reference in New Issue
Block a user