Browse Source

隐藏收货按钮、修改理赔为保单、待收货改为已发货

liyuan 1 week ago
parent
commit
208e71fb37

+ 2 - 2
pages/home/insurance/details.vue

@@ -912,7 +912,7 @@
 				}
 				uni.showModal({
 					title: '提示',
-					content: '是否生成理赔?',
+					content: '是否生成保单?',
 					success: function(res) {
 						if (res.confirm) {
 							uni.showLoading({
@@ -1105,4 +1105,4 @@
 		pointer-events: none !important;
 		touch-action: none !important;
 	}
-</style>
+</style>

+ 2 - 2
pages/home/insurance/itemDetails.vue

@@ -18,7 +18,7 @@
 						{{item.tireDescription||'暂无描述'}}
 					</view>
 					<view class="">
-						理赔单号:{{item.claimNo||'暂无理赔单号'}}
+            保单号:{{item.claimNo||'暂无保单号'}}
 					</view>
 				</view>
 				<view class="list-item-end">
@@ -223,4 +223,4 @@
 			}
 		}
 	}
-</style>
+</style>

+ 4 - 4
pages/me/myOrder.vue

@@ -80,8 +80,8 @@
 						name: '待发货',
 						status: '待发货',
 					}, {
-						name: '待收货',
-						status: '待收货',
+						name: '已发货',
+						status: '已发货',
 					}, {
 						name: '已收货',
 						status: '已收货',
@@ -145,7 +145,7 @@
 		// #ifdef APP-PLUS
 		height: 100vh;
 		// #endif
-		
+
 		display: flex;
 		flex-direction: column;
 	}
@@ -159,4 +159,4 @@
 	::v-deep .uni-searchbar__cancel {
 		color: #fff;
 	}
-</style>
+</style>

+ 2 - 2
pages/me/orderDetails.vue

@@ -98,7 +98,7 @@
 			</view>
 		</view>
 		<view style="display: flex;">
-			<debounce-button v-if="form.status=='已发货'" size="mini" style="width: 250rpx;" bgColor='#FFF1E6' color='#03803B'>确认收货</debounce-button>
+<!--			<debounce-button v-if="form.status=='已发货'" size="mini" style="width: 250rpx;" bgColor='#FFF1E6' color='#03803B'>确认收货</debounce-button>-->
 			<debounce-button v-if="form.status=='已收货'||form.status=='已取消'||form.status=='申请退货'"  size="mini" style="width: 250rpx;" bgColor='#e43d33'>申请退货</debounce-button>
 		</view>
 	</view>
@@ -370,4 +370,4 @@
 		margin-bottom: 10rpx;
 		align-items: flex-end;
 	}
-</style>
+</style>