zs 2 years ago
parent
commit
a3cfe41d58
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pages/school/index.js

+ 1 - 0
pages/school/index.js

@@ -16,6 +16,7 @@ Page({
     },
     // 进入系统
     toJoin: function () {
+        const that = this;
         that.setData({ skip: 0, page: 0, list: [] })
         wx.navigateTo({ url: `/pages/smy/index` })
     },