teacherClassroom.wxml 1.7 KB

1
  1. <view class="container data-v-36d48cec"><view class="top data-v-36d48cec"><text class="title data-v-36d48cec"><text class="title-brown-group data-v-36d48cec"><text class="title-stroke data-v-36d48cec">健康生活方式</text><text class="title-fill data-v-36d48cec">健康生活方式</text></text><text class="title-normal data-v-36d48cec">大讲堂</text></text><image class="top-bg data-v-36d48cec" src="{{imgPath+'/app/commonCourse/famous1.png'}}"></image><view class="txt data-v-36d48cec"><view class="data-v-36d48cec">让健康回归生活化,</view><view class="data-v-36d48cec">以健康的生活方式,</view><view class="data-v-36d48cec">改善健康困扰,重拾晚年幸福!</view></view></view><view class="container-body data-v-36d48cec"><image class="bg data-v-36d48cec" src="{{imgPath+'/app/commonCourse/bg-class.png'}}"></image><view class="title-wrap data-v-36d48cec"><text class="title-stroke data-v-36d48cec">{{type==1?'健康大讲堂':'生活大讲堂'}}</text><text class="title-fill data-v-36d48cec">{{type==1?'健康大讲堂':'生活大讲堂'}}</text></view><block wx:for="{{cardList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['goLearn',['$0'],[[['cardList','',index,'courseId']]]]]]]}}" class="card-box data-v-36d48cec" bindtap="__e"><view class="bar data-v-36d48cec"><image src="{{imgPath+'/app/commonCourse/bar.png'}}" mode="widthFix" class="data-v-36d48cec"></image><view class="tit data-v-36d48cec">{{item.courseName}}</view></view><view class="img-box data-v-36d48cec"><view class="img data-v-36d48cec"><image src="{{item.imgUrl||imgPath+'/app/commonCourse/no-img.png'}}" mode="widthFix" class="data-v-36d48cec"></image></view></view></view></block></view></view>