This commit is contained in:
syuilo 2017-11-15 04:17:15 +09:00
parent 3aad234d85
commit dfbb4755d6

View File

@ -23,6 +23,9 @@
this.func = () => {
if (++this.data.design == 3) this.data.design = 0;
this.refs.activity.update({
design: this.data.design
});
this.save();
};
</script>