Commit 555b4f3a5ff80a71eb2db3605d2d94940804eb4a
1 parent
e53c18ca
卡项订单立即支付修改
Showing
1 changed file
with
1 additions
and
1 deletions
pages/user/order_list/order_list.js
... | ... | @@ -2258,7 +2258,7 @@ Page({ |
2258 | 2258 | //------调起支付框-------- |
2259 | 2259 | weixinPay: function(n, success, fail) { |
2260 | 2260 | if (!n) return false; |
2261 | - let order_id = item.order_id; | |
2261 | + // let order_id = item.order_id; | |
2262 | 2262 | wx.requestPayment({ |
2263 | 2263 | timeStamp: String(n.timeStamp), |
2264 | 2264 | nonceStr: n.nonceStr, | ... | ... |