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.
|
|
|
|
<navigation-bar back="{{current<4}}">
|
|
|
|
|
<van-icon slot="left" size="24" name="cross" bind:tap="handleBack" />
|
|
|
|
|
</navigation-bar>
|
|
|
|
|
<swiper class="page" current="{{current}}">
|
|
|
|
|
<swiper-item class="swiper-item1">
|
|
|
|
|
<image bind:tap="handlePage1" class="page-img" mode="widthFix" src="{{imageUrl}}class/23.png?t={{Timestamp}}"></image>
|
|
|
|
|
</swiper-item>
|
|
|
|
|
<swiper-item>
|
|
|
|
|
<image bind:tap="handlePage2" class="page-img" mode="widthFix" src="{{imageUrl}}class/20.png?t={{Timestamp}}"></image>
|
|
|
|
|
</swiper-item>
|
|
|
|
|
</swiper>
|