123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <script>
-
- export default {
- data() {
- return {
-
-
- }
- },
- methods:{
-
-
-
-
-
-
-
-
-
- },
- onLaunch: function() {
-
-
-
-
- },
- onShow: function() {
-
- },
- onHide: function() {
- console.log('App Hide')
- }
- }
- </script>
- <style lang="scss">
-
- @import "@/uni_modules/uview-ui/index.scss";
- uni-page-body,html,body{
- height: 100%;
- width: 750rpx;
- background: #F6F6F6;
- }
-
- </style>
|