| | |
| | | |
| | | <script> |
| | | import { mapState } from 'vuex' |
| | | import { maskPhone } from '@/utils/utils.js' |
| | | |
| | | export default { |
| | | computed: { |
| | |
| | | if (!mobile) { |
| | | return '绑定手机号' |
| | | } |
| | | return mobile.replace(/(\d{3})\d{4}(\d{4})/, '$1****$2') |
| | | return maskPhone(mobile) |
| | | } |
| | | }, |
| | | data() { |
| | |
| | | menuList: [ |
| | | { id: 1, name: '结算退押金' }, |
| | | { id: 2, name: '消费明细', url: '/pages/consumptionDetails/consumptionDetails' }, |
| | | { id: 7, name: '我的套餐', url: '/pagesA/pages/combo/combo' }, |
| | | { id: 3, name: '车辆计价规则', url: '/pages/pricingRules/pricingRules' }, |
| | | { id: 4, name: '抖音兑换说明' }, |
| | | { id: 5, name: '联系客服' }, |