You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
3.2 KiB

<view>
<view class="header">
<text class="title">逍 摇 人</text>
<image class="logo" src="cloud://yz-7g23c92hf3223f1d.797a-yz-7g23c92hf3223f1d-1330140432/pictures/7.png" mode="aspectFit"></image>
</view>
<swiper class="swiperTtemBox" vertical="true" current="{{vertIndex}}" bindchange="vertPageChange">
<swiper-item class="swiperTtemBox">
<view class="top-bar">
<text class="horizontal-text">未到课</text>
<image class="picture42" src="cloud://yz-7g23c92hf3223f1d.797a-yz-7g23c92hf3223f1d-1330140432/pictures/42.png" mode="aspectFit"></image>
</view>
</swiper-item>
<swiper-item class="swiperTtemBox">
<swiper class="swiperTtemBox" current="{{horiIndex}}" bindchange="horiPageChange">
<swiper-item class="swiperTtemBox">
<view class="left-bar">
<text class="vertical-text">准确复述</text>
<image class="picture441" src="cloud://yz-7g23c92hf3223f1d.797a-yz-7g23c92hf3223f1d-1330140432/pictures/44.gif" mode="aspectFit"></image>
</view>
</swiper-item>
<swiper-item class="swiperTtemBox">
<view class="student-info1">
<text>{{student_ID}}</text>
</view>
<view class="student-info2">
<text>{{name}}</text>
</view>
<!-- 分数选择器,显示在姓名的下面 -->
<picker mode="selector" range="{{scoreOptions}}" bindchange="scoreChange" wx:if="{{showScorePicker}}">
<image class = "picture16" src="cloud://yz-7g23c92hf3223f1d.797a-yz-7g23c92hf3223f1d-1330140432/pictures/18.png" mode="aspectFit"></image>
<view class="pickerback"></view>
<view class="picker">
{{selectedScore || '请选择分数'}}
</view>
</picker>
<view class="confirm-content"wx:if="{{showScorePicker}}" bindtap="confirmScore"></view>
<button class="confirm-button"wx:if="{{showScorePicker}}" bindtap="confirmScore">确认</button>
<!-- 确认分数按钮 -->
</swiper-item>
<swiper-item class="swiperTtemBox">
<view class="right-bar">
<text class="vertical-text">复述失败</text>
<image class = "picture20" src="cloud://yz-7g23c92hf3223f1d.797a-yz-7g23c92hf3223f1d-1330140432/pictures/20.png" mode="aspectFit"></image>
</view>
</swiper-item>
</swiper>
</swiper-item>
<swiper-item class="swiperTtemBox">
<view class="bottom-bar">
<text class="horizontal-text">准确回答</text>
<image class = "picture17" src="cloud://yz-7g23c92hf3223f1d.797a-yz-7g23c92hf3223f1d-1330140432/pictures/17.png" mode="aspectFit"></image>
</view>
</swiper-item>
</swiper>
</view>