|
@@ -48,7 +48,7 @@
|
|
|
</view>
|
|
|
<view style="display: flex;justify-content: space-between;margin-top: 13rpx;">
|
|
|
<view class="noteTag"><image src="/static/icon/wk_icon1.png" class="wk_icon"></image>
|
|
|
- 共 <text class="blackFont">6</text> 科 <text class="blackFont">120</text> 节 <text class="blackFont">60</text> 学时</view>
|
|
|
+ 共 <text class="blackFont">{{item.subjectNum}}</text> 科 <text class="blackFont">{{item.classHours}}</text> 学时</view>
|
|
|
<view class="priceTag">¥ {{item.standPrice}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -65,7 +65,7 @@
|
|
|
<view class="yearTag">{{item.year}}</view>
|
|
|
<view class="titleTag">{{item.goodsName}}</view>
|
|
|
</view>
|
|
|
- <view style="display: flex;justify-content: space-between;margin-top: 13rpx;">
|
|
|
+ <view style="display: flex;justify-content: space-between;margin-top: 13rpx;" v-if="false">
|
|
|
<view class="noteTag"><image src="/static/icon/wk_icon1.png" class="wk_icon"></image>
|
|
|
共 <text class="blackFont">6</text> 张卷 <text class="blackFont">120</text>道题 </view>
|
|
|
<view class="priceTag">¥ {{item.standPrice}}</view>
|