Commit 20bfba574aeb57cbc84ad77b488ba53bb81e0a9c

Authored by yvan.ni
1 parent c7312400

~~主要是订单列表, 列表可以支付两种,服务卡和普通订单~~

pages/user/order_list/order_list.js
... ... @@ -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) {
... ...