Commit 3e4be4a0 by 高淑倩

add: 种草社区

parent 175859df
...@@ -42,7 +42,8 @@ ...@@ -42,7 +42,8 @@
"pages/h5/h5page", "pages/h5/h5page",
"pages/myRelease/myRelease", "pages/myRelease/myRelease",
"pages/orderBenefit/orderBenefit", "pages/orderBenefit/orderBenefit",
"pages/myReleaseDetail/myReleaseDetail" "pages/myReleaseDetail/myReleaseDetail",
"pages/grassCommunity/grassCommunity"
] ]
} }
], ],
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
"list": [] "list": []
}, },
"miniprogram": { "miniprogram": {
"current": 30, "current": 31,
"list": [ "list": [
{ {
"id": -1, "id": -1,
...@@ -241,6 +241,14 @@ ...@@ -241,6 +241,14 @@
"id": -1, "id": -1,
"name": "订单收益", "name": "订单收益",
"pathName": "subPackage/page/pages/orderBenefit/orderBenefit", "pathName": "subPackage/page/pages/orderBenefit/orderBenefit",
"query": "",
"scene": null
},
{
"id": -1,
"name": "种草社区",
"pathName": "subPackage/page/pages/grassCommunity/grassCommunity",
"query": "",
"scene": null "scene": null
} }
] ]
......
// subPackage/page/pages/grassCommunity/grassCommunity.js
const app = getApp()
const wxService = require('../../../../utils/wxService')
const utils = require('../../../../utils/util')
wxService.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/grassCommunity/grassCommunity.wxml-->
<text>subPackage/page/pages/grassCommunity/grassCommunity.wxml</text>
/* subPackage/page/pages/grassCommunity/grassCommunity.wxss */
@import './../../../../base/base.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