|
@@ -1,17 +1,11 @@
|
|
<script>
|
|
<script>
|
|
- export default {
|
|
|
|
- onLaunch: function() {
|
|
|
|
- console.log('App Launch')
|
|
|
|
- },
|
|
|
|
- onShow: function() {
|
|
|
|
- console.log('App Show')
|
|
|
|
- },
|
|
|
|
- onHide: function() {
|
|
|
|
- console.log('App Hide')
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
|
|
+export default {
|
|
|
|
+
|
|
|
|
+}
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style>
|
|
<style>
|
|
- /*每个页面公共css */
|
|
|
|
|
|
+/*每个页面公共css */
|
|
|
|
+@import url('@/common/main.scss');
|
|
|
|
+@import url('@/common/button.scss');
|
|
</style>
|
|
</style>
|