瀏覽代碼

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

tags/湖南版5.1.4
刘晖 6 年之前
父節點
當前提交
5481c4e649
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      pages/integralmall/integraHistory/index.js

+ 2
- 1
pages/integralmall/integraHistory/index.js 查看文件

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


Loading…
取消
儲存