ソースを参照

[积分变更记录下拉刷新数据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);
},


読み込み中…
キャンセル
保存