课程说明云点播
This commit is contained in:
@@ -22,10 +22,10 @@
|
||||
<image src="../../static/my_01.png" mode="aspectFit"></image>
|
||||
<text>学习大纲</text>
|
||||
</div>
|
||||
<div class="item flexbox" @click="onPageJump()">
|
||||
<!-- <div class="item flexbox" @click="onPageJump()">
|
||||
<image src="../../static/my_03.png" mode="aspectFit"></image>
|
||||
<text>太湖讲堂</text>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="item flexbox" @click="onPageJump()">
|
||||
<image src="../../static/my_04.png" mode="aspectFit"></image>
|
||||
<text>吴门医述</text>
|
||||
@@ -68,7 +68,8 @@
|
||||
</view>
|
||||
</view>
|
||||
<!-- 正在学习 -->
|
||||
<view class="learnBox" v-if="learnList.length > 0">
|
||||
<!-- <view class="" style="padding:0 5px;">
|
||||
<view class="learnBox" >
|
||||
<view class="titleBox flexbox">
|
||||
<image src="../../static/learing.png" mode="aspectFit"></image>
|
||||
<text>正在学习</text>
|
||||
@@ -92,6 +93,7 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
<!-- 健康超市 -->
|
||||
<view class="supermarketBox" v-if="tjProList.length > 0">
|
||||
<view class="hightLightTitleBox " @click="onPageJump()">
|
||||
@@ -166,8 +168,6 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="fourBox" v-if="tryListenList.length > 0">
|
||||
|
||||
|
||||
<view class="learnBox" >
|
||||
<view class="titleBox flexbox">
|
||||
<image src="../../static/try_listen.png" mode="aspectFit"></image>
|
||||
@@ -176,7 +176,8 @@
|
||||
<view class="learn flexbox shiting">
|
||||
<view class="item" v-for="(item, index) in tryListenList" :key="index" @click="onPageJump('/pages/course/courseDetail',item.id, item.title)">
|
||||
<view class="imgcontainer">
|
||||
<image :src="item.image" mode="aspectFit"></image>
|
||||
<image v-if="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">
|
||||
@@ -190,7 +191,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="moreBox shiting">
|
||||
<text @click="onPageJump('/pages/course/tryListen',26,'精彩试听')">更多试听</text>
|
||||
<text @click="onPageJump('/pages/course/tryListen',1,'精彩试听')">更多试听</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -383,8 +384,8 @@
|
||||
url: "medical/home/getMarketCourseList",
|
||||
method: "POST", // POST、GET、PUT、DELETE,具体说明查看官方文档
|
||||
data: {
|
||||
"id": 26,
|
||||
"limit": 2,
|
||||
"id": 1,
|
||||
"limit": 6,
|
||||
"page": 1
|
||||
},
|
||||
header: { //默认 无 说明:请求头
|
||||
@@ -410,7 +411,7 @@
|
||||
data: {
|
||||
"current": 1,
|
||||
"limit": 12,
|
||||
"medicineMarketId": "29"
|
||||
"medicineMarketId": "1"
|
||||
},
|
||||
header: { //默认 无 说明:请求头
|
||||
'Content-Type': 'application/json'
|
||||
@@ -476,7 +477,7 @@
|
||||
data: {
|
||||
"current": 1,
|
||||
"limit": 4,
|
||||
"medicineMarketId": "28"
|
||||
"medicineMarketId": "2"
|
||||
},
|
||||
header: { //默认 无 说明:请求头
|
||||
'Content-Type': 'application/json'
|
||||
@@ -640,6 +641,7 @@
|
||||
}
|
||||
|
||||
.shiting {
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 40rpx;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user