wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Plain Diff
Browse Code »
Commit
c8533c33701ec6cac5f2bb764268883638acaed1
Authored by
后端研发-苏明海
2021-10-18 09:08:51 +0800
2 parents
8ad70348
42da7999
Merge branch 'dev' into 'test'
Dev See merge request
!815
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 @
c8533c3
@@ -326,6 +326,10 @@ Page({
@@ -326,6 +326,10 @@ Page({
326
th.setData({
326
th.setData({
327
preGoods: arr
327
preGoods: arr
328
});
328
});
329
+ }else{
330
+ th.setData({
331
+ preGoods: null
332
+ });
329
}
333
}
330
}
334
}
331
})
335
})