// pages/homePage/homePage.js Page({ data: { }, onLoad(options) { }, onReady() { }, onShow() { }, onHide() { }, onUnload() { }, onPullDownRefresh() { }, onReachBottom() { }, onShareAppMessage() { }, onRmove(e){ wx.showModal({ title: '信息完善', content: "为校园人员使用,新用户请完善个人信息。", success(res) {}, fail(res) {}, showCancel: false, confirmText: "确定", //默认是“确定” }) } })