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