Browse Source

解决了所有扫描都点不开的问题

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

4
src/mycomponents/scan/winScanButton.vue

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

Loading…
Cancel
Save