微调
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
|
||||
|
||||
|
||||
<view class="quanyi_item " v-for="(v, i) in qunyiList"
|
||||
<view class="quanyi_item " v-for="(v, i) in qunyiList" :key="i"
|
||||
@click="handleClickQuanyi(v, i, item)" style="font-weight: 700;color:#71d5a1;">
|
||||
<view style="width: 100%;display: flex;
|
||||
align-items: center;">
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
<view class="flexbox">
|
||||
<view :class="['hn_cl_tit',tabsid==item.id?'active':'']" @click="curseClick(item)"
|
||||
v-for="(item, index) in curseTagList" :key="index">
|
||||
<image :src="item.icon" mode="aspectFit"></image>
|
||||
<image :src="item.icon" mode="aspectFit"></image>
|
||||
<text>{{item.title}}</text>
|
||||
</view>
|
||||
</view>
|
||||
@@ -177,14 +177,14 @@
|
||||
<view class="item" v-for="(item, index) in tryListenList" :key="index"
|
||||
@click="onPageJump('/pages/course/courseDetail',item.id, item.title)">
|
||||
<view class="imgcontainer">
|
||||
<image v-if="item.image==''" src="@/static/nobg.jpg" mode="aspectFit"></image>
|
||||
<image v-if="item.image=='' || !item.image" src="@/static/nobg.jpg" mode="aspectFit"></image>
|
||||
<image v-else :src="item.image" mode="aspectFit"></image>
|
||||
</view>
|
||||
<view class="buyItems flexbox">
|
||||
<view class="txt555">
|
||||
{{item.title}}
|
||||
</view>
|
||||
<view class="buybtn" @click.stop="onPageJump()">
|
||||
<view class="buybtn" >
|
||||
<span>购买</span>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -27,27 +27,8 @@
|
||||
<text>{{item.title}}</text>
|
||||
</div>
|
||||
</view>
|
||||
</view></view>
|
||||
<!-- 正在学习 -->
|
||||
<view class="" style="padding:0 5px;" v-if="learnList.length > 0">
|
||||
<view class="learnBox" >
|
||||
<view class="titleBox flexbox">
|
||||
<image src="../../static/learing.png" mode="aspectFit"></image>
|
||||
<text>正在学习</text>
|
||||
</view>
|
||||
<view class="learn flexbox">
|
||||
<view class="item" v-for="(item, index) in learnList" :key="index" @click="onPageJump('/pages/course/myCourseLearn',item.id)">
|
||||
<view class="img" style="overflow: hidden;">
|
||||
<image v-if="item.image && item.image != ''" :src="item.image" mode="aspectFit"></image>
|
||||
<image v-else src="/static/nobg.jpg" mode="widthFix"></image>
|
||||
</view>
|
||||
<view class="txt555">
|
||||
{{item.title}}
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view></view>
|
||||
|
||||
<!-- 健康超市 -->
|
||||
<view class="supermarketBox" v-if="tjProList.length > 0">
|
||||
<view class="hightLightTitleBox " @click="onPageJump('/pages/course/healthMarket',2,'健康超市')">
|
||||
|
||||
Reference in New Issue
Block a user