优化页面
This commit is contained in:
@@ -68,7 +68,7 @@ const _sfc_main = {
|
||||
if (res.code == 200) {
|
||||
this.AnchorList = res.data;
|
||||
} else {
|
||||
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/anchorLibrary.vue:161", res.msg);
|
||||
common_vendor.index.__f__("log", "at pages/Mine/minecomponents/anchorLibrary.vue:164", res.msg);
|
||||
}
|
||||
});
|
||||
},
|
||||
@@ -100,9 +100,11 @@ if (!Array) {
|
||||
(_component_uni_card + _component_anchorLibrary + _component_modifyStreamer)();
|
||||
}
|
||||
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
return {
|
||||
return common_vendor.e({
|
||||
a: common_vendor.o$1((...args) => $options.onBack && $options.onBack(...args)),
|
||||
b: common_vendor.f($data.AnchorList, (item, index, i0) => {
|
||||
b: $data.AnchorList.length !== 0
|
||||
}, $data.AnchorList.length !== 0 ? {
|
||||
c: common_vendor.f($data.AnchorList, (item, index, i0) => {
|
||||
return common_vendor.e({
|
||||
a: item.headerIcon,
|
||||
b: common_vendor.t(item.anchorId),
|
||||
@@ -118,17 +120,18 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
k: "daea6b33-0-" + i0
|
||||
});
|
||||
}),
|
||||
c: common_vendor.o$1((...args) => $options.onRefresherRefresh && $options.onRefresherRefresh(...args)),
|
||||
d: $data.triggered,
|
||||
e: common_vendor.o$1(($event) => $options.openPopupQuantity()),
|
||||
f: common_vendor.sr("createModule", "daea6b33-1"),
|
||||
g: common_vendor.o$1($options.getAnchorList),
|
||||
h: common_vendor.sr("modifyStreamer", "daea6b33-2"),
|
||||
i: common_vendor.o$1($options.getAnchorList),
|
||||
j: common_vendor.p({
|
||||
d: common_vendor.o$1((...args) => $options.onRefresherRefresh && $options.onRefresherRefresh(...args)),
|
||||
e: $data.triggered
|
||||
} : {}, {
|
||||
f: common_vendor.o$1(($event) => $options.openPopupQuantity()),
|
||||
g: common_vendor.sr("createModule", "daea6b33-1"),
|
||||
h: common_vendor.o$1($options.getAnchorList),
|
||||
i: common_vendor.sr("modifyStreamer", "daea6b33-2"),
|
||||
j: common_vendor.o$1($options.getAnchorList),
|
||||
k: common_vendor.p({
|
||||
message: $data.modifyStreamerMessage
|
||||
})
|
||||
};
|
||||
});
|
||||
}
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-daea6b33"]]);
|
||||
wx.createPage(MiniProgramPage);
|
||||
|
||||
Reference in New Issue
Block a user