5 Star 95 Fork 28

zmnteam / 口腔医院预约平台小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
App.vue 432 Bytes
一键复制 编辑 原始数据 按行查看 历史
P_Peaceful 提交于 2021-09-18 08:59 . 小程序基础模块初始化
<script>
export default {
onLaunch: function() {
console.log('App Launch')
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
},
onPageNotFound: function() {
console.log('App Page Not Found')
},
onError (err) {
console.log(err) // 捕获 app error
}
}
</script>
<style lang="scss">
@import "uview-ui/index.scss";
/*每个页面公共css */
</style>
微信
1
https://gitee.com/zmnteam/wx_dental_hospital.git
git@gitee.com:zmnteam/wx_dental_hospital.git
zmnteam
wx_dental_hospital
口腔医院预约平台小程序
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891