Commit 86f4074e1be705066583ea7b514c2831301f7db9

Authored by yvan.ni
1 parent 69810aed

订单的优化

pages/user/order_list/order_list.js
... ... @@ -1251,6 +1251,7 @@ Page({
1251 1251 }
1252 1252  
1253 1253 setTimeout(()=>{
  1254 + th.setData({is_get:0})
1254 1255 th.onShow();
1255 1256 },500)
1256 1257  
... ... @@ -2680,6 +2681,7 @@ Page({
2680 2681 }
2681 2682  
2682 2683 setTimeout(()=>{
  2684 + th.setData({is_get:0})
2683 2685 th.onShow();
2684 2686 },500)
2685 2687  
... ...