Explorar el Código

[积分变更记录下拉刷新数据bug问题修复]

tags/湖南版5.1.4
刘晖 hace 6 años
padre
commit
5481c4e649
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      pages/integralmall/integraHistory/index.js

+ 2
- 1
pages/integralmall/integraHistory/index.js Ver fichero

@@ -104,7 +104,8 @@ Page({
onPullDownRefresh: function (e) {
let that = this;
that.setData({
pageNum: 1
pageNum: 1,
list:[]
});
that.record(1);
},


Cargando…
Cancelar
Guardar