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
f54b3e8f05b25283c0abd0e319fd6a9e7f7c90de
Authored by
yvan.ni
2022-01-05 14:58:25 +0800
1 parent
78d663c2
报警提示的优化
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/activity/seckill_list/seckill_list.js
pages/activity/seckill_list/seckill_list.js
View file @
f54b3e8
...
...
@@ -166,7 +166,7 @@ Page({
166
166
167
167
});
168
168
169
- if (
plist.length <= 0) {
169
+ if (
!plist ||
plist.length <= 0) {
170
170
171
171
getApp().showWarning("没有更多数据");
172
172
th.data.ismore = 0;
...
...