Commit 4fb0d2e4 by 高淑倩

优化

parent 139e31b1
// pages/my_1/my_1.js
Page({
/**
* 页面的初始数据
*/
data: {
},
/**
* 生命周期函数--监听页面加载
*/
onLoad: function (options) {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady: function () {
},
/**
* 生命周期函数--监听页面显示
*/
onShow: function () {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload: function () {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh: function () {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage: function () {
}
})
\ No newline at end of file
{}
\ No newline at end of file
<!--pages/my_1/my_1.wxml-->
<text>pages/my_1/my_1.wxml</text>
/* pages/my_1/my_1.wxss */
\ No newline at end of file
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
"list": [] "list": []
}, },
"miniprogram": { "miniprogram": {
"current": 39, "current": 40,
"list": [ "list": [
{ {
"id": -1, "id": -1,
...@@ -306,6 +306,13 @@ ...@@ -306,6 +306,13 @@
"pathName": "subPackage/page/pages/friendShareList/friendShareList", "pathName": "subPackage/page/pages/friendShareList/friendShareList",
"query": "", "query": "",
"scene": null "scene": null
},
{
"id": -1,
"name": "我的动画",
"pathName": "pages/my_1/my",
"query": "",
"scene": null
} }
] ]
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment