[更新]
This commit is contained in:
@@ -41,7 +41,7 @@ Page({
|
||||
this.setData({
|
||||
order : res.data
|
||||
})
|
||||
})
|
||||
}).catch(err => {});
|
||||
},
|
||||
|
||||
/**
|
||||
@@ -81,7 +81,7 @@ Page({
|
||||
title: res.data,
|
||||
icon : 'none'
|
||||
})
|
||||
})
|
||||
}).catch(err => {});
|
||||
} else if (res.cancel) {
|
||||
wx.showToast({
|
||||
title : '取消',
|
||||
@@ -132,7 +132,7 @@ Page({
|
||||
this.orderInfo();
|
||||
}
|
||||
})
|
||||
})
|
||||
}).catch(err => {});
|
||||
}
|
||||
// payTips为2的时候为沃钱包支付
|
||||
if(this.data.pay.payTips == 2) {
|
||||
|
||||
Reference in New Issue
Block a user