shish 2 年之前
父節點
當前提交
b31d323076
共有 1 個文件被更改,包括 5 次插入7 次删除
  1. 5 7
      hdApp/src/pagesPurchase/refund.vue

+ 5 - 7
hdApp/src/pagesPurchase/refund.vue

@@ -2,19 +2,15 @@
 	<view class="app-content">
 		<view style="padding:30upx 30upx 140upx 30upx;">
 			<view style="border:1upx solid #CCCCCC;border-radius: 10upx;margin:0upx 5upx 10upx 5upx;padding:10upx 0 10upx 5upx;">
-				<view style="color:#3385FF;margin-bottom:10upx;font-size:29upx;">货没拿不要了或货拿了退回去了,<text style="font-weight:bold;">选退货并退款</text></view>
-				
+				<view style="color:#3385FF;margin-bottom:10upx;font-size:29upx;">货没拿不要了,货拿了退回去了,<text style="font-weight:bold;">选退货并退款</text></view>
 				<block v-if="orderInfo.ghsShopId && (orderInfo.ghsShopId == 26094 || orderInfo.ghsShopId == 25159)">
 					<view style="color:#3385FF;margin-bottom:10upx;font-size:29upx;">货拿了没退回(坏几支,损耗超10%),<text style="font-weight:bold;">选只退款</text></view>
-					<view style="color:red;font-weight:bold;font-size:28upx;margin-top:15upx;">售后范围:10%以内损耗属正常运输损耗,不售后。超过10%的,可以售后,但必须上传图片说明,请按<text @click="getRule()" style="font-weight:bold;text-decoration: underline;margin-left:6upx;margin-right:6upx;">图片上传规范</text> 要求进行上传。</view>
+					<view style="color:red;font-weight:bold;font-size:28upx;margin-top:15upx;">售后范围:10%以内损耗属正常运输损耗,不售后。超过10%的,可以售后。请在收货后12小时内申请售后。</view>
 				</block>
 				<block v-else>
 					<view style="color:#3385FF;margin-bottom:10upx;font-size:29upx;">货拿了没退回(坏几支,损耗超20%),<text style="font-weight:bold;">选只退款</text></view>
-					<view style="color:red;font-weight:bold;font-size:28upx;margin-top:15upx;">售后范围:20%以内损耗属正常运输损耗,不售后。超过20%的,可以售后,但必须上传图片说明,请按<text @click="getRule()" style="font-weight:bold;text-decoration: underline;margin-left:6upx;margin-right:6upx;">图片上传规范</text> 要求进行上传。</view>
+					<view style="color:red;font-weight:bold;font-size:28upx;margin-top:15upx;">售后范围:20%以内损耗属正常运输损耗,不售后。超过20%的,可以售后。请在收货后12小时内申请售后。</view>
 				</block>
-
-				<view style="color:red;font-weight:bold;font-size:29upx;margin-top:15upx;">注意:请严格按以上要求操作,否则申请将被驳回</view>
-				<view style="color:red;font-weight:bold;font-size:29upx;margin-top:15upx;">收货请及时验货,售后请在收货后12小时内申请</view>
 			</view>
 			<view class="flex refund-item">
 				<view class="refund-label">退款方式:</view>
@@ -82,11 +78,13 @@
 						<div class="module-com input-line-wrap goods-wrap">
 							<div class="module-tit" style="padding-left:0upx;">
 								<span>售后图片:</span>
+								<text @click="getRule()" style="font-weight:bold;text-decoration: underline;float:right;color:red;">图片拍照规范</text>
 							</div>
 							<div class="module-det">
 								<htz-image-upload :max="9" :compress="true" v-model="refundImgData" :headers="headers"
 								@uploadSuccess="imgUploadSuccess" :quality="60" @imgDelete="imgDeleteFn" :action="getLoginInfo.imgUploadApi">
 								</htz-image-upload>
+								<view style="color:red;font-weight:bold;">必须按拍照规范,提供图片,否则申请将被驳回</view>
 							</div>
 						</div>
 					</div>