医废处置公司小程序
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<script>
|
||||
export default {
|
||||
onLaunch: function() {
|
||||
console.log('App Launch')
|
||||
uni.reLaunch({
|
||||
url:'/packagePage/pages/boot1/boot1'
|
||||
})
|
||||
return false
|
||||
},
|
||||
onShow: function() {
|
||||
console.log('App Show')
|
||||
},
|
||||
onHide: function() {
|
||||
console.log('App Hide')
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
/*每个页面公共css */
|
||||
</style>
|
||||
Reference in New Issue
Block a user