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.

27 lines
674 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!--pages/news.wxml-->
<view class="box">
<text>
</text>
</view>
<!-- <navigator url="../logs/logs" open-type="navigate">点我跳转 -->
<!-- </navigator> -->
<image src="../../image/cuizi.png" style="width: 100%;" >
</image>
<view style="height: 50rpx;">
虽然加1分
</view>
<view>姓名:{{dataobj.name}}</view>
<view>学号:{{dataobj.xuehao}}</view>
<view >
分数:{{dataobj.score}}
</view>
<button type="default"><navigator url="../2/2" open-type="redirect">有请下一位</navigator>
</button>
<view style="height: 50rpx;">
</view>
<button type="default" ><navigator url="../1/1" open-type="redirect">结束本次点名</navigator>
</button>