Explorar el Código

bug修复

guessPrice
suizhijia hace 5 años
padre
commit
971e25319b
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. +6
    -0
      496_dongfengqichen/pages/myCenter/myCenter.js

+ 6
- 0
496_dongfengqichen/pages/myCenter/myCenter.js Ver fichero

@@ -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();
}
},

Cargando…
Cancelar
Guardar