商品权证兑换bug
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user