parent
fb0a8dee65
commit
1d28392db9
@ -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