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
20bfba574aeb57cbc84ad77b488ba53bb81e0a9c
Authored by
yvan.ni
2023-04-26 18:00:01 +0800
1 parent
c7312400
~~主要是订单列表, 列表可以支付两种,服务卡和普通订单~~
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
pages/user/order_list/order_list.js
pages/user/order_list/order_list.js
View file @
20bfba5
...
...
@@ -110,6 +110,8 @@ Page({
110
110
},
111
111
onShow: function () {
112
112
t_pay.set_fir();
113
+ t.set_fir();
114
+
113
115
var th = this;
114
116
//---查看会员的等级价---
115
117
getApp().getConfig2(function (e) {
...
...