45 lines
1.3 KiB
JavaScript
45 lines
1.3 KiB
JavaScript
"use strict";
|
|
const common_vendor = require("../../common/vendor.js");
|
|
const _sfc_main = {
|
|
__name: "threeselectone",
|
|
setup(__props) {
|
|
common_vendor.ref(0);
|
|
const ceshi = () => {
|
|
common_vendor.index.navigateTo({
|
|
url: `/pages/login/workjoin?type=1`
|
|
});
|
|
};
|
|
const jumpToindex = () => {
|
|
common_vendor.index.navigateTo({
|
|
url: `/pages/index/index`
|
|
});
|
|
};
|
|
const gotoadd = () => {
|
|
common_vendor.index.setStorageSync("specicalid", "");
|
|
common_vendor.index.setStorageSync("baddata", "");
|
|
common_vendor.index.navigateTo({
|
|
url: `/pages/addjigou/name`
|
|
});
|
|
};
|
|
const close = () => {
|
|
common_vendor.index.exitMiniProgram({});
|
|
};
|
|
const phone = common_vendor.ref("");
|
|
common_vendor.onLoad(() => {
|
|
phone.value = common_vendor.index.getStorageSync("tel");
|
|
});
|
|
return (_ctx, _cache) => {
|
|
return {
|
|
a: common_vendor.t(phone.value),
|
|
b: common_vendor.o(jumpToindex),
|
|
c: common_vendor.o(gotoadd),
|
|
d: common_vendor.o(ceshi),
|
|
e: common_vendor.o(close)
|
|
};
|
|
};
|
|
}
|
|
};
|
|
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
|