Commit d9ef40af authored by 潘永坪's avatar 潘永坪

退票规则修改

parent 833379b5
......@@ -43,20 +43,15 @@
<text v-if="buyKnowData.backChangeRule == 1">条件退</text>
<text v-if="buyKnowData.backChangeRule == 2">随时可退</text>
</view>
<view v-if="buyKnowData.productRefundRuleVo&&buyKnowData.productRefundRuleVo.refundType== 1">
<view v-for="(item,index) in buyKnowData.productRefundRuleVo.refundRuleList" :key="index" style="margin-top: 16rpx;">
{{index+1}}:{{item.refundShowMessage||''}}
</view>
</view>
<!-- <view class="middle-content" v-if="buyKnowData.productRefundRuleVo&&buyKnowData.productRefundRuleVo.refundType== 1">
<uni-table border>
<uni-tr>
<uni-th align="center">取消时间(当地时间)</uni-th>
<uni-th align="center">损失费用</uni-th>
</uni-tr>
<uni-tr v-for="(item,index) in buyKnowData.productRefundRuleVo.refundRuleList" :key="index">
<uni-td align="center">
<!--已配置文字内容 -->
<text v-if="item.refundShowMessage">
{{item.refundShowMessage}}
</text>
<!-- 未配置文字内容 -->
<template v-else>
<!-- 使用日期前 -->
<text v-if="buyKnowData.productRefundRuleVo.refundTimeRule==1">
<text v-if="item.refundDay==0">
使用日期当天{{item.refundTime}}之前可退
......@@ -65,6 +60,7 @@
使用日期前{{item.refundDay}}{{item.refundTime}}之前可退
</text>
</text>
<!-- 过期 -->
<text v-if="buyKnowData.productRefundRuleVo.refundTimeRule==2">
<text v-if="item.refundDay==0">
过期当天{{item.refundTime}}之前可退
......@@ -73,21 +69,10 @@
过期后{{item.refundDay}}{{item.refundTime}}之前可退
</text>
</text>
</uni-td>
<uni-td align="center">
<text v-if="item.isOrderFee==0">0</text>
<text v-if="item.isOrderFee==1">
<text v-if="item.refundPoundageType==0">
按订单{{item.refundPoundage}}元/笔
</text>
<text v-if="item.refundPoundageType==1">
按数量{{item.refundPoundage}}元/张
</text>
</text>
</uni-td>
</uni-tr>
</uni-table>
</view> -->
</template>
</view>
</view>
</view>
</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment