优化页面

This commit is contained in:
pengxiaolong
2025-06-18 22:04:59 +08:00
parent ec9dcb486f
commit b73ddb0370
52 changed files with 268 additions and 140 deletions

View File

@@ -238,6 +238,7 @@ const _sfc_main = {
icon: "success",
duration: 2e3
});
this.$emit("publishSuccess");
} else {
common_vendor.index.hideLoading();
common_vendor.index.showToast({
@@ -351,7 +352,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
b: common_vendor.t(item.anchorId),
c: common_vendor.t(item.country),
d: common_vendor.o$1(($event) => $options.Select(item.id, item), index),
e: $data.selectedId === item.id ? "#f6f6f6" : "#ffffff",
e: $data.selectedId === item.id ? "#b8ff8c74" : "#ffffff",
f: index
};
})