Commit 3c0b1446 Harvey

no message

1 个父辈 ca2979e2
<script> <script>
export default { export default {
onLaunch: function(e1) { onLaunch: function() {
console.log(e1) //console.log('App Launch')
console.log('App Launch')
}, },
onShow: function() { onShow: function() {
console.log('App Show') //console.log('App Show')
}, },
onHide: function() { onHide: function() {
console.log('App Hide') //console.log('App Hide')
} }
} }
</script> </script>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
{ {
"path": "pages/center/adv", "path": "pages/center/adv",
"aliasPath": "/center/adv", "aliasPath": "/center/adv",
"name": "center", "name": "center_adv",
"style": { "style": {
"navigationBarTitleText": "宣传设置", "navigationBarTitleText": "宣传设置",
"navigationStyle": "default", "navigationStyle": "default",
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!