YY 2 سال پیش
والد
کامیت
49d053fffd
3فایلهای تغییر یافته به همراه6 افزوده شده و 3 حذف شده
  1. 2 1
      pagesSchool/schAdmin/coachexam/list.js
  2. 2 1
      pagesSchool/schAdmin/coursestu/list.js
  3. 2 1
      pagesSchool/schAdmin/studentexam/list.js

+ 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: [] })
     },
 
     /**