@ -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>