This commit is contained in:
@fawn-nine
2024-08-22 16:56:55 +08:00
parent d549954559
commit a1c8108fa3
13 changed files with 940 additions and 386 deletions

View File

@@ -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> -->