|
|
@@ -1,38 +1,38 @@
|
|
|
<template>
|
|
|
<div>
|
|
|
<div>
|
|
|
- <div class="money font-color-red">
|
|
|
- <span class="iconfont icon-huiyuan" style="font-size: 0.3rem"></span
|
|
|
- ><span class="num" style="font-size: 0.3rem">
|
|
|
- ¥ {{ item.vip_price }}</span
|
|
|
- >
|
|
|
- </div>
|
|
|
+ <!-- <div class="money font-color-red">-->
|
|
|
+ <!-- <span class="iconfont icon-huiyuan" style="font-size: 0.3rem"></span-->
|
|
|
+ <!-- ><span class="num" style="font-size: 0.3rem">-->
|
|
|
+ <!-- ¥ {{ item.vip_price }}</span-->
|
|
|
+ <!-- >-->
|
|
|
+ <!-- </div>-->
|
|
|
<div class="num" style="height: 0.4rem; font-size: 0.3rem">
|
|
|
- <span
|
|
|
- class="addfont icon-Icon-gou font-color-red"
|
|
|
- style="font-size: 0.3rem"
|
|
|
- ></span>
|
|
|
+ <!-- <span-->
|
|
|
+ <!-- class="addfont icon-Icon-gou font-color-red"-->
|
|
|
+ <!-- style="font-size: 0.3rem"-->
|
|
|
+ <!-- ></span>-->
|
|
|
¥ {{ item.price }}
|
|
|
</div>
|
|
|
-<!-- <div-->
|
|
|
-<!-- class="num font-color-green"-->
|
|
|
-<!-- style="height: 0.4rem; font-size: 0.3rem"-->
|
|
|
-<!-- >-->
|
|
|
-<!-- <span-->
|
|
|
-<!-- class="addfont icon-Icon-zhuan font-color-red"-->
|
|
|
-<!-- style="font-size: 0.3rem"-->
|
|
|
-<!-- ></span>-->
|
|
|
-<!-- ¥ {{ getPrice() }}-->
|
|
|
-<!-- </div>-->
|
|
|
+ <!-- <div-->
|
|
|
+ <!-- class="num font-color-green"-->
|
|
|
+ <!-- style="height: 0.4rem; font-size: 0.3rem"-->
|
|
|
+ <!-- >-->
|
|
|
+ <!-- <span-->
|
|
|
+ <!-- class="addfont icon-Icon-zhuan font-color-red"-->
|
|
|
+ <!-- style="font-size: 0.3rem"-->
|
|
|
+ <!-- ></span>-->
|
|
|
+ <!-- ¥ {{ getPrice() }}-->
|
|
|
+ <!-- </div>-->
|
|
|
</div>
|
|
|
-<!-- <div v-else>-->
|
|
|
-<!-- <div class="money font-color-red">-->
|
|
|
-<!-- ¥<span class="num">{{ item.price }}</span>-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- <div class="ot-money" style="text-decoration:line-through;">-->
|
|
|
-<!-- ¥{{ item.ot_price }}-->
|
|
|
-<!-- </div>-->
|
|
|
-<!-- </div>-->
|
|
|
+ <!-- <div v-else>-->
|
|
|
+ <!-- <div class="money font-color-red">-->
|
|
|
+ <!-- ¥<span class="num">{{ item.price }}</span>-->
|
|
|
+ <!-- </div>-->
|
|
|
+ <!-- <div class="ot-money" style="text-decoration:line-through;">-->
|
|
|
+ <!-- ¥{{ item.ot_price }}-->
|
|
|
+ <!-- </div>-->
|
|
|
+ <!-- </div>-->
|
|
|
</div>
|
|
|
</template>
|
|
|
|