This commit is contained in:
2020-01-08 15:18:51 +08:00
parent a342e22c8b
commit 3fcdf4ce6c
11 changed files with 30 additions and 27 deletions

View File

@@ -9,7 +9,7 @@
<van-popup show="{{ show}}" bind:close="onClose" custom-style="border-radius:15rpx;">
<view class="recharge">
<text>¥</text>
<input type="number" bindinput="number" />
<input type="digit" bindinput="number" />
<view bind:tap="recharge">确定</view>
</view>
</van-popup>