tab页禁止滑动切换:仅可点击标签切换
This commit is contained in:
parent
b8f89a2063
commit
ea21cd7e1b
@ -25,7 +25,7 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<swiper class="tab-swiper" :current="swiperIndex" @change="onTabSwiperChange">
|
||||
<swiper class="tab-swiper" :current="swiperIndex" @change="onTabSwiperChange" @touchmove.stop.prevent="">
|
||||
<!-- ISBN上传内容 -->
|
||||
<swiper-item>
|
||||
<view class="tab-content">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user