This commit is contained in:
pengxiaolong
2025-05-15 22:24:39 +08:00
parent 838cfd9986
commit 595c5329a0
44 changed files with 5142 additions and 81 deletions

View File

@@ -12,18 +12,9 @@ const _sfc_main = {
onLoad() {
},
methods: {
// requestSomething() {
// wx.request({
// url: "http://192.168.0.218:8086/user/login", // 请求的 URL
// method: "POST", // 请求方式
// success: (res) => {
// uni.__f__('log','at pages/Home/Home.vue:37',"请求成功", res.data); // 处理成功的响应
// },
// fail: (err) => {
// uni.__f__('error','at pages/Home/Home.vue:40',"请求失败", err); // 处理失败的响应
// },
// });
// },
goAdvertisement() {
common_vendor.index.navigateTo({ url: "/pages/login/login" });
}
},
components: {
topNavigation,
@@ -46,7 +37,8 @@ if (!Math) {
}
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return {
a: common_assets._imports_0$1
a: common_assets._imports_0$1,
b: common_vendor.o$1((...args) => $options.goAdvertisement && $options.goAdvertisement(...args))
};
}
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-7ffebbf4"]]);