Commit 6b0bfb7b7f67d23cf1d8f4f5966b05b4b05c7405
1 parent
ee6482db
不统计isdel=1的订单
Showing
1 changed file
with
1 additions
and
1 deletions
pages/user/index/index.js
| @@ -219,7 +219,7 @@ Page({ | @@ -219,7 +219,7 @@ Page({ | ||
| 219 | rq.get("/api/weshop/order/waitlist", { | 219 | rq.get("/api/weshop/order/waitlist", { |
| 220 | isShowLoading: 0, | 220 | isShowLoading: 0, |
| 221 | data: { | 221 | data: { |
| 222 | - user_id: app_d.user_id | 222 | + user_id: app_d.user_id,isdel:0 |
| 223 | }, | 223 | }, |
| 224 | success: function (su) { | 224 | success: function (su) { |
| 225 | s.setData({ | 225 | s.setData({ |