优化页面
This commit is contained in:
@@ -84,7 +84,7 @@ const _sfc_main = {
|
||||
}
|
||||
});
|
||||
}).catch((err) => {
|
||||
common_vendor.index.__f__("log", "at pages/Setting/Setting.vue:108", err);
|
||||
common_vendor.index.__f__("log", "at pages/Setting/Setting.vue:109", err);
|
||||
});
|
||||
}
|
||||
}
|
||||
@@ -94,8 +94,10 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
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)),
|
||||
d: common_vendor.o$1((...args) => $options.wxLogin && $options.wxLogin(...args)),
|
||||
e: common_vendor.o$1((...args) => $options.cancel && $options.cancel(...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))
|
||||
};
|
||||
}
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-3c55a289"]]);
|
||||
|
||||
Reference in New Issue
Block a user