重要更新

This commit is contained in:
Kele
2022-11-29 22:03:21 +08:00
parent 6d759b4812
commit baef1695c4
13 changed files with 815 additions and 74 deletions
@@ -35,7 +35,7 @@
const advHistory = modalStore.advHistory || [];
const currentIndex = ref(0);
const popupList = computed(() => {
const list = sheep.$store('app').template.basic.popupImage?.list || [];
const list = sheep.$store('app').template.basic?.popupImage?.list || [];
const newList = [];
if (list.length > 0) {
list.forEach((adv) => {