|
@@ -5,11 +5,11 @@
|
|
|
<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)">
|
|
<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%的,可以售后,但必须上传图片说明,请按<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%的,可以售后,但必须上传图片说明,请按<text @click="getRule()" style="font-weight:bold;text-decoration: underline;margin-left:6upx;margin-right:6upx;">图片上传规范</text> 要求进行上传。</view>
|
|
|
</block>
|
|
</block>
|
|
|
<block v-else>
|
|
<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%的,可以售后,但必须上传图片说明,请按<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%的,可以售后,但必须上传图片说明,请按<text @click="getRule()" style="font-weight:bold;text-decoration: underline;margin-left:6upx;margin-right:6upx;">图片上传规范</text> 要求进行上传。</view>
|
|
|
</block>
|
|
</block>
|
|
|
|
|
|