|
|
@@ -66,7 +66,12 @@
|
|
|
共 <text class="blackFont">{{item.courseNum}}</text>
|
|
|
<text class="margin30">课程</text>
|
|
|
<text class="blackFont">{{item.classHours || '-'}}</text> 学时</view>
|
|
|
- <view class="priceTag">¥ {{item.standPrice.toFixed(2)}}</view>
|
|
|
+ <view>
|
|
|
+ <text class="priceTag">¥ {{item.standPrice.toFixed(2)}}</text>
|
|
|
+ <text class="sale">¥ </text>
|
|
|
+ <text class="price_line"> {{ item.linePrice }}</text>
|
|
|
+ </view>
|
|
|
+
|
|
|
</view>
|
|
|
</view>
|
|
|
</navigator>
|
|
|
@@ -83,15 +88,24 @@
|
|
|
<view class="titleTag" style="display: flex;justify-content: space-between;flex:1;">
|
|
|
<view style="flex:1;">{{item.goodsName}}</view>
|
|
|
|
|
|
- <view class="priceTag">¥ {{item.standPrice.toFixed(2)}}</view>
|
|
|
+ <view>
|
|
|
+ <text class="priceTag">¥ {{item.standPrice.toFixed(2)}}</text>
|
|
|
+ <text class="sale">¥ </text>
|
|
|
+ <text class="price_line"> {{ item.linePrice }}</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view style="display: flex;justify-content: space-between;margin-top: 15rpx;" v-if="false">
|
|
|
<view class="noteTag"><image src="/static/icon/wk_icon1.png" class="wk_icon"></image>
|
|
|
共 <text class="blackFont">6</text>
|
|
|
<view class="margin30">张卷</view>
|
|
|
- <text class="blackFont">120</text>道题 </view>
|
|
|
- <view class="priceTag">¥ {{item.standPrice.toFixed(2)}}</view>
|
|
|
+ <text class="blackFont">120</text>道题
|
|
|
+ </view>
|
|
|
+ <view>
|
|
|
+ <text class="priceTag">¥ {{item.standPrice.toFixed(2)}}</text>
|
|
|
+ <text class="sale">¥ </text>
|
|
|
+ <text class="price_line"> {{ item.linePrice }}</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</navigator>
|
|
|
@@ -109,15 +123,23 @@
|
|
|
<view class="titleTag" style="display: flex;justify-content: space-between;flex:1;">
|
|
|
<view style="flex:1;">{{item.goodsName}}</view>
|
|
|
|
|
|
- <view class="priceTag">¥ {{item.standPrice.toFixed(2)}}</view>
|
|
|
+ <view>
|
|
|
+ <text class="priceTag">¥ {{item.standPrice.toFixed(2)}}</text>
|
|
|
+ <text class="sale">¥ </text>
|
|
|
+ <text class="price_line"> {{ item.linePrice }}</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view style="display: flex;justify-content: space-between;margin-top: 15rpx;" v-if="false">
|
|
|
+ <!-- <view style="display: flex;justify-content: space-between;margin-top: 15rpx;" v-if="false">
|
|
|
<view class="noteTag">
|
|
|
<image src="/static/icon/wk_icon1.png" class="wk_icon"></image>
|
|
|
- <view class="priceTag">¥ {{item.standPrice.toFixed(2)}}</view>
|
|
|
+ <view>
|
|
|
+ <view class="priceTag">¥ {{item.standPrice.toFixed(2)}}</view>
|
|
|
+ <text class="sale"> ¥ </text>
|
|
|
+ <text class="price_line"> {{ item.linePrice }}</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
</view>
|
|
|
</navigator>
|
|
|
<view class="emptyTip" v-if="list3.length==0">暂未上架相关直播~</view>
|
|
|
@@ -559,6 +581,17 @@ page {
|
|
|
font-weight: bold;
|
|
|
color: #FC3F3F;
|
|
|
}
|
|
|
+ .sale {
|
|
|
+ color: #999999;
|
|
|
+ font-size: 28rpx;
|
|
|
+ margin-left: 8rpx;
|
|
|
+ }
|
|
|
+ .price_line {
|
|
|
+ color: #999999;
|
|
|
+ font-size: 28rpx;
|
|
|
+ text-decoration:line-through;
|
|
|
+ font-weight: 400;
|
|
|
+ }
|
|
|
.titleTag{
|
|
|
font-size: 32rpx;
|
|
|
font-weight: bold;
|