|
@@ -26,19 +26,23 @@
|
|
</u-swiper>
|
|
</u-swiper>
|
|
<view class="product-info view-wrap">
|
|
<view class="product-info view-wrap">
|
|
<view class="red">
|
|
<view class="red">
|
|
- <view class="" v-if="vuex_member_info.priceType>1">
|
|
|
|
|
|
+ <view class="u-flex">
|
|
<text class="price">¥ <text class="price-num">{{details.vipPrice}}</text></text>
|
|
<text class="price">¥ <text class="price-num">{{details.vipPrice}}</text></text>
|
|
- <text class="vip-icon">VIP</text>
|
|
|
|
- <text class="exchangeCredit" v-if="details.isCredit==1">+{{details.exchangeCredit}}积分</text>
|
|
|
|
|
|
+ <text class="price-type" style="margin-left: 20rpx;">会员价</text>
|
|
|
|
+ <!-- <text class="vip-icon">VIP</text> -->
|
|
|
|
+ <view class="exchangeCredit u-flex" v-if="details.isCredit==1">
|
|
|
|
+ +{{details.exchangeCredit}}
|
|
|
|
+ <text style="font-size: 30rpx;">积分</text>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
- <view class="" v-else>
|
|
|
|
|
|
+ <!-- <view class="" v-else>
|
|
<text v-if="details.isCredit==1&&details.exchangeType==0" class="price">¥ <text class="price-num">0</text></text>
|
|
<text v-if="details.isCredit==1&&details.exchangeType==0" class="price">¥ <text class="price-num">0</text></text>
|
|
<text v-else class="price">¥ <text class="price-num">{{details.salePrice}}</text></text>
|
|
<text v-else class="price">¥ <text class="price-num">{{details.salePrice}}</text></text>
|
|
<text class="exchangeCredit" v-if="details.isCredit==1">+{{details.exchangeCredit}}积分</text>
|
|
<text class="exchangeCredit" v-if="details.isCredit==1">+{{details.exchangeCredit}}积分</text>
|
|
- </view>
|
|
|
|
|
|
+ </view> -->
|
|
</view>
|
|
</view>
|
|
<view class="u-flex u-row-between gray">
|
|
<view class="u-flex u-row-between gray">
|
|
- <text v-if="vuex_member_info.priceType>1" class="line-through">¥ <text class="">{{details.salePrice}}</text></text>
|
|
|
|
|
|
+ <text class="line-through">¥ <text class="">{{details.salePrice}}</text></text>
|
|
<text class="">库存 {{details.stock}}</text>
|
|
<text class="">库存 {{details.stock}}</text>
|
|
</view>
|
|
</view>
|
|
<view class="name">{{details.goodsName}}</view>
|
|
<view class="name">{{details.goodsName}}</view>
|
|
@@ -496,6 +500,7 @@
|
|
.product-info{
|
|
.product-info{
|
|
.price-num{
|
|
.price-num{
|
|
font-size: 60rpx;
|
|
font-size: 60rpx;
|
|
|
|
+ font-family: PingFangSC-Semibold, PingFang SC;
|
|
}
|
|
}
|
|
.exchangeCredit{
|
|
.exchangeCredit{
|
|
font-size: 60rpx;
|
|
font-size: 60rpx;
|