增加长按识别二维码

This commit is contained in:
kron
2025-09-12 15:36:32 +08:00
parent 1c79ed6183
commit 24b776f327

View File

@@ -51,7 +51,7 @@ const onScrollView = (e) => {
</view>
<scroll-view scroll-y @scroll="onScrollView" :style="{ height: '100vh' }">
<view class="images">
<image v-for="src in images" :key="src" :src="src" mode="widthFix" />
<image v-for="src in images" :key="src" :src="src" mode="widthFix" show-menu-by-longpress />
</view>
</scroll-view>
</view>