|
|
@@ -34,7 +34,6 @@
|
|
|
:width="width"
|
|
|
:height="height"
|
|
|
:currentImage="model.carImg"
|
|
|
- bgsrc="http://139.9.103.171:1888/miniofile/xlyq/upload.png"
|
|
|
>
|
|
|
</upload-img>
|
|
|
<view class="text-center padding-top-20 base-color" >
|
|
|
@@ -58,7 +57,7 @@
|
|
|
:width="width"
|
|
|
:height="height"
|
|
|
:currentImage="model.vehicleDrivingLicense1"
|
|
|
- bgsrc="http://139.9.103.171:1888/miniofile/xlyq/zm.png"
|
|
|
+ :bgsrc="setting.vehicleLicenseFront"
|
|
|
>
|
|
|
</upload-img>
|
|
|
<view class="text-center padding-top-20 base-color" >
|
|
|
@@ -82,7 +81,7 @@
|
|
|
:width="width"
|
|
|
:height="height"
|
|
|
:currentImage="model.vehicleDrivingLicense2"
|
|
|
- bgsrc="http://139.9.103.171:1888/miniofile/xlyq/fm.png"
|
|
|
+ :bgsrc="setting.vehicleLicenseContrary"
|
|
|
>
|
|
|
</upload-img>
|
|
|
<view class="text-center padding-top-20 base-color" >
|
|
|
@@ -114,6 +113,7 @@
|
|
|
<script>
|
|
|
import keyboardPackage from "@/components/keyboard-package/keyboard-package.vue"
|
|
|
import uploadImg from '@/components/uploadimg/uploadImg.vue'
|
|
|
+ import setting from "@/assets/http/setting.js"
|
|
|
var that;
|
|
|
export default {
|
|
|
components:{
|
|
|
@@ -121,6 +121,8 @@
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
+ setting:setting,
|
|
|
+
|
|
|
labelWidth:'200',
|
|
|
width:480,
|
|
|
height:320,
|