|
@ -109,7 +109,7 @@ |
|
|
<view class="vi-box"> |
|
|
<view class="vi-box"> |
|
|
<view class="vb-btn" @click="deductAmount--"></view> |
|
|
<view class="vb-btn" @click="deductAmount--"></view> |
|
|
<view class="vb-ipt"> |
|
|
<view class="vb-ipt"> |
|
|
<input v-model="deductAmount" type="number" /> |
|
|
|
|
|
|
|
|
<input v-model="deductAmount" type="digit" /> |
|
|
</view> |
|
|
</view> |
|
|
<view class="vb-btn" @click="deductAmount++"></view> |
|
|
<view class="vb-btn" @click="deductAmount++"></view> |
|
|
</view> |
|
|
</view> |
|
|