Commit 19e1e08d authored by Mac's avatar Mac

2

parent aa1a432f
......@@ -145,7 +145,7 @@
<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}}可预约</text>
<text>{{item.StudyStartDate}}-{{item.StudyEndDate}} {{showteacher==0?'可预约':''}}</text>
<view class="item-top-o-r" :style="{'background':mainColor}">
{{item.ClassName}}
<view class="item-top-san"></view>
......@@ -157,7 +157,7 @@
<view class="chaochu1" style="font-weight: bold;">{{item.CourseName}}</view>
<view style="display: flex;flex-direction: row;align-items: center;justify-content: space-between;">
<view style="font-size: 12px;color: #666666;">{{item.TeacherName}}</view>
<view style="display: flex;flex-direction: row;align-items: flex-end;color: #DD0000;">
<view style="display: flex;flex-direction: row;align-items: flex-end;color: #DD0000;" v-if="showteacher==0">
<text style='font-size: 16px;'>
{{item.PointNum}}
......
......@@ -217,7 +217,7 @@
},
confirm(e){
this.addMsg.StudyDate = e.hour+':'+e.minute
let msg = this.addMsg
let msg = JSON.parse(JSON.stringify(this.addMsg))
msg.StudyDate = this.data.StudyDateStr+' '+this.addMsg.StudyDate+':00'
this.request2({
url: '/api/AppletPoint/GetTeacherCourseOrder',
......
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