|
@@ -111,6 +111,14 @@ Page({
|
|
|
}
|
|
|
});
|
|
|
return;
|
|
|
+ } else if(res1.data.processResult == 1){
|
|
|
+ wx.hideLoading();
|
|
|
+ wx.showModal({
|
|
|
+ content: res1.data.errCodeDes,
|
|
|
+ showCancel:false,
|
|
|
+ confirmColor:'#00AADD',
|
|
|
+ });
|
|
|
+ return;
|
|
|
}
|
|
|
log.info('[充值]', '[微信支付]', '[请求]', {
|
|
|
timeStamp: res1.data.timeStamp,
|