优化支付页面
continuous-integration/drone/push Build is passing Details

pull/1/head
franktrue 3 years ago
parent 53f4c5cb32
commit 166ff74f5a

@ -3,7 +3,7 @@
<el-card shadow="always"> <el-card shadow="always">
<el-space alignment="start" :size="30"> <el-space alignment="start" :size="30">
充值金值 充值金值
<el-input-number v-model="form.paymentPrice" :precision="2" :step="0.1" :max="500" :min="0.1" /> <el-input-number v-model="form.paymentPrice" :precision="1" :step="0.1" :max="500" :min="0.1" />
<el-button type="primary" @click="handlePayment" :loading="loading">充值</el-button> <el-button type="primary" @click="handlePayment" :loading="loading">充值</el-button>
</el-space> </el-space>
</el-card> </el-card>

Loading…
Cancel
Save