1234567891011121314151617181920212223 |
- <script>
- export default {
- methods: {},
-
- onPageNotFound: function(e) {
-
-
-
- },
- onLaunch: function() {
- },
- onShow: function() {
- },
- onHide: function() {
- }
- };
- </script>
- <style lang="scss">
- @import './uni_modules/vk-uview-ui/index.scss';
- @import './common/css/app.scss';
- </style>
|