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
0551d6da0649ceb44229cf3f32b607024e24f786
Authored by
yvan.ni
2021-10-16 20:37:16 +0800
1 parent
26945329
当所有活动都已经过期,不更新,界面还是老样子。bug修复
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
pages/index/index/index.js
pages/index/index/index.js
View file @
0551d6d
...
...
@@ -326,6 +326,10 @@ Page({
326
326
th.setData({
327
327
preGoods: arr
328
328
});
329
+ }else{
330
+ th.setData({
331
+ preGoods: null
332
+ });
329
333
}
330
334
}
331
335
})
...
...