商品权证兑换bug

This commit is contained in:
唐明明
2021-11-11 18:43:32 +08:00
parent 8dec48f748
commit 1def6bcbfc
3 changed files with 5 additions and 8 deletions

View File

@@ -184,13 +184,10 @@
}
apiUrl(data).then(res => {
// 不需要支付
console.log(res.canPay)
if(!res.canPay){
if(res.canPay === false){
uni.showModal({
title : '提示',
content : '商品兑换成功',
content : '商品权证兑换成功',
showCancel : false,
success () {
uni.reLaunch({