mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:03:27 +08:00
优化【uniapp】: 售后页面退款金额支付输入小数
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
<view class="title">
|
||||
<view class="tit">退款金额</view>
|
||||
<view class="desc">
|
||||
<uv-input type="number" v-model="state.refundPrice" placeholder="请输入退款金额" border="surround"
|
||||
<uv-input type="digit" v-model="state.refundPrice" placeholder="请输入退款金额" border="surround"
|
||||
@blur="handleInputBlur">
|
||||
<template v-slot:prefix>
|
||||
<uv-text text="¥" type="tips"></uv-text>
|
||||
|
||||
Reference in New Issue
Block a user