This commit is contained in:
2025-07-30 15:28:04 +08:00
parent 3342dc1e57
commit db93105213
4 changed files with 19 additions and 88 deletions

View File

@@ -6,11 +6,11 @@
:value="value"
:focus="focusState"
@blur="handleBlur($event)"
@input="handleChange($event)">
@confirm="handleChange($event)">
<view class="zd-row buttons_wraper">
<!-- <uni-icons @tap="toDel" type="closeempty" size="20" color="#4e6ef2"></uni-icons> -->
<uni-icons class="pdr10" @tap="toScan" type="scan" size="20" :color="focusState ? '#ff6a00' : '#4e6ef2'"></uni-icons>
<uni-icons @tap="toPhone" type="camera" size="26" color="#4e6ef2"></uni-icons>
<!-- <uni-icons @tap="toPhone" type="camera" size="26" color="#4e6ef2"></uni-icons> -->
<uni-icons v-show="seaShow" @tap="toSearch" type="search" size="20" color="#4e6ef2"></uni-icons>
</view>
</view>