Commit f46cd3d523aaf3458de0b16c4d7cfea64135f27f

Authored by 后端研发-苏泰源
1 parent f824edb8

分类

pages/goods/categoryList/categoryList.js
... ... @@ -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){
... ...