This commit is contained in:
zhangmanman
2021-08-09 15:57:37 +08:00
parent c661dd0e16
commit 540d76bdb8
158 changed files with 4914 additions and 788 deletions

View File

@@ -55,7 +55,7 @@ Page({
lodingStats : false
})
wx.stopPullDownRefresh()
})
}).catch(err => {});
},
/**
@@ -98,7 +98,7 @@ Page({
title: res.data,
icon : 'none'
})
})
}) .catch(err => {});
} else if (res.cancel) {
wx.showToast({
title : '取消',
@@ -148,7 +148,7 @@ Page({
this.orderInfo();
}
})
})
}).catch(err => {});
}
// payTips为2的时候为沃钱包支付
if(this.data.pay.payTips == 2) {
@@ -163,7 +163,7 @@ Page({
this.setData({
['pay.payState']: false
})
})
}).catch(err => {});
},