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.
13 lines
481 B
13 lines
481 B
4 months ago
|
<navigation-bar></navigation-bar>
|
||
|
<swiper class="page" current="{{current}}">
|
||
|
<swiper-item>
|
||
|
<image bind:tap="handlePage1" class="page-img" mode="aspectFit" src="/images/30.png"></image>
|
||
|
</swiper-item>
|
||
|
<swiper-item>
|
||
|
<image bind:tap="handlePage2" class="page-img" mode="aspectFit" src="/images/31.png"></image>
|
||
|
</swiper-item>
|
||
|
<swiper-item>
|
||
|
<image bind:tap="handlePage3" class="page-img" mode="aspectFit" src="/images/32.png"></image>
|
||
|
</swiper-item>
|
||
|
</swiper>
|