kk.shi лет назад: 3
Родитель
Сommit
b72804448c
1 измененных файлов с 4 добавлено и 2 удалено
  1. 4 2
      pages/welfareMall/writeOff/writeOff.js

+ 4 - 2
pages/welfareMall/writeOff/writeOff.js

@@ -169,7 +169,8 @@ userstoreListView: function(data) {
   bindPickerChange: function (e) {
     console.log(e)
     this.setData({
-        index: e.detail.value
+        index: e.detail.value,
+        hexiaoList: [],
     })
     let storeList = this.data.storeList
     if(storeList != null && storeList.length > 0){
@@ -188,7 +189,8 @@ userstoreListView: function(data) {
   //选择日期
   bindDateChange: function (e) { 
     this.setData({
-        date: e.detail.value
+        date: e.detail.value,
+        hexiaoList: [],
     })
     this.getHexiaoList();
   },