|
@@ -773,10 +773,10 @@ export default defineComponent({
|
|
|
activeData.model = true
|
|
|
}}
|
|
|
onEnded={() => {
|
|
|
- const _index = popupData.activeIndex + 1
|
|
|
- if (_index < data.itemList.length) {
|
|
|
- handleSwipeChange(_index);
|
|
|
- }
|
|
|
+ // const _index = popupData.activeIndex + 1
|
|
|
+ // if (_index < data.itemList.length) {
|
|
|
+ // handleSwipeChange(_index);
|
|
|
+ // }
|
|
|
}}
|
|
|
/>
|
|
|
</div>
|