[bugfix] SubmitBar: hdie price (#2469)

This commit is contained in:
neverland 2019-01-08 21:54:46 +08:00 committed by GitHub
parent 5f9a4cf479
commit cfb81f7094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: '¥'