Commit 324a6567 authored by Mac's avatar Mac

1

parent f9ba7408
......@@ -145,7 +145,8 @@
<view class="subscribe-item" v-for="(item,index) in subscribeList" :key='index' :style="{'margin-bottom':subscribeList.length==index+1?'20px':'0'}">
<view class="item-top">
<view class="item-top-o">
<text>{{item.StudyStartDate}}-{{item.StudyEndDate}} {{showteacher==0?'可预约':''}}</text>
<text v-if='item.IsFree==0'>{{item.StudyStartDate}}-{{item.StudyEndDate}} {{showteacher==0?'可预约':''}}</text>
<text v-if='item.IsFree==1'>{{item.StudyStartDate}}{{showteacher==0?'预约':''}}</text>
<view class="item-top-o-r" :style="{'background':mainColor}">
{{item.ClassName}}
<view class="item-top-san"></view>
......
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