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.

16 lines
749 B

<!--pages/first/first.wxml-->
<view class='container'>
<image class="user-image" src="/images/first1.jpg"></image> //界面上的图案
<view class="welcome-container">
<text class="user-welcome">Welcome to roll call system</text> </view>
<image class="user-image" src="/images/first2.jpg"></image> //界面上的图案
<view class="moto-container"bindtap='go'> //Class9.1按钮
<text class="moto">Class 9.1</text>
<image class="user-image" src="/images/first3.jpg"></image> //界面上的图案
</view>
<image class="user-image" src="/images/first4.jpg"></image> //界面上的图案
<view class="mt-container"bindtap='going'> //Class9.3按钮
<text class="mt">Class 9.3</text>
</view>
</view>