fix:图书上传tab禁止滑动切换
This commit is contained in:
parent
076303b665
commit
a8c4d277d6
@ -25,7 +25,7 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<swiper class="tab-swiper" :current="swiperIndex" @change="onTabSwiperChange" @touchmove.stop.prevent="">
|
||||
<swiper class="tab-swiper" :current="swiperIndex" @change="onTabSwiperChange" :touchable="false">
|
||||
<!-- ISBN上传内容 -->
|
||||
<swiper-item>
|
||||
<view class="tab-content">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user