| | |
| | | |
| | | <script> |
| | | import { redirectLogin } from '@/utils/status.js'; |
| | | |
| | | export default { |
| | | name: 'PopupMenu', |
| | | // props:{ |
| | |
| | | Authorization: 'Bearer ' + uni.getStorageSync('access_token'), |
| | | VERSION: 'zzl' |
| | | } |
| | | }).then(res=>{ |
| | | redirectLogin(); |
| | | |
| | | }).catch(err=>{ |
| | | }).then(redirectLogin()).catch(err => { |
| | | uni.showToast({ |
| | | title:'退出失败!', |
| | | }) |
| | |
| | | height:vww(40); |
| | | margin-bottom:vww(40); |
| | | } |
| | | |
| | | // cell单元格 |
| | | .u-cell-group{ |
| | | |
| | |
| | | .u-cell{ |
| | | width:vww(270); |
| | | height:vww(48); |
| | | |
| | | .u-cell__body{ |
| | | height:vww(48); |
| | | |
| | | .u-cell__body__content{ |
| | | .u-cell__left-icon-wrap{ |
| | | margin-right: vww(8); |
| | | |
| | | image{ |
| | | width:vww(16); |
| | | height:vww(16); |
| | | } |
| | | } |
| | | |
| | | .u-cell__title{ |
| | | .u-cell__title-text{ |
| | | font-size:vww(14); |
| | | } |
| | | } |
| | | } |
| | | |
| | | .u-cell__right-icon-wrap{ |
| | | .u-icon{ |
| | | .u-icon__icon{ |
| | | width:vww(7.27); |
| | | height:vww(12); |
| | | |
| | | span{ |
| | | color:#007AFF; |
| | | |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | |
| | | |
| | | } |