优化
This commit is contained in:
@@ -92,12 +92,12 @@ const _sfc_main = {
|
||||
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
return {
|
||||
a: $data.userinfo,
|
||||
b: common_vendor.o$1((...args) => $options.Userinfo && $options.Userinfo(...args)),
|
||||
c: common_vendor.o$1((...args) => $options.inputName && $options.inputName(...args)),
|
||||
b: common_vendor.o((...args) => $options.Userinfo && $options.Userinfo(...args)),
|
||||
c: common_vendor.o((...args) => $options.inputName && $options.inputName(...args)),
|
||||
d: $data.name,
|
||||
e: common_vendor.o$1(($event) => $data.name = $event.detail.value),
|
||||
f: common_vendor.o$1((...args) => $options.wxLogin && $options.wxLogin(...args)),
|
||||
g: common_vendor.o$1((...args) => $options.cancel && $options.cancel(...args))
|
||||
e: common_vendor.o(($event) => $data.name = $event.detail.value),
|
||||
f: common_vendor.o((...args) => $options.wxLogin && $options.wxLogin(...args)),
|
||||
g: common_vendor.o((...args) => $options.cancel && $options.cancel(...args))
|
||||
};
|
||||
}
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-3c55a289"]]);
|
||||
|
||||
Reference in New Issue
Block a user