Commit 20bfba574aeb57cbc84ad77b488ba53bb81e0a9c
1 parent
c7312400
~~主要是订单列表, 列表可以支付两种,服务卡和普通订单~~
Showing
1 changed file
with
2 additions
and
0 deletions
pages/user/order_list/order_list.js
| @@ -110,6 +110,8 @@ Page({ | @@ -110,6 +110,8 @@ Page({ | ||
| 110 | }, | 110 | }, |
| 111 | onShow: function () { | 111 | onShow: function () { |
| 112 | t_pay.set_fir(); | 112 | t_pay.set_fir(); |
| 113 | + t.set_fir(); | ||
| 114 | + | ||
| 113 | var th = this; | 115 | var th = this; |
| 114 | //---查看会员的等级价--- | 116 | //---查看会员的等级价--- |
| 115 | getApp().getConfig2(function (e) { | 117 | getApp().getConfig2(function (e) { |