|
|
|
@ -1,8 +1,13 @@
|
|
|
|
|
<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">
|
|
|
|
@ -10,34 +15,33 @@
|
|
|
|
|
<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="main">
|
|
|
|
|
<!-- 学号 -->
|
|
|
|
|
<view class="student-info">
|
|
|
|
|
<view class="student-info1">
|
|
|
|
|
<text>{{student_ID}}</text>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
<!-- 姓名 -->
|
|
|
|
|
<view class="student-info">
|
|
|
|
|
<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 || '请选择分数'}}
|
|
|
|
|
{{selectedScore || '请选择分数'}}
|
|
|
|
|
</view>
|
|
|
|
|
</picker>
|
|
|
|
|
|
|
|
|
|
<view class="confirm-content"wx:if="{{showScorePicker}}" bindtap="confirmScore"></view>
|
|
|
|
|
<button class="confirm-button"wx:if="{{showScorePicker}}" bindtap="confirmScore">确认</button>
|
|
|
|
|
<!-- 确认分数按钮 -->
|
|
|
|
|
<button wx:if="{{showScorePicker}}" bindtap="confirmScore">确认分数</button>
|
|
|
|
|
</view>
|
|
|
|
|
</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>
|
|
|
|
@ -45,6 +49,7 @@
|
|
|
|
|
<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>
|
|
|
|
|