全部图片替换为后端云存储路径,缴费相关页面修改

This commit is contained in:
wangyuxin
2026-04-21 15:02:25 +08:00
parent b0d90c27db
commit 7341391c32
61 changed files with 87 additions and 86 deletions

View File

@@ -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') {

View File

@@ -287,8 +287,8 @@
mounted() {},
data() {
return {
frontSideOfIDcardSrc: '/static/propertyImgs/frontSideOfIDcard.png',
backSideOfIDcardSrc: '/static/propertyImgs/backSideOfIDcard.png',
frontSideOfIDcardSrc: 'http://47.104.199.163:9090/images/propertyImgs/frontSideOfIDcard.png',
backSideOfIDcardSrc: 'http://47.104.199.163:9090/images/propertyImgs/backSideOfIDcard.png',
/* 设定状态栏默认高度 */
statusBarHeight: 20,
id: undefined,

View File

@@ -67,7 +67,7 @@
return {
/* 设定状态栏默认高度 */
statusBarHeight: 20,
defaultCarImg: "/static/propertyImgs/defaultCarImg.png",
defaultCarImg: "http://47.104.199.163:9090/images/propertyImgs/defaultCarImg.png",
searchKey: "",
selectedId: '',
selectedName: '',
@@ -76,7 +76,7 @@
// 模拟车辆数据
carList: [{
id: '1',
imgSrc: '/static/propertyImgs/carImg.png',
imgSrc: 'http://47.104.199.163:9090/images/propertyImgs/carImg.png',
plate: "京A88888",
model: "宝马X5",
color: "白色",

View File

@@ -93,7 +93,7 @@
carBrandName: '101栋2单元402',
model: '张三',
color: '租赁',
carImg: '/static/propertyImgs/carImg.png',
carImg: 'http://47.104.199.163:9090/images/propertyImgs/carImg.png',
},

View File

@@ -11,14 +11,14 @@
<view class="form-container">
<!-- 手机号输入框+86前缀 -->
<view class="input-group phone-input">
<image class="iconStyle" src="/static/propertyImgs/phoneIcon.png"></image>
<image class="iconStyle" src="http://47.104.199.163:9090/images/propertyImgs/phoneIcon.png"></image>
<input class="input-item" type="number" v-model="phone" placeholder="请输入手机号码"
placeholder-class="input-placeholder" maxlength="11" />
</view>
<!-- 验证码输入框带获取验证码按钮 -->
<view class="input-group code-input" style="padding: 0 0 0 20rpx;">
<image class="iconStyle" src="/static/propertyImgs/codeIcon.png"></image>
<image class="iconStyle" src="http://47.104.199.163:9090/images/propertyImgs/codeIcon.png"></image>
<input class="input-item code-item" type="number" v-model="code" placeholder="请输入验证码"
placeholder-class="input-placeholder" maxlength="6" />

View File

@@ -71,7 +71,7 @@
return {
/* 设定状态栏默认高度 */
statusBarHeight: 20,
defaultCarImg: "/static/propertyImgs/defaultCarImg.png",
defaultCarImg: "http://47.104.199.163:9090/images/propertyImgs/defaultCarImg.png",
searchKey: "",
selectedId: '',
selectedName: '',
@@ -80,7 +80,7 @@
// 模拟车辆数据
carList: [{
id: '1',
imgSrc: '/static/propertyImgs/carImg.png',
imgSrc: 'http://47.104.199.163:9090/images/propertyImgs/carImg.png',
plate: "京A88888",
model: "宝马X5",
color: "白色",

View File

@@ -46,7 +46,7 @@
</view>
</view>
<view class="right">
<image src="/static/propertyImgs/myParkingSpace.png" class="imgItem" mode="widthFix">
<image src="http://47.104.199.163:9090/images/propertyImgs/myParkingSpace.png" class="imgItem" mode="widthFix">
</image>
</view>