[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: {
tip: String,
price: Number,
label: String,
loading: Boolean,
disabled: Boolean,
buttonText: String,
price: {
type: Number,
default: null
},
currency: {
type: String,
default: '¥'