YY 2 gadi atpakaļ
vecāks
revīzija
49d053fffd

+ 2 - 1
pagesSchool/schAdmin/coachexam/list.js

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

+ 2 - 1
pagesSchool/schAdmin/coursestu/list.js

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

+ 2 - 1
pagesSchool/schAdmin/studentexam/list.js

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