shish 2 rokov pred
rodič
commit
304260f9ea
1 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 3 3
      hdApp/src/pagesPurchase/refund.vue

+ 3 - 3
hdApp/src/pagesPurchase/refund.vue

@@ -2,13 +2,13 @@
 	<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:#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%的,可以售后。请在收货后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:#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%的,可以售后。请在收货后12小时内申请售后。</view>
 				</block>
 			</view>