Commit 3630ecdf by 高淑倩

add: 我的发布

parent 7565f989
...@@ -38,7 +38,8 @@ ...@@ -38,7 +38,8 @@
"root": "subPackage/page", "root": "subPackage/page",
"pages": [ "pages": [
"pages/subPage/subPage", "pages/subPage/subPage",
"pages/h5/h5page" "pages/h5/h5page",
"pages/myRelease/myRelease"
] ]
} }
], ],
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
"list": [] "list": []
}, },
"miniprogram": { "miniprogram": {
"current": 26, "current": 27,
"list": [ "list": [
{ {
"id": -1, "id": -1,
...@@ -213,6 +213,14 @@ ...@@ -213,6 +213,14 @@
"id": -1, "id": -1,
"name": "查看物流", "name": "查看物流",
"pathName": "pages/logistics/logistics", "pathName": "pages/logistics/logistics",
"query": "",
"scene": null
},
{
"id": -1,
"name": "我的发布",
"pathName": "subPackage/page/pages/myRelease/myRelease",
"query": "",
"scene": null "scene": null
} }
] ]
......
// subPackage/page/pages/myRelease/myRelease.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
{
"navigationBarTitleText": "我的发布",
"usingComponents": {}
}
\ No newline at end of file
<!--subPackage/page/pages/myRelease/myRelease.wxml-->
<text>subPackage/page/pages/myRelease/myRelease.wxml</text>
/* subPackage/page/pages/myRelease/myRelease.wxss */
\ No newline at end of file
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