Fix bug
This commit is contained in:
@ -23,6 +23,9 @@
|
|||||||
|
|
||||||
this.func = () => {
|
this.func = () => {
|
||||||
if (++this.data.design == 3) this.data.design = 0;
|
if (++this.data.design == 3) this.data.design = 0;
|
||||||
|
this.refs.activity.update({
|
||||||
|
design: this.data.design
|
||||||
|
});
|
||||||
this.save();
|
this.save();
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
Reference in New Issue
Block a user