上传代码
This commit is contained in:
@@ -105,10 +105,10 @@ const _sfc_main = {
|
||||
};
|
||||
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
return {
|
||||
a: $data.userInfo.avatarUrl,
|
||||
b: common_vendor.t($data.userInfo.nickName),
|
||||
c: common_vendor.o$1((...args) => $options.getPhoneNumber && $options.getPhoneNumber(...args)),
|
||||
d: common_vendor.o$1((...args) => $options.Return && $options.Return(...args))
|
||||
a: common_vendor.o$1((...args) => $options.Return && $options.Return(...args)),
|
||||
b: $data.userInfo.avatarUrl,
|
||||
c: common_vendor.t($data.userInfo.nickName),
|
||||
d: common_vendor.o$1((...args) => $options.getPhoneNumber && $options.getPhoneNumber(...args))
|
||||
};
|
||||
}
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
|
||||
|
||||
Reference in New Issue
Block a user