Commit 9ea600ad authored by Mac's avatar Mac

1

parent ec0df54e
...@@ -71,11 +71,11 @@ ...@@ -71,11 +71,11 @@
</view> </view>
<view class="good" v-for="(cx, ci) in g" :key="ci" @click="clickHandler(cx)" v-if="g.length>0"> <view class="good" v-for="(cx, ci) in g" :key="ci" @click="clickHandler(cx)" v-if="g.length>0">
<view class="good-img"> <view class="good-img">
<image mode="aspectFill" :src="cx.cover_pic" style="width: 100%; height: 100%;border-radius: 4px;" ></image> <image mode="aspectFill" :src="cx.CoverImage" style="width: 100%; height: 100%;border-radius: 4px;" ></image>
</view> </view>
<view class="good-r" :style="{'width': (windowWidth -15 - 125 -26)+'px'}"> <view class="good-r" :style="{'width': (windowWidth -15 - 125 -26)+'px'}">
<view class="good-name"> <view class="good-name">
{{ cx.name }} {{ cx.Name }}
</view> </view>
<view class="good-r-b"> <view class="good-r-b">
<text>本教程共分{{cx.CourseNum}}个章节</text> <text>本教程共分{{cx.CourseNum}}个章节</text>
...@@ -164,7 +164,7 @@ ...@@ -164,7 +164,7 @@
}, },
init(){ init(){
this.request2({ this.request2({
url: '/api/AppletSchool/GetAppletCoursePageList', url: '/api/AppletSchool/GetTeacherGoodsList',
data: this.msg data: this.msg
}, },
res => { res => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment