暂存
This commit is contained in:
@@ -21,21 +21,19 @@
|
||||
<view class="newBox" v-if="classList.length > 0">
|
||||
<view class="item flexbox" v-for="(item, index) in classList" :key="index" @click="onPageJump('/pages/miniClass/miniClassMan',item)">
|
||||
<!-- <view class="imgcontainer" :style="{backgroundImage:surl(item.image)}"> -->
|
||||
<view class="" v-if="item.icon != ''">
|
||||
<view class="flexbox" v-if="item.icon != ''" style="align-items: center; border: 1px solid #ddd; margin-right: 10rpx; border-radius: 10rpx;">
|
||||
<text v-show="item.type == 0">【普通班】</text>
|
||||
<text v-show="item.type == 1">【联合班】</text>
|
||||
<text v-show="item.type == 2">【精英班】</text>
|
||||
<!-- <view class="jianjie">
|
||||
教学时长:{{item.days}} 天
|
||||
</view> -->
|
||||
<text v-show="item.type == 2">【精英班】</text>
|
||||
</view>
|
||||
|
||||
<view class="buyItems">
|
||||
<view class="txt555" >
|
||||
{{item.title}}
|
||||
</view>
|
||||
<!-- <view class="jianjie" v-html="item.content">
|
||||
</view> -->
|
||||
<view class="jianjie">
|
||||
教学时长:{{item.days}} 天
|
||||
</view>
|
||||
<view class="btn_box" >
|
||||
<!-- <text @click="enterClass" v-show="item.state == '0'">一键加入</text> -->
|
||||
<!-- <text class="seeInfo" >进入班级</text> -->
|
||||
|
||||
Reference in New Issue
Block a user