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
f46cd3d523aaf3458de0b16c4d7cfea64135f27f
Authored by
后端研发-苏泰源
2022-01-24 16:42:24 +0800
1 parent
f824edb8
分类
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
pages/goods/categoryList/categoryList.js
pages/goods/categoryList/categoryList.js
View file @
f46cd3d
...
...
@@ -727,6 +727,9 @@ Page({
727
727
this.checkCor();
728
728
}
729
729
}
730
+ this.setData({
731
+ countDownNum: 3,
732
+ });
730
733
// if(e.currentTarget.dataset.index == 223){
731
734
// this.setData({ status_show: 1});
732
735
// }else if(e.currentTarget.dataset.index == 220){
...
...