This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
weapp
/
C
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
66
Wiki
Activity
Browse Source
[积分变更记录下拉刷新数据bug问题修复]
tags/湖南版5.1.4
刘晖
6 years ago
parent
3331093654
commit
5481c4e649
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
pages/integralmall/integraHistory/index.js
+ 2
- 1
pages/integralmall/integraHistory/index.js
View File
@@ -104,7 +104,8 @@ Page({
onPullDownRefresh: function (e) {
let that = this;
that.setData({
pageNum: 1
pageNum: 1,
list:[]
});
that.record(1);
},
Write
Preview
Loading…
Cancel
Save