微信小程序
页面配置
Page({
data: {
},
onLoad: function (options) {
},
onReady: function () {
},
onShow: function () {
},
onHide: function () {
},
onUnload: function () {
},
onPullDownRefresh: function () {
},
onReachBottom: function () {
},
onShareAppMessage: function () {
}
})
{
"usingComponents": {},
"navigationBarBackgroundColor": "#0094aa",
"navigationBarTitleText": "我的应用-demo01"
}
``
```wxml
{
<!--pages/demo01/demo01.wxml-->
<text>pages/demo01/demo01.wxml</text>
}
<!--pages/demo01/demo01.wxml-->
<text>pages/demo01/demo01.wxml</text>