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.
31 lines
646 B
31 lines
646 B
<!--pages/news.wxml-->
|
|
|
|
<view class="box">
|
|
<text>
|
|
</text>
|
|
</view>
|
|
|
|
<!-- <navigator url="../logs/logs" open-type="navigate">点我跳转 -->
|
|
<!-- </navigator> -->
|
|
<image src="../../image/shenpan.jpg" style="width: 100%;" >
|
|
</image>
|
|
|
|
<view style="height: 100rpx;">
|
|
|
|
</view>
|
|
<view>姓名:{{dataobj.name}}</view>
|
|
<view>学号:{{dataobj.xuehao}}</view>
|
|
|
|
<view >
|
|
分数:{{dataobj.score}}
|
|
|
|
</view>
|
|
<view style="height: 100rpx;">
|
|
该同学到了吗
|
|
</view>
|
|
<button type="default" bind:tap="updateScoreForIndex_j1">是</button>
|
|
<view style="height: 50rpx;">
|
|
</view>
|
|
<button type="default" bind:tap="updateScoreForIndex_fu1">否</button>
|
|
|