去除多余console

This commit is contained in:
gaoxs
2020-04-13 17:48:31 +08:00
parent 7248b0f091
commit e08d2a6fa7
23 changed files with 3 additions and 105 deletions

View File

@ -1,8 +1,7 @@
// 支付模块
export const weappPay = (option) => {
return new Promise((resolve, reject) => {
// 吊起微信支付
console.log(option,9999)
// 吊起微信支付
uni.requestPayment({
...option,
timeStamp: option.timeStamp + '',