mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 19:13:26 +08:00
Merge branch 'dev' into 'master'
优化【uniapp】: 售后页面退款金额支付输入小数 See merge request jianweie/coreshoppro!110
This commit is contained in:
@@ -56,7 +56,7 @@
|
|||||||
<view class="title">
|
<view class="title">
|
||||||
<view class="tit">退款金额</view>
|
<view class="tit">退款金额</view>
|
||||||
<view class="desc">
|
<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">
|
@blur="handleInputBlur">
|
||||||
<template v-slot:prefix>
|
<template v-slot:prefix>
|
||||||
<uv-text text="¥" type="tips"></uv-text>
|
<uv-text text="¥" type="tips"></uv-text>
|
||||||
|
|||||||
Reference in New Issue
Block a user