forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
243df9ad1d
commit
0f86ba55b0
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue