mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-23 09:52:57 +08:00
[bugfix] SubmitBar: hdie price (#2469)
This commit is contained in:
parent
5f9a4cf479
commit
cfb81f7094
@ -41,11 +41,14 @@ export default create({
|
|||||||
|
|
||||||
props: {
|
props: {
|
||||||
tip: String,
|
tip: String,
|
||||||
price: Number,
|
|
||||||
label: String,
|
label: String,
|
||||||
loading: Boolean,
|
loading: Boolean,
|
||||||
disabled: Boolean,
|
disabled: Boolean,
|
||||||
buttonText: String,
|
buttonText: String,
|
||||||
|
price: {
|
||||||
|
type: Number,
|
||||||
|
default: null
|
||||||
|
},
|
||||||
currency: {
|
currency: {
|
||||||
type: String,
|
type: String,
|
||||||
default: '¥'
|
default: '¥'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user