Commit 86f4074e1be705066583ea7b514c2831301f7db9
1 parent
69810aed
订单的优化
Showing
1 changed file
with
2 additions
and
0 deletions
pages/user/order_list/order_list.js
| @@ -1251,6 +1251,7 @@ Page({ | @@ -1251,6 +1251,7 @@ Page({ | ||
| 1251 | } | 1251 | } |
| 1252 | 1252 | ||
| 1253 | setTimeout(()=>{ | 1253 | setTimeout(()=>{ |
| 1254 | + th.setData({is_get:0}) | ||
| 1254 | th.onShow(); | 1255 | th.onShow(); |
| 1255 | },500) | 1256 | },500) |
| 1256 | 1257 | ||
| @@ -2680,6 +2681,7 @@ Page({ | @@ -2680,6 +2681,7 @@ Page({ | ||
| 2680 | } | 2681 | } |
| 2681 | 2682 | ||
| 2682 | setTimeout(()=>{ | 2683 | setTimeout(()=>{ |
| 2684 | + th.setData({is_get:0}) | ||
| 2683 | th.onShow(); | 2685 | th.onShow(); |
| 2684 | },500) | 2686 | },500) |
| 2685 | 2687 |