|
@@ -68,7 +68,7 @@
|
|
|
<p>{{ item.sp_price }} 元</p>
|
|
|
</el-col>
|
|
|
<el-col :span="16" class="other" v-if="item.platform_act_type == '5' || item.platform_act_type == '6'">
|
|
|
- <p>{{ item.discount }} 元</p>
|
|
|
+ <p>-{{ item.discount }} 元</p>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="other" v-if="item.platform_act_type == '2'">
|
|
|
<el-table :data="item.gift" border style="width: 100%">
|