|
@@ -78,10 +78,10 @@
|
|
|
<view class="list-shop">
|
|
|
<view class="list-price zuhe_list_price" >
|
|
|
<text class="zuhe_price-larger zuhe_list_text" >价格:¥{{pros.retailPrice.toFixed(2)}}</text>
|
|
|
- <text class="price-two zuhe_list_text" >
|
|
|
- 总价:<text class="zuhe_list_zj">¥ {{pros.totalPrice.toFixed(2)}}</text>
|
|
|
+ <text class="price-two zuhe_list_text" >总价:<text class="zuhe_list_zj">¥ {{pros.totalPrice.toFixed(2)}}</text>
|
|
|
<text class="price-view ladder" v-if="pros.ladderPriceFlag == '1'" @click.stop="alertjieti(pros)">阶</text>
|
|
|
</text>
|
|
|
+
|
|
|
<text class="price-view activity" v-if="pros.actStatus == '1'">活动价</text>
|
|
|
</view>
|
|
|
<view class="list-price-none" v-if="pros.repurchasePriceState">
|