修复已知问题
This commit is contained in:
@@ -275,7 +275,6 @@
|
||||
:placeholder-style="`font-family: PingFang SC, PingFang SC; font-weight: 500; color: ${
|
||||
errorData.numShow ? '#f56c6c' : '#a9a9a9'
|
||||
}; font-size: 32rpx; font-style: normal; text-transform: none;`"
|
||||
confirm-type="done"
|
||||
type="number"
|
||||
placeholder="填写红包个数"
|
||||
@input="numInput"
|
||||
@@ -303,7 +302,6 @@
|
||||
:placeholder-style="`font-family: PingFang SC, PingFang SC; font-weight: 500; color: ${
|
||||
errorData.integralShow ? '#f56c6c' : '#a9a9a9'
|
||||
}; font-size: 32rpx; font-style: normal; text-transform: none;`"
|
||||
confirm-type="done"
|
||||
type="digit"
|
||||
placeholder="0.00"
|
||||
@input="monitorInput"
|
||||
|
||||
Reference in New Issue
Block a user