上传代码
This commit is contained in:
@@ -43,6 +43,12 @@ const _sfc_main = {
|
||||
});
|
||||
},
|
||||
methods: {
|
||||
// 返回首页
|
||||
Return() {
|
||||
common_vendor.index.reLaunch({
|
||||
url: "/pages/Home/Home"
|
||||
});
|
||||
},
|
||||
// 输入昵称
|
||||
inputName(e) {
|
||||
this.name = e.detail.value;
|
||||
@@ -99,7 +105,7 @@ const _sfc_main = {
|
||||
}
|
||||
});
|
||||
}).catch((err) => {
|
||||
common_vendor.index.__f__("log", "at pages/UserInformation/UserInformation.vue:126", err);
|
||||
common_vendor.index.__f__("log", "at pages/UserInformation/UserInformation.vue:136", err);
|
||||
});
|
||||
} else {
|
||||
common_vendor.index.showToast({
|
||||
@@ -113,10 +119,11 @@ 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)),
|
||||
d: common_vendor.o$1((...args) => $options.wxLogin && $options.wxLogin(...args))
|
||||
a: common_vendor.o$1((...args) => $options.Return && $options.Return(...args)),
|
||||
b: $data.userinfo,
|
||||
c: common_vendor.o$1((...args) => $options.Userinfo && $options.Userinfo(...args)),
|
||||
d: common_vendor.o$1((...args) => $options.inputName && $options.inputName(...args)),
|
||||
e: common_vendor.o$1((...args) => $options.wxLogin && $options.wxLogin(...args))
|
||||
};
|
||||
}
|
||||
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-35d730ef"]]);
|
||||
|
||||
Reference in New Issue
Block a user