|
|
@@ -3,8 +3,16 @@
|
|
|
<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;">货拿了没退回(损耗超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>
|
|
|
+
|
|
|
+ <block v-if="orderInfo.ghsShopId && orderInfo.ghsShopId == 26094">
|
|
|
+ <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>
|
|
|
+ </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>
|
|
|
+ </block>
|
|
|
+
|
|
|
<view style="color:red;font-weight:bold;font-size:29upx;margin-top:15upx;">注意:请严格按以上要求操作,否则申请将被驳回</view>
|
|
|
</view>
|
|
|
<view class="flex refund-item">
|