refactor(Sku): header image (#6614)

This commit is contained in:
neverland
2020-06-26 21:04:31 +08:00
committed by GitHub
parent 01e9cde2b8
commit c93319a4c0
3 changed files with 30 additions and 35 deletions

View File

@@ -74,6 +74,22 @@ export default createComponent({
type: Boolean,
default: true,
},
customStepperConfig: {
type: Object,
default: () => ({}),
},
showHeaderImage: {
type: Boolean,
default: true,
},
previewOnClickImage: {
type: Boolean,
default: true,
},
safeAreaInsetBottom: {
type: Boolean,
default: true,
},
bodyOffsetTop: {
type: Number,
default: 200,
@@ -87,22 +103,6 @@ export default createComponent({
uploadMaxSize: 5,
}),
},
customStepperConfig: {
type: Object,
default: () => ({}),
},
previewOnClickImage: {
type: Boolean,
default: true,
},
safeAreaInsetBottom: {
type: Boolean,
default: true,
},
showHeaderImage: {
type: Boolean,
default: true,
},
},
data() {