From 20bfba574aeb57cbc84ad77b488ba53bb81e0a9c Mon Sep 17 00:00:00 2001 From: yvan.ni Date: Wed, 26 Apr 2023 18:00:01 +0800 Subject: [PATCH] ~~主要是订单列表, 列表可以支付两种,服务卡和普通订单~~ --- pages/user/order_list/order_list.js | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/pages/user/order_list/order_list.js b/pages/user/order_list/order_list.js index 332169a..dcaf978 100644 --- a/pages/user/order_list/order_list.js +++ b/pages/user/order_list/order_list.js @@ -110,6 +110,8 @@ Page({ }, onShow: function () { t_pay.set_fir(); + t.set_fir(); + var th = this; //---查看会员的等级价--- getApp().getConfig2(function (e) { -- libgit2 0.21.4