小钻风 5 years ago
parent 98bc06e300
commit 44f800279c

@ -27,7 +27,7 @@
<view class="flex" style="line-height: 50rpx;padding-bottom: 20rpx;">
<text class="text-black" style="font-weight: 900;font-size: 32rpx;">{{message.subtitle}}</text>
</view>
<view class="des">平台拒绝了您的退款申请如有疑问请联系客服</view>
<view class="des">平台拒绝了您的退款申请原因:{{message.rejectReason}}</view>
</view>
<!-- 申请通过要求用户寄回 -->
@ -232,7 +232,7 @@
.line {
background-color: rgba(255, 255, 255, 0.6);
height: 2rpx;
height: 3rpx;
width: 450rpx;
}
}

@ -59,7 +59,13 @@
</view>
<view class="goods-msg-box bg-white" style="margin-bottom: 25rpx;padding-top: 20rpx;">
<view class="flex goods-name-box justify-between align-start">
<view class="goods-name flex-sub">{{goodsDetail.goodsName}}</view>
<view class="goods-name flex-sub">
<view class="text-center text-white"
style="display: inline-block; background: #CC1B4F;font-size: 20rpx; width:48rpx;height: 40rpx;line-height: 40rpx; border-radius: 6rpx;margin-right: 8rpx;"
v-if="goodsDetail.isImport">
<text>进口</text>
</view> {{goodsDetail.goodsName}}
</view>
<button v-if="roleLevel!=500" class="text-center share-btn" type="default" open-type="share">
<text class="cuIcon-share" style="margin-right: 5rpx;"></text>分享
</button>
@ -95,7 +101,7 @@
<view class="item flex justify-between align-center">
<view class="span">进口税</view>
<view class="text-hidden flex-sub txt flex align-center justify-start">
<view class="tab_ferme">包税</view> 预计{{goodsDetail.price.max.ferme}}由瑞库客
<view class="tab_ferme">包税</view> 预计{{goodsDetail.price.max.ferme}}由瑞库客承担
</view>
</view>
</view>

Loading…
Cancel
Save