wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
922e31727a453c6b34b32b72239cabd72ef5728f
Authored by
yvan.ni
2021-09-02 10:36:56 +0800
1 parent
4b0f9098
支付的优化
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
utils/pay.js
utils/pay.js
View file @
922e317
...
...
@@ -53,6 +53,7 @@ module.exports = {
53
53
},
54
54
weixinPay: function(n, e, a) {
55
55
if(!n) return false;
56
+
56
57
//有的话用最新的支付方式
57
58
if(n.orderInfo) {
58
59
wx.requestOrderPayment({
...
...