wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
6b0bfb7b7f67d23cf1d8f4f5966b05b4b05c7405
Authored by
yvan.ni
2022-10-27 11:22:15 +0800
1 parent
ee6482db
不统计isdel=1的订单
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/user/index/index.js
pages/user/index/index.js
View file @
6b0bfb7
...
...
@@ -219,7 +219,7 @@ Page({
219
219
rq.get("/api/weshop/order/waitlist", {
220
220
isShowLoading: 0,
221
221
data: {
222
- user_id: app_d.user_id
222
+ user_id: app_d.user_id
,isdel:0
223
223
},
224
224
success: function (su) {
225
225
s.setData({
...
...