Commit 3fd74f50 authored by youjie's avatar youjie

产品详情 优化

parent 97a362a1
......@@ -52,16 +52,19 @@
<view class="jz_LineTitleLText" v-else>返100/人</view>
</view>
<view class="col">
<text>同业价:</text>
<text class="jz_renmin">¥</text><text class="jz_B2bPrice">{{ discountPrice }}</text>
<!-- <text>同业价:</text>
<text class="jz_renmin">¥</text><text class="jz_B2bPrice">{{ discountPrice }}</text> -->
<text>原价:</text>
<text class="jz_renmin">¥</text><text class="jz_B2bPrice">{{ $utils.getretailer()?currentPrice.b2BPrice:currentPrice.b2CPrice }}</text>
<text style="color: #999999; font-size: 28rpx; font-weight: 400">/人起</text>
<!--
<view class="" v-if="stepNumber==0&&dataList.currentPriceInfo.teamType==0">
<text style="font-size: 13px;color:#111">
直客价:<text style="font-size: 20rpx;">¥</text>{{ currentPrice.b2CPrice}}
</text>
</view>
<text style="font-size: 13px;color:#111;margin-left: 10px;" v-else>
-->
<text style="font-size: 13px;color:#111;margin-left: 10px;">
直客价:<text style="font-size: 20rpx;">¥</text>{{ currentPrice.b2CPrice}}
</text>
</view>
......@@ -78,11 +81,13 @@
</view>
<view v-if="TotalDiscount>0" class="jz_LineDetaYJDKQ" style="padding: 0rpx 0 0 0;">
<view class="jz_LineDetaYJ">
<view class="jz_LineDetaYJL">原价 ¥{{ $utils.getretailer()?currentPrice.b2BPrice:currentPrice.b2CPrice }}/人起</view>
<view class="jz_LineDetaYJR">已减{{TotalDiscount}}</view>
<view class="jz_LineDetaYJL">
<!-- 原价 ¥{{ $utils.getretailer()?currentPrice.b2BPrice:currentPrice.b2CPrice }}/人起 -->
</view>
<view class="jz_LineDetaYJR">最高可减{{TotalDiscount}}</view>
</view>
<view v-if="couponList.length>0" class="jz_LineDetaRDKQ">
<view>共{{couponList.length}}张抵扣</view>
<view>{{couponList.length}}张可用优惠</view>
<u-icon name="arrow" size="30" color="#cecece" style="margin-left: 5px;"></u-icon>
</view>
</view>
......@@ -1101,7 +1106,8 @@
<view style="color: #ff3166; font-weight: bold">
<text style="font-size: 22rpx">¥</text>
<!-- b2b -->
<text style="font-size: 40rpx;font-family: nav-font;">{{discountPrice}}</text>
<!--<text style="font-size: 40rpx;font-family: nav-font;">{{discountPrice}}</text>-->
<text style="font-size: 40rpx;font-family: nav-font;">{{$utils.getretailer()?currentPrice.b2BPrice:currentPrice.b2CPrice}}</text>
<text style="font-size: 22rpx">/起</text>
</view>
<view style="display: flex; align-items: center">
......@@ -2833,7 +2839,7 @@
font-family: PingFang SC;
font-size: 28rpx;
color: #FF3166;
margin-left: 15rpx;
// margin-left: 15rpx;
}
.jz_LineDetaRDKQ{
font-family: PingFang SC;
......
......@@ -42,20 +42,28 @@
<view style="padding: 33rpx 30rpx 51rpx 38rpx;">
<view class="jz_LineTitle row items-center">
<view class="col">
<text class="jz_renmin">¥</text>
<text class="jz_renmin">原价:</text>
<text class="jz_B2bPrice">
{{ discountPrice }}
<!--{{ discountPrice }}-->
{{ $utils.getretailer()?dataList.VisaPrice:dataList.VisaB2CPrice }}
</text>
<text style="color: #999999; font-size: 28rpx; font-weight: 400">/人</text>
<text style="font-size: 13px;color:#111;margin-left: 10px;">
直客价:<text style="font-size: 20rpx;">¥</text>{{ dataList.VisaB2CPrice}}
</text>
</view>
</view>
<view class="jz_LineDetaYJDKQ" style="padding: 0rpx 0 0 0;" v-if="couponList.length>0||TotalDiscount>0">
<view class="jz_LineDetaYJ" v-if="TotalDiscount>0">
<view class="jz_LineDetaYJL">原价 ¥{{ $utils.getretailer()?dataList.VisaPrice:dataList.VisaB2CPrice }}/人</view>
<view class="jz_LineDetaYJR">已减{{TotalDiscount}}</view>
<view class="jz_LineDetaYJL">
<!--
原价 ¥{{ $utils.getretailer()?dataList.VisaPrice:dataList.VisaB2CPrice }}/人
-->
</view>
<view class="jz_LineDetaYJR">最高可减{{TotalDiscount}}</view>
</view>
<view v-if="couponList.length>0" class="jz_LineDetaRDKQ">
<view>共{{couponList.length}}张抵扣</view>
<view>{{couponList.length}}张可用优惠</view>
<u-icon name="arrow" size="30" color="#cecece" style="margin-left: 5px;"></u-icon>
</view>
</view>
......@@ -153,7 +161,10 @@
<view style="color: #ff3166; font-weight: bold">
<text style="font-size: 22rpx">¥</text>
<!-- 原b2b -->
<text style="font-size: 40rpx;font-family: nav-font;">{{discountPrice}}</text>
<text style="font-size: 40rpx;font-family: nav-font;">
<!-- {{discountPrice}} -->
{{ $utils.getretailer()?dataList.VisaPrice:dataList.VisaB2CPrice }}
</text>
<text style="font-size: 22rpx">/人</text>
</view>
<view style="display: flex; align-items: center">
......@@ -1447,7 +1458,7 @@
font-family: PingFang SC;
font-size: 28rpx;
color: #FF3166;
margin-left: 15rpx;
/* margin-left: 15rpx; */
}
.jz_LineDetaRDKQ{
font-family: PingFang SC;
......
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