|
@@ -12,7 +12,7 @@
|
|
|
</view>
|
|
|
<view class="lnput" v-if="show==false">
|
|
|
<input type="text" v-model="number_a" :placeholder="content" clearable="true" focus="true" />
|
|
|
- <u-button type="primary" size="medium" @click="manualentry" >确认录入</u-button>
|
|
|
+ <u-button type="primary" size="medium" @click="manualentry" throttle-time="2000">确认录入</u-button>
|
|
|
</view>
|
|
|
<view class="" v-else>
|
|
|
<view>{{tips}}:{{number}}</view>
|