2025-06-09 17:33:50 +08:00
|
|
|
"use strict";
|
|
|
|
const common_vendor = require("../../common/vendor.js");
|
|
|
|
const _sfc_main = {
|
|
|
|
__name: "threeselectone",
|
|
|
|
setup(__props) {
|
2025-06-19 17:03:31 +08:00
|
|
|
common_vendor.ref(0);
|
2025-06-20 17:32:20 +08:00
|
|
|
const ceshi = () => {
|
|
|
|
common_vendor.index.navigateTo({
|
|
|
|
url: `/pages/login/workjoin?type=1`
|
|
|
|
});
|
|
|
|
};
|
2025-06-09 17:33:50 +08:00
|
|
|
const jumpToindex = () => {
|
2025-06-20 17:32:20 +08:00
|
|
|
common_vendor.index.navigateTo({
|
2025-06-09 17:33:50 +08:00
|
|
|
url: `/pages/index/index`
|
|
|
|
});
|
|
|
|
};
|
|
|
|
const gotoadd = () => {
|
2025-06-13 13:42:14 +08:00
|
|
|
common_vendor.index.setStorageSync("specicalid", "");
|
|
|
|
common_vendor.index.setStorageSync("baddata", "");
|
2025-06-23 17:31:43 +08:00
|
|
|
common_vendor.index.setStorageSync("backhuancun", {});
|
2025-06-09 17:33:50 +08:00
|
|
|
common_vendor.index.navigateTo({
|
|
|
|
url: `/pages/addjigou/name`
|
|
|
|
});
|
|
|
|
};
|
2025-06-19 17:03:31 +08:00
|
|
|
const close = () => {
|
|
|
|
common_vendor.index.exitMiniProgram({});
|
|
|
|
};
|
|
|
|
const phone = common_vendor.ref("");
|
|
|
|
common_vendor.onLoad(() => {
|
|
|
|
phone.value = common_vendor.index.getStorageSync("tel");
|
|
|
|
});
|
2025-06-09 17:33:50 +08:00
|
|
|
return (_ctx, _cache) => {
|
|
|
|
return {
|
2025-06-23 17:31:43 +08:00
|
|
|
a: common_vendor.o(jumpToindex),
|
|
|
|
b: common_vendor.o(gotoadd),
|
|
|
|
c: common_vendor.o(ceshi),
|
|
|
|
d: common_vendor.o(close)
|
2025-06-09 17:33:50 +08:00
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|
|
|
|
};
|
|
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-83beea56"]]);
|
|
|
|
wx.createPage(MiniProgramPage);
|
|
|
|
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/login/threeselectone.js.map
|