Commit 8385ff58 authored by Mac's avatar Mac

1

parent e89fc762
...@@ -166,7 +166,7 @@ ...@@ -166,7 +166,7 @@
<text style='font-size: 12px;' v-if="item.PointNum>0"> <text style='font-size: 12px;' v-if="item.PointNum>0">
</text> </text>
<text style='font-size: 16px;' v-if="item.PointNum==0"> <text style='font-size: 12px;' v-if="item.PointNum==0">
免费 免费
</text> </text>
</view> </view>
......
...@@ -95,7 +95,8 @@ ...@@ -95,7 +95,8 @@
</view> </view>
<view class="top-item"> <view class="top-item">
<text>花费点数</text> <text>花费点数</text>
<text class="t-item-r" :style="{color:mainColor}">{{data.PointNum}}</text> <text class="t-item-r" :style="{color:mainColor}" v-if="data.PointNum>0">{{data.PointNum}}</text>
<text class="t-item-r" :style="{color:mainColor}" v-if="data.PointNum==0&& data.IsFree==1">免费(微信直播)</text>
</view> </view>
<view class="top-item"> <view class="top-item">
<text>课程时长</text> <text>课程时长</text>
...@@ -106,6 +107,12 @@ ...@@ -106,6 +107,12 @@
<text class="t-item-r" >{{data.MinDuration}}{{data.DurationUnitName}}</text> <text class="t-item-r" >{{data.MinDuration}}{{data.DurationUnitName}}</text>
</view> </view>
</view> </view>
<!-- <view class="box-top" style="margin-top: 15px;" v-if="data.IsFree==1">
<view class="top-item" style="border: none;">
<text>直播</text>
<text class="t-item-r" :style="{color:mainColor}">微信直播</text>
</view>
</view> -->
<view class="box-top" style="margin-top: 15px;" v-if=" data.StudentNumType==1"> <view class="box-top" style="margin-top: 15px;" v-if=" data.StudentNumType==1">
<view class="top-item"> <view class="top-item">
<text>课时数量</text> <text>课时数量</text>
......
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