Browse Source

解决扫描按钮都不好使

hella_online_20240803
wangyufei 4 weeks ago
parent
commit
fa892c1810
  1. 4
      src/mycomponents/scan/winScanButton.vue

4
src/mycomponents/scan/winScanButton.vue

@ -1,6 +1,6 @@
<template> <template>
<view> <view style="border: 1px solid red;" @click="goScan('bottom')" >
<view class="scan_float" ref="scanRef" @click="goScan('bottom')" @touchstart.prevent="handleTouchStart" @touchmove.prevent="handleTouchMove"> <view class="scan_float" ref="scanRef" @touchstart="handleTouchStart" @touchmove.prevent="handleTouchMove">
<image src="@/static/icons_ui/icon_scan_white.svg"></image> <image src="@/static/icons_ui/icon_scan_white.svg"></image>
<view>扫描</view> <view>扫描</view>
</view> </view>

Loading…
Cancel
Save