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.

24 lines
1.0 KiB

<!--pages/teacher/Mode-arrive/Mode-arrive.wxml-->
<view class="container" style="background-image: url('/image/Mode1.png');">
</view>
<image class="ball-image" src="/image/ball.png" mode="widthFix"></image>
<image class="back-image" bindtap="goBack" src="/image/back.png" mode="widthFix"></image>
<view class="circle"></view>
<image class="rank-image" bindtap="goTorank" src="/image/rank.png" mode="widthFix"></image>
<view class="rectangle">
<text class="text1" >
学生姓名: {{studentName}}
当前分数: {{score}}
该同学是否在教室并答到</text>
<label class="radio-label">
<input type="radio" name="choice" value="yes" class="radio-input" />
<view class="radio-custom" bindtap="addScore"></view>
<text class="radio-text" bindtap="addScore">是</text>
</label>
<label class="radio-label">
<input type="radio" name="choice" value="no" class="radio-input" />
<view class="radio-custom" bindtap="reduceScore"></view>
<text class="radio-text" bindtap="reduceScore">否</text>
</label>
</view>