| | |
| | | :style="{ |
| | | background: |
| | | backgroundType == 0 |
| | | ? 'url(../../../static/image/background/customer-blue.png) no-repeat' |
| | | ? 'url(https://hesuancj.cn:9095/appimg/image/background/customer-blue.png) no-repeat' |
| | | : backgroundType == 1 |
| | | ? 'url(../../../static/image/background/huoDai.png) no-repeat' |
| | | : 'url(../../../static/image/background/driver.png) no-repeat', |
| | | ? 'url(https://hesuancj.cn:9095/appimg/image/background/huoDai.png) no-repeat' |
| | | : 'url(https://hesuancj.cn:9095/appimg/image/background/driver.png) no-repeat', |
| | | backgroundSize: '100% 100%' |
| | | }" |
| | | > |
| | |
| | | } |
| | | }, |
| | | data() { |
| | | return { |
| | | }; |
| | | return {}; |
| | | }, |
| | | methods: { |
| | | bodyClick() { |