1 |
- <view class="page data-v-c976539a"><cu-custom vue-id="3d6aa1f5-1" isBack="{{true}}" title="评价" class="data-v-c976539a" bind:__l="__l"></cu-custom><view class="teacher flex bg-white padding data-v-c976539a"><image class="avatar lg data-v-c976539a" mode="scaleToFill" src="{{teacher_avatar}}"></image><view class="flex-sub margin-left data-v-c976539a"><view class="teacher-title data-v-c976539a">{{(teacher.username||'')+"老师授课"}}</view><view class="teacher-item data-v-c976539a">{{"所属机构:"+(teacher.agency_name||'')}}</view><view class="teacher-exp flex data-v-c976539a"><view class="exp-item data-v-c976539a">{{teacher.honor||''}}</view><view class="exp-item data-v-c976539a">{{teacher.introduce||''}}</view></view></view></view><view class="comment bg-white margin-top padding-lr padding-tb-lg data-v-c976539a"><view class="data-v-c976539a">请评价(已对班主任匿名,请放心评价)</view><view class="flex text-center margin-top data-v-c976539a" style="padding-left:80rpx;"><view class="flex-sub data-v-c976539a"><image style="width:70px;" src="/static/imgs/class/satisfaction.png" mode="widthFix" class="_img data-v-c976539a"></image><view class="data-v-c976539a">满意</view></view><view class="flex-sub data-v-c976539a"><image style="width:70px;" src="/static/imgs/class/unsatisfaction.png" mode="widthFix" class="_img data-v-c976539a"></image><view class="data-v-c976539a">一般</view></view></view><view class="flex margin-top-sm data-v-c976539a"><view style="width:80rpx;line-height:32px;" class="data-v-c976539a">课程</view><view class="flex-sub text-center data-v-c976539a"><button data-event-opts="{{[['tap',[['evaluate',['agency_statisfaction',2]]]]]}}" class="{{['cu-btn data-v-c976539a',params.agency_statisfaction===2?'bg-cyan':'line-cyan']}}" bindtap="__e">满意</button></view><view class="flex-sub text-center data-v-c976539a"><button data-event-opts="{{[['tap',[['evaluate',['agency_statisfaction',1]]]]]}}" class="{{['cu-btn data-v-c976539a',params.agency_statisfaction===1?'bg-cyan':'line-cyan']}}" bindtap="__e">一般</button></view></view><view class="flex margin-top-sm data-v-c976539a"><view style="width:80rpx;line-height:32px;" class="data-v-c976539a">老师</view><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="flex-sub text-center data-v-c976539a" bindtap="__e"><button data-event-opts="{{[['tap',[['evaluate',['statisfaction',2]]]]]}}" class="{{['cu-btn data-v-c976539a',params.statisfaction===2?'bg-cyan':'line-cyan']}}" bindtap="__e">满意</button></view><view data-event-opts="{{[['tap',[['e1',['$event']]]]]}}" class="flex-sub text-center data-v-c976539a" bindtap="__e"><button data-event-opts="{{[['tap',[['evaluate',['statisfaction',1]]]]]}}" class="{{['cu-btn data-v-c976539a',params.statisfaction===1?'bg-cyan':'line-cyan']}}" bindtap="__e">一般</button></view></view><view class="margin-top-lg data-v-c976539a"><button data-event-opts="{{[['tap',[['comment',['$event']]]]]}}" class="cu-btn bg-cyan lg data-v-c976539a" style="width:100%;" bindtap="__e">提交评价</button></view></view></view>
|