启动页按钮问题

This commit is contained in:
ghusermoon 2020-08-25 14:39:11 +08:00
parent 4ab89711b2
commit 95c55de38b

View File

@ -22,7 +22,7 @@
<view class="swiper-item uni-bg-red">
<image :src=" 'https://' + item.launch_path"></image>
</view>
<view class="btn-init" v-if="parseInt(index) == 2" @click="goNext">立即体验</view>
<view class="btn-init" v-if="parseInt(index) == list.length" @click="goNext">立即体验</view>
</swiper-item>
</swiper>
</view>