去除多余console
This commit is contained in:
@ -1,8 +1,7 @@
|
||||
// 支付模块
|
||||
export const weappPay = (option) => {
|
||||
return new Promise((resolve, reject) => {
|
||||
// 吊起微信支付
|
||||
console.log(option,9999)
|
||||
// 吊起微信支付
|
||||
uni.requestPayment({
|
||||
...option,
|
||||
timeStamp: option.timeStamp + '',
|
||||
|
Reference in New Issue
Block a user