1 |
- <view class="evaluate"><view class="top"><image class="avatar" src="{{coachMess.head_portrait}}" mode></image><view class="name">{{''+coachMess.name+''}}</view></view><view class="content"><view class="ques">小朋友上完是否学会了?</view><view class="tab"><view data-event-opts="{{[['tap',[['changTab',[0]]]]]}}" class="{{[currentTab==0?'active':'left']}}" bindtap="__e">未学会</view><view data-event-opts="{{[['tap',[['changTab',[1]]]]]}}" class="{{[currentTab==1?'active':'right']}}" bindtap="__e">已学会</view></view><view class="ques">你的好评是给教练最好的鼓励</view><view class="start"><u-rate bind:input="__e" vue-id="651be49d-1" count="{{count}}" active-color="#FF6615" inactive-color="#b2b2b2" size="64" gutter="28" value="{{value}}" data-event-opts="{{[['^input',[['__set_model',['','value','$event',[]]]]]]}}" bind:__l="__l"></u-rate></view><view class="body"><u-input bind:input="__e" vue-id="651be49d-2" type="{{type}}" height="{{height}}" auto-height="{{autoHeight}}" placeholder="写下您对教练的评价吧~" value="{{body}}" data-event-opts="{{[['^input',[['__set_model',['','body','$event',[]]]]]]}}" bind:__l="__l"></u-input></view></view><view class="submit"><view data-event-opts="{{[['tap',[['submit',['$event']]]]]}}" class="bt" bindtap="__e">提交评价</view></view></view>
|