优化
This commit is contained in:
@@ -44,9 +44,9 @@ const _sfc_main = {
|
||||
};
|
||||
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
return {
|
||||
a: common_vendor.o$1((...args) => $options.onBack && $options.onBack(...args)),
|
||||
a: common_vendor.o((...args) => $options.onBack && $options.onBack(...args)),
|
||||
b: common_vendor.t($data.content),
|
||||
c: common_vendor.o$1((...args) => $options.handleCopy && $options.handleCopy(...args))
|
||||
c: common_vendor.o((...args) => $options.handleCopy && $options.handleCopy(...args))
|
||||
};
|
||||
}
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-2f1f017b"]]);
|
||||
|
||||
Reference in New Issue
Block a user