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.
12 lines
587 B
12 lines
587 B
<!-- pages/studentHomePage/studentHomePage.wxml -->
|
|
<view class="container">
|
|
<button style="width: 50px;margin-top: 33px;margin-left: 0;" class="back-button" bindtap="goBack">{{'<'}}返回</button>
|
|
<view class="result">
|
|
<view style="color: gray;">学号: {{studentId}}</view>
|
|
</view>
|
|
<view class="result1">
|
|
<view style="color: gray;">姓名: {{name}}</view>
|
|
</view>
|
|
<button style="width: 280px;" class="my-button" bindtap="myPoints">我的积分</button>
|
|
<button style="width: 280px;" class="rules-button" bindtap="showRulesList">特殊规则总览</button>
|
|
</view> |