全部图片替换为后端云存储路径,缴费相关页面修改
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
this.formData.carBrandName = '宝马';
|
||||
this.formData.model = 'X5';
|
||||
this.formData.color = '白色';
|
||||
this.formData.carImg = '/static/propertyImgs/carImg.png';
|
||||
this.formData.carImg = 'http://47.104.199.163:9090/images/propertyImgs/carImg.png';
|
||||
this.formData.carBrandId = '1';
|
||||
|
||||
} else if (uni.getStorageSync('operationType') == 'add') {
|
||||
|
||||
Reference in New Issue
Block a user