This commit is contained in:
zdx
2020-12-28 17:25:45 +08:00
parent 092f0bad14
commit e93ee1ed17
21 changed files with 703 additions and 145 deletions

View File

@@ -19,51 +19,13 @@ Page({
},
/**
* 生命周期函数--监听页面初次渲染完成
* 跳转个人中心
*/
onReady: function () {
beSure: function () {
wx.navigateTo({
url: '/pages/user/companyMine/myActives/myActives',
})
},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {
}
})