Browse Source

将保单改为商务理赔,将花纹深度改为DOT胎测全貌并修改示例图片

liyuan 2 weeks ago
parent
commit
0a3d9300a1
3 changed files with 9 additions and 9 deletions
  1. 3 3
      pages.json
  2. 6 6
      pages/home/claim/details.vue
  3. BIN
      static/images/home/claim/em3-1.png

+ 3 - 3
pages.json

@@ -111,7 +111,7 @@
 		{
 			"path": "pages/home/insurance/itemDetails",
 			"style": {
-				"navigationBarTitleText": "轮胎保保单记录",
+				"navigationBarTitleText": "轮胎保商务理赔记录",
 				"enablePullDownRefresh": true
 			}
 		},
@@ -119,14 +119,14 @@
 		{
 			"path": "pages/home/claim/index",
 			"style": {
-				"navigationBarTitleText": "保单进度",
+				"navigationBarTitleText": "商务理赔进度",
 				"enablePullDownRefresh": false
 			}
 		},
 		{
 			"path": "pages/home/claim/details",
 			"style": {
-				"navigationBarTitleText": "轮胎保单内容"
+				"navigationBarTitleText": "轮胎商务理赔内容"
 			}
 		},
 		{

+ 6 - 6
pages/home/claim/details.vue

@@ -96,11 +96,11 @@
 				<view>
 					<view class="photo-upload-text">示例照片</view>
 					<view>
-						<image class="photo-upload-img" src="@/static/images/home/claim/em3.png" />
+						<image class="photo-upload-img" src="@/static/images/home/claim/em3-1.png" />
 					</view>
 				</view>
 				<view>
-					<view class="photo-upload-text" style="color: #03803B;">花纹深度</view>
+					<view class="photo-upload-text" style="color: #03803B;">DOT胎侧全貌</view>
 					<view class="photo-upload-upload">
 						<uni-file-picker v-model="form.file3" return-type="object" limit="1" :imageStyles="imageStyles"
 							file-mediatype="image" @select="fileSelect3" @delete="fileDelete"
@@ -485,7 +485,7 @@
 				}
 				if (!this.form.file3) {
 					uni.showToast({
-						title: '请上传花纹深度',
+						title: '请上传DOT胎侧全貌',
 						icon: 'none'
 					});
 					return
@@ -589,7 +589,7 @@
 				}
 				if (!this.form.file3) {
 					uni.showToast({
-						title: '请上传花纹深度',
+						title: '请上传DOT胎侧全貌',
 						icon: 'none'
 					});
 					return
@@ -823,7 +823,7 @@
 		.photo-upload-img {
 			width: 280rpx;
 			height: 280rpx;
-			background: #D13B34;
+			// background: #D13B34;
 			border-radius: 7rpx;
 		}
 
@@ -886,4 +886,4 @@
 		flex-wrap: wrap;
 		justify-content: flex-end;
 	}
-</style>
+</style>

BIN
static/images/home/claim/em3-1.png