59 lines
2.1 KiB
JavaScript
59 lines
2.1 KiB
JavaScript
|
"use strict";
|
||
|
const common_vendor = require("../../common/vendor.js");
|
||
|
const common_assets = require("../../common/assets.js");
|
||
|
if (!Math) {
|
||
|
three();
|
||
|
}
|
||
|
const three = () => "../../compontent/public/photohuadong.js";
|
||
|
const _sfc_main = {
|
||
|
__name: "threeselectone",
|
||
|
setup(__props) {
|
||
|
const itemTarget = common_vendor.ref(0);
|
||
|
const fontArray = [
|
||
|
"护理院日常护理涵盖生活照料、健康监测、康复护理及心理关怀,为老人提供贴心照护。",
|
||
|
"护理员日常为老人提供饮食起居照料、协助康复训练监测健康状况,陪伴交流并做好环境清洁。",
|
||
|
"护理员日常为老人提供饮食起居照料、协助康复训练监测健康状况,陪伴交流并做好环境清洁。"
|
||
|
];
|
||
|
const changePhoto = (index) => {
|
||
|
itemTarget.value = index;
|
||
|
};
|
||
|
const jumpToindex = () => {
|
||
|
common_vendor.index.redirectTo({
|
||
|
url: `/pages/index/index`
|
||
|
});
|
||
|
};
|
||
|
const gotowork = (number) => {
|
||
|
common_vendor.index.navigateTo({
|
||
|
url: `/pages/login/workjoin?type=${number}`
|
||
|
});
|
||
|
};
|
||
|
const gotoadd = () => {
|
||
|
common_vendor.index.navigateTo({
|
||
|
url: `/pages/addjigou/name`
|
||
|
});
|
||
|
};
|
||
|
return (_ctx, _cache) => {
|
||
|
return {
|
||
|
a: common_assets._imports_0,
|
||
|
b: common_vendor.o((...args) => _ctx.ceshi && _ctx.ceshi(...args)),
|
||
|
c: common_assets._imports_1,
|
||
|
d: common_assets._imports_2,
|
||
|
e: common_vendor.o(changePhoto),
|
||
|
f: common_vendor.t(fontArray[itemTarget.value]),
|
||
|
g: common_vendor.o(jumpToindex),
|
||
|
h: itemTarget.value == 0,
|
||
|
i: common_vendor.o(($event) => gotowork(0)),
|
||
|
j: common_vendor.o(() => {
|
||
|
}),
|
||
|
k: itemTarget.value == 2,
|
||
|
l: common_vendor.o(($event) => gotowork(1)),
|
||
|
m: common_vendor.o(gotoadd),
|
||
|
n: itemTarget.value == 1
|
||
|
};
|
||
|
};
|
||
|
}
|
||
|
};
|
||
|
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
|