suizhijia пре 5 година
родитељ
комит
971e25319b
1 измењених фајлова са 6 додато и 0 уклоњено
  1. +6
    -0
      496_dongfengqichen/pages/myCenter/myCenter.js

+ 6
- 0
496_dongfengqichen/pages/myCenter/myCenter.js Прегледај датотеку

@@ -360,6 +360,9 @@ Page({
} else if (e.currentTarget.dataset.value == 2) {
this.data.parames2.page = 1;
this.data.noData2 = false;
this.setData({
recordList:[]
})
this.getMyAwardList();
} else if (e.currentTarget.dataset.value == 3){
this.data.parames.page = 1;
@@ -834,6 +837,9 @@ Page({
if(this.data.selectNow==2 && this.data.recordNow == 1 && !this.data.addressShow){
this.data.parames2.page = 1;
this.data.noData2 = false;
this.setData({
recordList:[]
})
this.getMyAwardList();
}
},

Loading…
Откажи
Сачувај