parent
97bd4a2f4a
commit
c9c13dbf1e
@ -0,0 +1,15 @@
|
||||
<!--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>
|
Loading…
Reference in new issue