| | |
| | | <script> |
| | | |
| | | export default { |
| | | onLaunch: function() { |
| | | console.log('App Launch') |
| | | // console.log('App Launch') |
| | | // let token = uni.getStorageSync('access_token') || '' |
| | | // console.log(token,'token=====') |
| | | // if(token){ |
| | | // //更新登陆状态 |
| | | // uni.getStorage({ |
| | | // key: 'access_token', |
| | | // success: (res) => { |
| | | // console.log(res,'res====='); |
| | | // } |
| | | // }); |
| | | // |
| | | // } |
| | | }, |
| | | onShow: function() { |
| | | console.log('App Show') |
| | |
| | | <style lang="scss"> |
| | | /*每个页面公共css */ |
| | | @import '@/uni_modules/uview-ui/index.scss'; |
| | | @import "./static/iconfont/iconfont.css"; |
| | | @import "@/static/iconfont/iconfont.css"; |
| | | .u-empty{ |
| | | image{ |
| | | width: vww(200)!important; |
| | | height: vww(200)!important; |
| | | } |
| | | text{ |
| | | font-size: vww(14)!important; |
| | | } |
| | | } |
| | | </style> |