修复礼物地区

This commit is contained in:
liaozetao
2024-04-15 20:23:42 +08:00
parent 63cd34ba0b
commit da56379b68

View File

@@ -624,6 +624,7 @@ export default {
}, },
created() { created() {
this.$nextTick(function () { this.$nextTick(function () {
this.initPartition();
this.initData(); this.initData();
}); });
}, },