Commit eea65600 by 姜雷

处理拉起支付参数

parent 0b375fde
......@@ -100,7 +100,7 @@ Component({
console.log(res);
const { payInfo } = res;
wx.requestPayment({
timeStamp: payInfo.timeStamp,
timeStamp: payInfo.timeStamp.toString(),
nonceStr: payInfo.nonceStr,
package: payInfo.package,
signType: payInfo.signType,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment