diff --git a/src/web/app/common/views/components/widgets/profile.vue b/src/web/app/common/views/components/widgets/profile.vue index 1fb756333..e589eb20b 100644 --- a/src/web/app/common/views/components/widgets/profile.vue +++ b/src/web/app/common/views/components/widgets/profile.vue @@ -30,7 +30,7 @@ export default define({ }).extend({ methods: { func() { - if (this.props.design == 3) { + if (this.props.design == 2) { this.props.design = 0; } else { this.props.design++;