Commit eea65600 by 姜雷

处理拉起支付参数

parent 0b375fde
...@@ -100,7 +100,7 @@ Component({ ...@@ -100,7 +100,7 @@ Component({
console.log(res); console.log(res);
const { payInfo } = res; const { payInfo } = res;
wx.requestPayment({ wx.requestPayment({
timeStamp: payInfo.timeStamp, timeStamp: payInfo.timeStamp.toString(),
nonceStr: payInfo.nonceStr, nonceStr: payInfo.nonceStr,
package: payInfo.package, package: payInfo.package,
signType: payInfo.signType, 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