1.
This commit is contained in:
@@ -138,17 +138,15 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
}),
|
||||
v: common_vendor.t($data.getLocaleTime(item.created_at)),
|
||||
w: common_vendor.t(item.view_count),
|
||||
x: common_vendor.t(item.comment_count),
|
||||
y: common_vendor.t(item.follower_count),
|
||||
z: common_vendor.o(($event) => $options.clickFollowEvent(item.event_id, index), index),
|
||||
A: common_vendor.o(($event) => $options.clickEventItem(item.event_id), index),
|
||||
B: index
|
||||
x: common_vendor.t(item.follower_count),
|
||||
y: common_vendor.o(($event) => $options.clickFollowEvent(item.event_id, index), index),
|
||||
z: common_vendor.o(($event) => $options.clickEventItem(item.event_id), index),
|
||||
A: index
|
||||
});
|
||||
}),
|
||||
d: common_assets._imports_3$1,
|
||||
e: common_assets._imports_4,
|
||||
f: common_assets._imports_5$3,
|
||||
g: common_vendor.s("top:" + $data.navH + "px;")
|
||||
e: common_assets._imports_4$5,
|
||||
f: common_vendor.s("top:" + $data.navH + "px;")
|
||||
};
|
||||
}
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
|
||||
|
||||
Reference in New Issue
Block a user