|
@@ -12,7 +12,7 @@
|
|
|
<text @click="outAmount()" style="margin-left:30upx;">提取</text>
|
|
<text @click="outAmount()" style="margin-left:30upx;">提取</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="save">
|
|
<view class="save">
|
|
|
- <input v-model="saveCash" type="digit" class="save-input" @focus="drawCash=''" placeholder="存入金额" />
|
|
|
|
|
|
|
+ <input v-model="saveCash" type="digit" class="save-input" @focus="saveCash=''" placeholder="存入金额" />
|
|
|
<text @click="inAmount()" style="margin-left:30upx;">存入</text>
|
|
<text @click="inAmount()" style="margin-left:30upx;">存入</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|