@@ -61,7 +61,8 @@ Page({
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
-
+ const that = this;
+ that.setData({ skip: 0, page: 0, list: [] })
},
/**
@@ -82,7 +82,8 @@ Page({
@@ -92,7 +92,8 @@ Page({