修改零钱反复充值bug

This commit is contained in:
lemon橪
2022-06-15 10:09:40 +08:00
parent 63e3718178
commit 1ada23584d
2 changed files with 8 additions and 5 deletions

View File

@@ -1,3 +1,4 @@
<template>
<view>
<view class="-list">
@@ -5,7 +6,8 @@
<view class="content">
<view class="price">
<span> </span>
<u-input v-model="price" placeholder="" type="number" />
<u-input v-model="price" placeholder='金额' type="number" />
</view>
</view>