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
194d8476725f83fe1be03491de6a1686f4d3b440
Authored by
yvan.ni
2024-02-15 07:12:47 +0800
1 parent
3de1828f
入参isRedis:1
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
pages/activity/seckill_list/seckill_list.js
pages/activity/seckill_list/seckill_list.js
View file @
194d847
...
...
@@ -214,7 +214,8 @@ Page({
214
214
timetype: th.data.type,
215
215
is_end: 0,
216
216
is_show: 1,
217
- user_id: user_id
217
+ user_id: user_id,
218
+ isRedis:1
218
219
};
219
220
220
221
wx.showLoading();
...
...