| | |
| | | :style="{ |
| | | background: |
| | | backgroundType == 0 |
| | | ? 'url(../../../static/image/background/customer-blue.png) no-repeat' |
| | | ? 'url(https://mx.jzeg.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://mx.jzeg.cn:9095/appimg/image/background/huoDai.png) no-repeat' |
| | | : 'url(https://mx.jzeg.cn:9095/appimg/image/background/driver.png) no-repeat', |
| | | backgroundSize: '100% 100%' |
| | | }" |
| | | > |
| | |
| | | // type: Boolean, |
| | | // default: false |
| | | // }, |
| | | backgroundType:{ |
| | | type:Number, |
| | | default:0 |
| | | backgroundType: { |
| | | type: Number, |
| | | default: 0 |
| | | }, |
| | | name: { |
| | | type: String, |
| | |
| | | } |
| | | }, |
| | | data() { |
| | | return { |
| | | }; |
| | | return {}; |
| | | }, |
| | | methods: { |
| | | bodyClick() { |