소스 검색

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


불러오는 중...
취소
저장