随笔 - 77
文章 - 0
评论 - 0
阅读 -
21309
随笔分类 - 程序支付
支付(huazhuliren)
摘要:export const wxPayment = (option) => { const options = { timeStamp: '', nonceStr: '', prepay_id: '', paySign: '', ...option } return new Promise((reso
阅读全文
小程序支付
摘要:my.tradePay({ tradeNO:tradeNO1, //订单号 ,必须参数 success: res => { if(res.resultCode =="6001"){ console.log("用户中途取消") that.data.payLoading = false return }
阅读全文