Kaynağa Gözat

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

tags/湖南版5.1.4
刘晖 6 yıl önce
ebeveyn
işleme
5481c4e649
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. +2
    -1
      pages/integralmall/integraHistory/index.js

+ 2
- 1
pages/integralmall/integraHistory/index.js Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet