zs 2 年之前
父節點
當前提交
a3cfe41d58
共有 1 個文件被更改,包括 1 次插入0 次删除
  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` })
     },