启动页按钮问题 #302

Merged
hansu merged 1 commits from zhy into master 2020-08-25 06:39:39 +00:00
Showing only changes of commit 95c55de38b - Show all commits

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>