2025-03-05 17:29:32 +08:00
|
|
|
"use strict";
|
|
|
|
const common_vendor = require("../../common/vendor.js");
|
|
|
|
const common_assets = require("../../common/assets.js");
|
|
|
|
const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
|
|
|
|
__name: "index",
|
|
|
|
props: {
|
|
|
|
isshow: {
|
|
|
|
type: Boolean,
|
|
|
|
required: true
|
|
|
|
},
|
|
|
|
darkFans: {
|
|
|
|
type: Boolean,
|
|
|
|
required: true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
emits: ["darkchange"],
|
|
|
|
setup(__props, { emit: __emit }) {
|
|
|
|
const props = __props;
|
|
|
|
const isPopupVisible = common_vendor.ref(false);
|
|
|
|
const widthCom = common_vendor.ref(1320);
|
|
|
|
const heightCom = common_vendor.ref(540);
|
|
|
|
const topCom = common_vendor.ref(145);
|
|
|
|
const leftCom = common_vendor.ref(233);
|
|
|
|
const isPopupVisiblefiropen = common_vendor.ref(false);
|
|
|
|
const isPopupVisiblesec = common_vendor.ref(false);
|
|
|
|
const widthComsec = common_vendor.ref(1150);
|
|
|
|
const heightComsec = common_vendor.ref(630);
|
2025-03-07 17:26:02 +08:00
|
|
|
const topComsec = common_vendor.ref(630);
|
2025-03-05 17:29:32 +08:00
|
|
|
const leftComsec = common_vendor.ref(233);
|
|
|
|
const isPopupVisiblefiropensec = common_vendor.ref(false);
|
|
|
|
const isPopupVisiblethi = common_vendor.ref(false);
|
|
|
|
const widthComthi = common_vendor.ref(880);
|
|
|
|
const heightComthi = common_vendor.ref(630);
|
|
|
|
const topComthi = common_vendor.ref(730);
|
|
|
|
const leftComthi = common_vendor.ref(1420);
|
|
|
|
const isPopupVisiblefiropenthi = common_vendor.ref(false);
|
|
|
|
const currentTime = common_vendor.ref("");
|
|
|
|
const fullDate = common_vendor.ref("");
|
|
|
|
const weekDay = common_vendor.ref("");
|
|
|
|
const undericonList = common_vendor.ref([
|
|
|
|
{ url: "/static/index/undericons/alarm.png", targetUrl: "/static/index/undericons/alarmdark.png", name: "服务考核" },
|
|
|
|
{ url: "/static/index/undericons/linshitime.png", targetUrl: "/static/index/undericons/linshitimedark.png", name: "护理流程" },
|
|
|
|
{ url: "/static/index/darkicon/zhaomingdark.png", targetUrl: "/static/index/roomicons/zhaomingtar.png", name: "电子医嘱" },
|
|
|
|
{ url: "/static/index/darkicon/kontiaodark.png", targetUrl: "/static/index/roomicons/kongtiaotar.png", name: "进销存" },
|
|
|
|
{ url: "/static/index/darkicon/nuanfengdark.png", targetUrl: "/static/index/roomicons/nuanfengtar.png", name: "实时监控" },
|
|
|
|
{ url: "/static/index/darkicon/dianqidark.png", targetUrl: "/static/index/roomicons/dianqitar.png", name: "我的指令" }
|
|
|
|
]);
|
|
|
|
const huliList = common_vendor.ref([
|
|
|
|
{ url: "/static/index/hulilist/zhuandan.png", name: "转单执行" },
|
|
|
|
{ url: "/static/index/hulilist/xiezhu.png", name: "协助执行" },
|
|
|
|
{ url: "/static/index/hulilist/zhongdian.png", name: "重点追踪" }
|
|
|
|
]);
|
|
|
|
const huliListDark = common_vendor.ref([
|
|
|
|
{ url: "/static/index/darkicon/zhuandandark.png", name: "转单执行" },
|
|
|
|
{ url: "/static/index/darkicon/xiezhudark.png", name: "协助执行" },
|
|
|
|
{ url: "/static/index/darkicon/zhongdiandark.png", name: "重点追踪" }
|
|
|
|
]);
|
|
|
|
const mediumList = common_vendor.ref([
|
|
|
|
{ url: "/static/index/medium/yaopin.png", name: "药品信息", number: 0 },
|
|
|
|
{ url: "/static/index/medium/qingling.png", name: "请领指令", number: 60 },
|
|
|
|
{ url: "/static/index/medium/peiyao.png", name: "配药指令", number: 100 },
|
|
|
|
{ url: "/static/index/medium/xinxi.png", name: "信息反馈", number: 0 },
|
|
|
|
{ url: "/static/index/medium/xinxi.png", name: "信息反馈2", number: 0 }
|
|
|
|
]);
|
|
|
|
const mediumListdark = common_vendor.ref([
|
|
|
|
{ url: "/static/index/darkicon/yaopindark.png", name: "药品信息", number: 55 },
|
|
|
|
{ url: "/static/index/darkicon/qinglingdark.png", name: "请领指令", number: 10 },
|
|
|
|
{ url: "/static/index/darkicon/peiyaodark.png", name: "配药指令", number: 100 },
|
|
|
|
{ url: "/static/index/darkicon/xinxidark.png", name: "信息反馈", number: 15 },
|
|
|
|
{ url: "/static/index/darkicon/xinxidark.png", name: "信息反馈2", number: 20 }
|
|
|
|
]);
|
|
|
|
const roomBtttonList = common_vendor.ref([
|
|
|
|
{ url: "/static/index/roomicons/zhaoming.png", targetUrl: "/static/index/roomicons/zhaomingtar.png", name: "照明" },
|
|
|
|
{ url: "/static/index/roomicons/kongtiao.png", targetUrl: "/static/index/roomicons/kongtiaotar.png", name: "空调" },
|
|
|
|
{ url: "/static/index/roomicons/nuanfeng.png", targetUrl: "/static/index/roomicons/nuanfengtar.png", name: "暖风" },
|
|
|
|
{ url: "/static/index/roomicons/dianqi.png", targetUrl: "/static/index/roomicons/dianqitar.png", name: "电器" }
|
|
|
|
]);
|
|
|
|
const roomBtttonListdark = common_vendor.ref([
|
|
|
|
{ url: "/static/index/darkicon/zhaomingdark.png", targetUrl: "/static/index/roomicons/zhaomingtar.png", name: "照明" },
|
|
|
|
{ url: "/static/index/darkicon/kontiaodark.png", targetUrl: "/static/index/roomicons/kongtiaotar.png", name: "空调" },
|
|
|
|
{ url: "/static/index/darkicon/nuanfengdark.png", targetUrl: "/static/index/roomicons/nuanfengtar.png", name: "暖风" },
|
|
|
|
{ url: "/static/index/darkicon/dianqidark.png", targetUrl: "/static/index/roomicons/dianqitar.png", name: "电器" }
|
|
|
|
]);
|
|
|
|
common_vendor.ref(0);
|
|
|
|
const undermenuIndex = common_vendor.ref(0);
|
|
|
|
common_vendor.ref(false);
|
|
|
|
const roomTar = common_vendor.ref([]);
|
|
|
|
const firstcurrentIndex = common_vendor.ref(0);
|
|
|
|
const firstcurrentIndexup = common_vendor.ref(0);
|
|
|
|
const secondcurrentIndexup = common_vendor.ref(0);
|
|
|
|
const secondcurrentIndex = common_vendor.ref(0);
|
|
|
|
common_vendor.ref(0);
|
|
|
|
const emit = __emit;
|
|
|
|
const darkFanschange = () => {
|
|
|
|
emit("darkchange", !props.darkFans);
|
|
|
|
};
|
|
|
|
const changeMenuUnder = (index) => {
|
|
|
|
undermenuIndex.value = index;
|
|
|
|
};
|
|
|
|
const saveItem = (index) => {
|
|
|
|
if (roomTar.value.includes(index)) {
|
|
|
|
let array = [];
|
|
|
|
roomTar.value.forEach((res) => {
|
|
|
|
if (res !== index) {
|
|
|
|
array.push(res);
|
|
|
|
}
|
|
|
|
});
|
|
|
|
roomTar.value = array;
|
|
|
|
} else {
|
|
|
|
roomTar.value.push(index);
|
|
|
|
}
|
|
|
|
};
|
|
|
|
const updateTime = () => {
|
|
|
|
const now = /* @__PURE__ */ new Date();
|
|
|
|
const hours = now.getHours().toString().padStart(2, "0");
|
|
|
|
const minutes = now.getMinutes().toString().padStart(2, "0");
|
|
|
|
currentTime.value = `${hours}:${minutes}`;
|
|
|
|
const year = now.getFullYear();
|
|
|
|
const month = (now.getMonth() + 1).toString().padStart(2, "0");
|
|
|
|
const day = now.getDate().toString().padStart(2, "0");
|
|
|
|
fullDate.value = `${year}年${month}月${day}日`;
|
|
|
|
const weekDays = ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"];
|
|
|
|
const week = weekDays[now.getDay()];
|
|
|
|
weekDay.value = week;
|
|
|
|
};
|
|
|
|
const onSwiperChange = (event) => {
|
|
|
|
firstcurrentIndexup.value = event.detail.current;
|
|
|
|
};
|
|
|
|
const onSwiperChangesec = (event) => {
|
|
|
|
secondcurrentIndexup.value = event.detail.current;
|
|
|
|
};
|
|
|
|
const showPopup = () => {
|
|
|
|
isPopupVisible.value = true;
|
|
|
|
setTimeout(() => {
|
|
|
|
widthCom.value = 1900;
|
|
|
|
heightCom.value = 1080;
|
|
|
|
topCom.value = 145;
|
|
|
|
leftCom.value = 233;
|
|
|
|
isPopupVisiblefiropen.value = true;
|
|
|
|
}, 10);
|
|
|
|
};
|
|
|
|
const closePopup = () => {
|
|
|
|
widthCom.value = 1320;
|
|
|
|
heightCom.value = 540;
|
|
|
|
topCom.value = 145;
|
|
|
|
leftCom.value = 233;
|
|
|
|
isPopupVisiblefiropen.value = false;
|
2025-03-07 17:26:02 +08:00
|
|
|
setTimeout(() => {
|
|
|
|
isPopupVisible.value = false;
|
|
|
|
}, 300);
|
2025-03-05 17:29:32 +08:00
|
|
|
};
|
|
|
|
const showPopupsec = () => {
|
|
|
|
isPopupVisiblesec.value = true;
|
|
|
|
setTimeout(() => {
|
|
|
|
widthComsec.value = 1900;
|
|
|
|
heightComsec.value = 1080;
|
|
|
|
topComsec.value = 320;
|
|
|
|
leftComsec.value = 233;
|
|
|
|
isPopupVisiblefiropensec.value = true;
|
|
|
|
}, 10);
|
|
|
|
};
|
|
|
|
const closePopupsec = () => {
|
|
|
|
widthComsec.value = 1150;
|
|
|
|
heightComsec.value = 630;
|
|
|
|
topComsec.value = 730;
|
|
|
|
leftComsec.value = 233;
|
|
|
|
isPopupVisiblefiropensec.value = false;
|
2025-03-07 17:26:02 +08:00
|
|
|
setTimeout(() => {
|
|
|
|
isPopupVisiblesec.value = false;
|
|
|
|
}, 300);
|
2025-03-05 17:29:32 +08:00
|
|
|
};
|
|
|
|
const showPopupthi = () => {
|
|
|
|
isPopupVisiblethi.value = true;
|
|
|
|
setTimeout(() => {
|
|
|
|
widthComthi.value = 1900;
|
|
|
|
heightComthi.value = 1080;
|
|
|
|
topComthi.value = 320;
|
|
|
|
leftComthi.value = 380;
|
|
|
|
isPopupVisiblefiropenthi.value = true;
|
|
|
|
}, 10);
|
|
|
|
};
|
|
|
|
const closePopupthi = () => {
|
|
|
|
widthComthi.value = 880;
|
|
|
|
heightComthi.value = 630;
|
|
|
|
topComthi.value = 730;
|
|
|
|
leftComthi.value = 1420;
|
|
|
|
isPopupVisiblefiropenthi.value = false;
|
2025-03-07 17:26:02 +08:00
|
|
|
setTimeout(() => {
|
|
|
|
isPopupVisiblethi.value = false;
|
|
|
|
}, 300);
|
2025-03-05 17:29:32 +08:00
|
|
|
};
|
|
|
|
let timerId = null;
|
|
|
|
common_vendor.onMounted(() => {
|
|
|
|
timerId = updateTime();
|
|
|
|
setInterval(updateTime, 1e3);
|
|
|
|
});
|
|
|
|
common_vendor.onBeforeUnmount(() => {
|
|
|
|
clearInterval(timerId);
|
|
|
|
});
|
|
|
|
return (_ctx, _cache) => {
|
|
|
|
return common_vendor.e({
|
|
|
|
a: common_vendor.n(__props.darkFans ? `right-container-title-no-dark` : `right-container-title-no`),
|
|
|
|
b: common_vendor.n(__props.darkFans ? `right-container-title-no-dark` : `right-container-title-no`),
|
|
|
|
c: `/static/index/undericons/man.png`,
|
|
|
|
d: common_vendor.n(__props.darkFans ? `right-icons-font-dark` : `right-icons-font`),
|
|
|
|
e: __props.darkFans ? `/static/index/undericons/face.png` : `/static/index/undericons/facelight.png`,
|
|
|
|
f: __props.darkFans ? `/static/index/undericons/hand.png` : `/static/index/undericons/handlight.png`,
|
|
|
|
g: __props.darkFans ? `/static/index/undericons/out.png` : `/static/index/undericons/outlight.png`,
|
|
|
|
h: common_vendor.o(($event) => darkFanschange()),
|
|
|
|
i: !__props.darkFans,
|
|
|
|
j: common_vendor.s(__props.darkFans ? {
|
|
|
|
color: "black"
|
|
|
|
} : {}),
|
|
|
|
k: common_vendor.s(__props.darkFans ? {
|
|
|
|
backgroundColor: "#fff"
|
|
|
|
} : {}),
|
|
|
|
l: common_vendor.o(($event) => darkFanschange()),
|
|
|
|
m: __props.darkFans,
|
|
|
|
n: `/static/index/hulilei.png`,
|
|
|
|
o: common_vendor.o(showPopup),
|
|
|
|
p: __props.darkFans
|
|
|
|
}, __props.darkFans ? {
|
|
|
|
q: `/static/index/cardbgc/uplight.png`
|
|
|
|
} : {}, {
|
|
|
|
r: common_vendor.f([1, 2, 3], (item, index, i0) => {
|
|
|
|
return {
|
|
|
|
a: index,
|
|
|
|
b: common_vendor.s(index === firstcurrentIndexup.value ? {
|
|
|
|
backgroundColor: `#01A0FE`
|
|
|
|
} : {})
|
|
|
|
};
|
|
|
|
}),
|
|
|
|
s: common_vendor.n(__props.darkFans ? `dot-dark` : `dot`),
|
|
|
|
t: common_vendor.f([1, 2, 3], (item, index, i0) => {
|
|
|
|
return common_vendor.e({
|
|
|
|
a: common_vendor.f([1, 2, 3], (item2, index2, i1) => {
|
|
|
|
return {
|
|
|
|
a: common_vendor.o(showPopup, index2),
|
|
|
|
b: index2
|
|
|
|
};
|
|
|
|
})
|
|
|
|
}, __props.darkFans ? {
|
|
|
|
b: `/static/index/cardbgc/leftlight.png`
|
|
|
|
} : {}, {
|
|
|
|
c: index
|
|
|
|
});
|
|
|
|
}),
|
|
|
|
v: `/static/index/teeth.png`,
|
|
|
|
w: __props.darkFans ? `/static/index/darkicon/labadark.png` : `/static/index/laba.png`,
|
|
|
|
x: common_vendor.n(__props.darkFans ? `right-container-fir-left-card-main-font-dark` : `right-container-fir-left-card-main-font`),
|
|
|
|
y: __props.darkFans ? `/static/index/indexvideo.png` : `/static/index/indexvideo.png`,
|
|
|
|
z: common_vendor.n(__props.darkFans ? `time-font-dark` : `time-font`),
|
|
|
|
A: common_vendor.n(__props.darkFans ? `time-text-dark` : `time-text`),
|
|
|
|
B: __props.darkFans ? `/static/index/darkicon/zhixingpeopledark.png` : `/static/index/cardicons/zhixing.png`,
|
|
|
|
C: common_vendor.n(__props.darkFans ? `time-people-font-dark` : `time-people-font`),
|
|
|
|
D: __props.darkFans ? `/static/index/medium/dopeopledark.png` : `/static/index/cardicons/zhifa.png`,
|
|
|
|
E: common_vendor.n(__props.darkFans ? `time-people-font-dark` : `time-people-font`),
|
|
|
|
F: common_vendor.n(__props.darkFans ? `time-button-end-dark` : `time-button-end`),
|
|
|
|
G: firstcurrentIndex.value,
|
|
|
|
H: __props.darkFans,
|
|
|
|
I: common_vendor.s(__props.darkFans ? `background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #386997 50%, rgba(0, 0, 0, 0) 100%);` : ``),
|
|
|
|
J: firstcurrentIndexup.value,
|
|
|
|
K: common_vendor.o(onSwiperChange),
|
|
|
|
L: `/static/index/hulilist/shang.png`,
|
|
|
|
M: !__props.darkFans
|
|
|
|
}, !__props.darkFans ? {
|
|
|
|
N: common_vendor.f(huliList.value, (item, index, i0) => {
|
|
|
|
return {
|
|
|
|
a: item.url,
|
|
|
|
b: common_vendor.t(item.name),
|
|
|
|
c: index
|
|
|
|
};
|
|
|
|
})
|
|
|
|
} : {}, {
|
|
|
|
O: __props.darkFans
|
|
|
|
}, __props.darkFans ? {
|
|
|
|
P: common_vendor.f(huliListDark.value, (item, index, i0) => {
|
|
|
|
return {
|
|
|
|
a: item.url,
|
|
|
|
b: common_vendor.t(item.name),
|
|
|
|
c: index
|
|
|
|
};
|
|
|
|
})
|
|
|
|
} : {}, {
|
|
|
|
Q: `/static/index/hulilist/xia.png`,
|
|
|
|
R: common_vendor.n(__props.darkFans ? `right-container-fir-left-card-dark` : `right-container-fir-left-card`),
|
|
|
|
S: common_vendor.f([1, 2, 3, 4], (item, index, i0) => {
|
|
|
|
return {
|
|
|
|
a: index
|
|
|
|
};
|
|
|
|
}),
|
|
|
|
T: common_assets._imports_0$2,
|
|
|
|
U: common_vendor.t(currentTime.value),
|
|
|
|
V: common_vendor.n(__props.darkFans ? `right-container-title-dark` : `right-container-title`),
|
|
|
|
W: common_vendor.t(fullDate.value),
|
|
|
|
X: common_vendor.n(__props.darkFans ? `right-container-date-dark` : `right-container-date`),
|
|
|
|
Y: common_vendor.t(weekDay.value),
|
|
|
|
Z: common_vendor.n(__props.darkFans ? `right-container-day-dark` : `right-container-day`),
|
|
|
|
aa: __props.darkFans ? `/static/index/darkicon/wendudark.png` : `/static/index/roomicons/wendu.png`,
|
|
|
|
ab: common_vendor.n(__props.darkFans ? `right-container-tem-text-dark` : `right-container-tem-text`),
|
|
|
|
ac: __props.darkFans ? `/static/index/roomicons/shidu.png` : `/static/index/darkicon/shidudark.png`,
|
|
|
|
ad: common_vendor.n(__props.darkFans ? `right-container-tem-text-dark` : `right-container-tem-text`),
|
|
|
|
ae: !__props.darkFans
|
|
|
|
}, !__props.darkFans ? {
|
|
|
|
af: common_vendor.f(roomBtttonList.value, (item, index, i0) => {
|
|
|
|
return {
|
|
|
|
a: roomTar.value.includes(index),
|
|
|
|
b: roomTar.value.includes(index) ? item.targetUrl : item.url,
|
|
|
|
c: common_vendor.o(($event) => saveItem(index), index),
|
|
|
|
d: common_vendor.t(item.name),
|
|
|
|
e: common_vendor.s(roomTar.value.includes(index) ? {
|
|
|
|
color: "#167ED7"
|
|
|
|
} : {}),
|
|
|
|
f: index
|
|
|
|
};
|
|
|
|
}),
|
|
|
|
ag: `/static/index/cardicons/ray2.png`
|
|
|
|
} : {}, {
|
|
|
|
ah: __props.darkFans
|
|
|
|
}, __props.darkFans ? {
|
|
|
|
ai: common_vendor.f(roomBtttonListdark.value, (item, index, i0) => {
|
|
|
|
return {
|
|
|
|
a: roomTar.value.includes(index),
|
|
|
|
b: roomTar.value.includes(index) ? item.targetUrl : item.url,
|
|
|
|
c: common_vendor.o(($event) => saveItem(index), index),
|
|
|
|
d: common_vendor.t(item.name),
|
|
|
|
e: common_vendor.s(roomTar.value.includes(index) ? {
|
|
|
|
color: "#167ED7"
|
|
|
|
} : {
|
|
|
|
color: "#fff"
|
|
|
|
}),
|
|
|
|
f: index
|
|
|
|
};
|
|
|
|
}),
|
|
|
|
aj: `/static/index/cardicons/ray2.png`
|
|
|
|
} : {}, {
|
|
|
|
ak: common_vendor.n(__props.darkFans ? `right-container-fir-right-dark` : `right-container-fir-right`),
|
|
|
|
al: `/static/index/yiliao/yiliaolei.png`,
|
|
|
|
am: common_vendor.o(showPopupsec),
|
|
|
|
an: common_vendor.f([1, 2, 3], (item, index, i0) => {
|
|
|
|
return {
|
|
|
|
a: index,
|
|
|
|
b: common_vendor.s(index === secondcurrentIndexup.value ? {
|
|
|
|
backgroundColor: `#01A0FE`
|
|
|
|
} : {})
|
|
|
|
};
|
|
|
|
}),
|
|
|
|
ao: common_vendor.n(__props.darkFans ? `dot-dark` : `dot`),
|
|
|
|
ap: __props.darkFans
|
|
|
|
}, __props.darkFans ? {
|
|
|
|
aq: `/static/index/cardbgc/uplight.png`
|
|
|
|
} : {}, {
|
|
|
|
ar: common_vendor.f([1, 2, 3], (item, index, i0) => {
|
|
|
|
return {
|
|
|
|
a: common_vendor.f([1, 2, 3], (item2, index2, i1) => {
|
|
|
|
return {
|
|
|
|
a: common_vendor.o(showPopupsec, index2),
|
|
|
|
b: index2
|
|
|
|
};
|
|
|
|
}),
|
|
|
|
b: index
|
|
|
|
};
|
|
|
|
}),
|
|
|
|
as: common_vendor.n(__props.darkFans ? `time-font-dark` : `time-font`),
|
|
|
|
at: __props.darkFans ? `/static/index/medium/doctorsaydark.png` : `/static/index/medium/doctorsay.png`,
|
|
|
|
av: common_vendor.n(__props.darkFans ? `time-people-font-dark` : `time-people-font`),
|
|
|
|
aw: __props.darkFans ? `/static/index/medium/howtododark.png` : `/static/index/medium/howtodo.png`,
|
|
|
|
ax: common_vendor.n(__props.darkFans ? `time-people-font-dark` : `time-people-font`),
|
|
|
|
ay: __props.darkFans ? `/static/index/medium/useMed.png` : `/static/index/medium/yongyao.png`,
|
|
|
|
az: common_vendor.n(__props.darkFans ? `time-people-font-dark` : `time-people-font`),
|
|
|
|
aA: __props.darkFans ? `/static/index/medium/domanydark.png` : `/static/index/medium/domany.png`,
|
|
|
|
aB: common_vendor.n(__props.darkFans ? `time-people-font-dark` : `time-people-font`),
|
|
|
|
aC: __props.darkFans ? `/static/index/darkicon/zhixingpeopledark.png` : `/static/index/cardicons/zhixing.png`,
|
|
|
|
aD: common_vendor.n(__props.darkFans ? `time-people-font-dark` : `time-people-font`),
|
|
|
|
aE: __props.darkFans ? `/static/index/medium/dopeopledark.png` : `/static/index/cardicons/zhifa.png`,
|
|
|
|
aF: common_vendor.n(__props.darkFans ? `time-people-font-dark` : `time-people-font`),
|
|
|
|
aG: common_vendor.n(__props.darkFans ? `time-button-end-dark` : `time-button-end`),
|
|
|
|
aH: `/static/index/yiliao/project2.png`,
|
|
|
|
aI: common_vendor.n(__props.darkFans ? `right-container-photo-text-dark` : `right-container-photo-text`),
|
|
|
|
aJ: secondcurrentIndex.value,
|
|
|
|
aK: secondcurrentIndexup.value,
|
|
|
|
aL: common_vendor.o(onSwiperChangesec),
|
|
|
|
aM: __props.darkFans
|
|
|
|
}, __props.darkFans ? {
|
|
|
|
aN: `/static/index/cardbgc/leftlight.png`
|
|
|
|
} : {}, {
|
|
|
|
aO: common_vendor.s(__props.darkFans ? `background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #386997 50%, rgba(0, 0, 0, 0) 100%);` : ``),
|
|
|
|
aP: `/static/index/hulilist/shang.png`,
|
|
|
|
aQ: !__props.darkFans
|
|
|
|
}, !__props.darkFans ? {
|
|
|
|
aR: common_vendor.f(mediumList.value, (item, index, i0) => {
|
|
|
|
return {
|
|
|
|
a: item.url,
|
|
|
|
b: common_vendor.t(item.name),
|
|
|
|
c: `${item.number}%`,
|
|
|
|
d: item.number !== 0,
|
|
|
|
e: index
|
|
|
|
};
|
|
|
|
})
|
|
|
|
} : {}, {
|
|
|
|
aS: __props.darkFans
|
|
|
|
}, __props.darkFans ? {
|
|
|
|
aT: common_vendor.f(mediumListdark.value, (item, index, i0) => {
|
|
|
|
return {
|
|
|
|
a: item.url,
|
|
|
|
b: common_vendor.t(item.name),
|
|
|
|
c: `${item.number}%`,
|
|
|
|
d: item.number !== 0,
|
|
|
|
e: index
|
|
|
|
};
|
|
|
|
})
|
|
|
|
} : {}, {
|
|
|
|
aU: `/static/index/hulilist/xia.png`,
|
|
|
|
aV: common_vendor.n(__props.darkFans ? `right-container-left-dark` : `right-container-left`),
|
|
|
|
aW: `/static/index/baojielei.png`,
|
|
|
|
aX: common_vendor.o(showPopupthi),
|
|
|
|
aY: `/static/index/baojieleft.png`,
|
|
|
|
aZ: `/static/index/baojieright.png`,
|
|
|
|
ba: common_vendor.f([1, 2, 3], (item, index, i0) => {
|
|
|
|
return {
|
|
|
|
a: common_vendor.o(showPopupthi, index),
|
|
|
|
b: index
|
|
|
|
};
|
|
|
|
}),
|
|
|
|
bb: common_vendor.n(__props.darkFans ? `time-font-dark` : `time-font`),
|
|
|
|
bc: common_vendor.n(__props.darkFans ? `time-text-dark` : `time-text`),
|
|
|
|
bd: __props.darkFans ? `/static/index/darkicon/zhixingpeopledark.png` : `/static/index/cardicons/zhixing.png`,
|
|
|
|
be: common_vendor.n(__props.darkFans ? `time-people-font-dark` : `time-people-font`),
|
|
|
|
bf: __props.darkFans ? `/static/index/medium/dopeopledark.png` : `/static/index/cardicons/zhifa.png`,
|
|
|
|
bg: common_vendor.n(__props.darkFans ? `time-people-font-dark` : `time-people-font`),
|
|
|
|
bh: common_vendor.n(__props.darkFans ? `time-button-end-dark` : `time-button-end`),
|
|
|
|
bi: `/static/index/project3.png`,
|
|
|
|
bj: common_vendor.n(__props.darkFans ? `time-tra-thi-photo-font-dark` : `time-tra-thi-photo-font`),
|
|
|
|
bk: secondcurrentIndex.value,
|
|
|
|
bl: common_vendor.n(__props.darkFans ? `right-container-right-father-dark` : `right-container-right-father`),
|
|
|
|
bm: common_vendor.f(undericonList.value, (item, index, i0) => {
|
|
|
|
return {
|
|
|
|
a: index === undermenuIndex.value,
|
|
|
|
b: index === undermenuIndex.value ? item.targetUrl : item.url,
|
|
|
|
c: common_vendor.t(item.name),
|
|
|
|
d: index,
|
|
|
|
e: common_vendor.o(($event) => changeMenuUnder(index), index)
|
|
|
|
};
|
|
|
|
}),
|
|
|
|
bn: common_assets._imports_0$1,
|
|
|
|
bo: common_vendor.n(__props.darkFans ? `under-father-img-font-dark` : `under-father-img-font`),
|
|
|
|
bp: isPopupVisible.value
|
|
|
|
}, isPopupVisible.value ? common_vendor.e({
|
|
|
|
bq: `/static/index/hulilei.png`,
|
|
|
|
br: common_vendor.o(closePopup),
|
|
|
|
bs: __props.darkFans
|
|
|
|
}, __props.darkFans ? {
|
2025-03-07 17:26:02 +08:00
|
|
|
bt: `/static/index/cardbgc/uplight.png`
|
2025-03-05 17:29:32 +08:00
|
|
|
} : {}, {
|
2025-03-07 17:26:02 +08:00
|
|
|
bv: common_vendor.f([1], (item, index, i0) => {
|
2025-03-05 17:29:32 +08:00
|
|
|
return common_vendor.e({
|
|
|
|
a: common_vendor.f([1], (item2, index2, i1) => {
|
|
|
|
return {
|
|
|
|
a: common_vendor.o(closePopup, index2),
|
|
|
|
b: index2
|
|
|
|
};
|
|
|
|
})
|
|
|
|
}, __props.darkFans ? {
|
|
|
|
b: `/static/index/cardbgc/leftlight.png`
|
|
|
|
} : {}, {
|
|
|
|
c: index
|
|
|
|
});
|
|
|
|
}),
|
2025-03-07 17:26:02 +08:00
|
|
|
bw: `/static/index/teeth.png`,
|
|
|
|
bx: __props.darkFans ? `/static/index/darkicon/labadark.png` : `/static/index/laba.png`,
|
|
|
|
by: common_vendor.n(__props.darkFans ? `right-container-fir-left-card-main-font-dark` : `right-container-fir-left-card-main-font`),
|
|
|
|
bz: __props.darkFans ? `/static/index/indexvideo.png` : `/static/index/indexvideo.png`,
|
|
|
|
bA: common_vendor.n(__props.darkFans ? `time-font-dark` : `time-font`),
|
|
|
|
bB: common_vendor.n(__props.darkFans ? `time-text-dark` : `time-text`),
|
|
|
|
bC: __props.darkFans ? `/static/index/darkicon/zhixingpeopledark.png` : `/static/index/cardicons/zhixing.png`,
|
|
|
|
bD: common_vendor.n(__props.darkFans ? `time-people-font-dark` : `time-people-font`),
|
|
|
|
bE: __props.darkFans ? `/static/index/medium/dopeopledark.png` : `/static/index/cardicons/zhifa.png`,
|
|
|
|
bF: common_vendor.n(__props.darkFans ? `time-people-font-dark` : `time-people-font`),
|
|
|
|
bG: common_vendor.n(__props.darkFans ? `time-button-end-dark` : `time-button-end`),
|
|
|
|
bH: __props.darkFans,
|
|
|
|
bI: common_vendor.s(__props.darkFans ? `background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #386997 50%, rgba(0, 0, 0, 0) 100%);` : ``),
|
|
|
|
bJ: `/static/index/hulilist/shang.png`,
|
|
|
|
bK: !__props.darkFans
|
2025-03-05 17:29:32 +08:00
|
|
|
}, !__props.darkFans ? {
|
2025-03-07 17:26:02 +08:00
|
|
|
bL: common_vendor.f(huliList.value, (item, index, i0) => {
|
2025-03-05 17:29:32 +08:00
|
|
|
return {
|
|
|
|
a: item.url,
|
|
|
|
b: common_vendor.t(item.name),
|
|
|
|
c: index
|
|
|
|
};
|
2025-03-07 17:26:02 +08:00
|
|
|
})
|
2025-03-05 17:29:32 +08:00
|
|
|
} : {}, {
|
2025-03-07 17:26:02 +08:00
|
|
|
bM: __props.darkFans
|
2025-03-05 17:29:32 +08:00
|
|
|
}, __props.darkFans ? {
|
2025-03-07 17:26:02 +08:00
|
|
|
bN: common_vendor.f(huliListDark.value, (item, index, i0) => {
|
2025-03-05 17:29:32 +08:00
|
|
|
return {
|
|
|
|
a: item.url,
|
|
|
|
b: common_vendor.t(item.name),
|
|
|
|
c: index
|
|
|
|
};
|
2025-03-07 17:26:02 +08:00
|
|
|
})
|
2025-03-05 17:29:32 +08:00
|
|
|
} : {}, {
|
2025-03-07 17:26:02 +08:00
|
|
|
bO: `/static/index/hulilist/xia.png`,
|
|
|
|
bP: common_vendor.s(isPopupVisiblefiropen.value ? {
|
|
|
|
transform: `scale(1.4)`,
|
|
|
|
marginLeft: `0`,
|
|
|
|
marginTop: `0`
|
|
|
|
} : {
|
|
|
|
transform: `scale(1)`,
|
|
|
|
marginLeft: `0rpx`,
|
2025-03-14 17:30:56 +08:00
|
|
|
marginTop: `-89rpx`
|
2025-03-07 17:26:02 +08:00
|
|
|
}),
|
|
|
|
bQ: common_vendor.n(__props.darkFans ? `right-container-fir-left-card-dark` : `right-container-fir-left-card`),
|
|
|
|
bR: common_vendor.o(() => {
|
2025-03-05 17:29:32 +08:00
|
|
|
}),
|
2025-03-07 17:26:02 +08:00
|
|
|
bS: widthCom.value + "rpx",
|
|
|
|
bT: heightCom.value + "rpx",
|
|
|
|
bU: topCom.value + "rpx",
|
|
|
|
bV: leftCom.value + "rpx",
|
|
|
|
bW: common_vendor.o(closePopup),
|
|
|
|
bX: common_vendor.s(isPopupVisiblefiropen.value ? {
|
2025-03-05 17:29:32 +08:00
|
|
|
backgroundColor: `rgba(89, 109, 154, 0.5)`
|
|
|
|
} : `{}`)
|
|
|
|
}) : {}, {
|
2025-03-07 17:26:02 +08:00
|
|
|
bY: isPopupVisiblesec.value
|
2025-03-05 17:29:32 +08:00
|
|
|
}, isPopupVisiblesec.value ? common_vendor.e({
|
2025-03-07 17:26:02 +08:00
|
|
|
bZ: `/static/index/yiliao/yiliaolei.png`,
|
|
|
|
ca: common_vendor.o(closePopupsec),
|
|
|
|
cb: __props.darkFans
|
2025-03-05 17:29:32 +08:00
|
|
|
}, __props.darkFans ? {
|
2025-03-07 17:26:02 +08:00
|
|
|
cc: `/static/index/cardbgc/uplight.png`
|
2025-03-05 17:29:32 +08:00
|
|
|
} : {}, {
|
2025-03-07 17:26:02 +08:00
|
|
|
cd: common_vendor.f([1], (item, index, i0) => {
|
2025-03-05 17:29:32 +08:00
|
|
|
return {
|
|
|
|
a: common_vendor.f([1], (item2, index2, i1) => {
|
|
|
|
return {
|
|
|
|
a: common_vendor.o(showPopupsec, index2),
|
|
|
|
b: index2
|
|
|
|
};
|
|
|
|
}),
|
|
|
|
b: index
|
|
|
|
};
|
|
|
|
}),
|
2025-03-07 17:26:02 +08:00
|
|
|
ce: common_vendor.s(isPopupVisiblefiropensec.value ? {
|
|
|
|
top: `120rpx`
|
|
|
|
} : {
|
|
|
|
top: `120rpx`
|
|
|
|
}),
|
|
|
|
cf: common_vendor.n(__props.darkFans ? `time-font-dark` : `time-font`),
|
|
|
|
cg: __props.darkFans ? `/static/index/medium/doctorsaydark.png` : `/static/index/medium/doctorsay.png`,
|
|
|
|
ch: common_vendor.n(__props.darkFans ? `time-people-font-dark` : `time-people-font`),
|
|
|
|
ci: common_vendor.n(`time-people-thi`),
|
|
|
|
cj: __props.darkFans ? `/static/index/medium/howtododark.png` : `/static/index/medium/howtodo.png`,
|
|
|
|
ck: common_vendor.n(__props.darkFans ? `time-people-font-dark` : `time-people-font`),
|
|
|
|
cl: common_vendor.n(`time-people-thi`),
|
|
|
|
cm: __props.darkFans ? `/static/index/medium/useMed.png` : `/static/index/medium/yongyao.png`,
|
|
|
|
cn: common_vendor.n(__props.darkFans ? `time-people-font-dark` : `time-people-font`),
|
|
|
|
co: common_vendor.n(`time-people-thi`),
|
|
|
|
cp: __props.darkFans ? `/static/index/medium/domanydark.png` : `/static/index/medium/domany.png`,
|
|
|
|
cq: common_vendor.n(__props.darkFans ? `time-people-font-dark` : `time-people-font`),
|
|
|
|
cr: common_vendor.n(`time-people-thi`),
|
|
|
|
cs: __props.darkFans ? `/static/index/darkicon/zhixingpeopledark.png` : `/static/index/cardicons/zhixing.png`,
|
|
|
|
ct: common_vendor.n(__props.darkFans ? `time-people-font-dark` : `time-people-font`),
|
|
|
|
cv: __props.darkFans ? `/static/index/medium/dopeopledark.png` : `/static/index/cardicons/zhifa.png`,
|
|
|
|
cw: common_vendor.n(__props.darkFans ? `time-people-font-dark` : `time-people-font`),
|
|
|
|
cx: common_vendor.n(`time-people-thi`),
|
|
|
|
cy: common_vendor.n(__props.darkFans ? `time-button-end-dark` : `time-button-end`),
|
2025-03-14 17:30:56 +08:00
|
|
|
cz: `/static/index/yiliao/project2.png`,
|
|
|
|
cA: common_vendor.n(__props.darkFans ? `right-container-photo-text-dark` : `right-container-photo-text`),
|
|
|
|
cB: common_vendor.n(`right-container-photo`),
|
|
|
|
cC: __props.darkFans
|
2025-03-05 17:29:32 +08:00
|
|
|
}, __props.darkFans ? {
|
2025-03-14 17:30:56 +08:00
|
|
|
cD: `/static/index/cardbgc/leftlight.png`
|
2025-03-05 17:29:32 +08:00
|
|
|
} : {}, {
|
2025-03-14 17:30:56 +08:00
|
|
|
cE: common_vendor.s(__props.darkFans ? `background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #386997 50%, rgba(0, 0, 0, 0) 100%);` : ``),
|
|
|
|
cF: `/static/index/hulilist/shang.png`,
|
|
|
|
cG: !__props.darkFans
|
2025-03-05 17:29:32 +08:00
|
|
|
}, !__props.darkFans ? {
|
2025-03-14 17:30:56 +08:00
|
|
|
cH: common_vendor.f(mediumList.value, (item, index, i0) => {
|
2025-03-05 17:29:32 +08:00
|
|
|
return {
|
|
|
|
a: item.url,
|
|
|
|
b: common_vendor.t(item.name),
|
|
|
|
c: `${item.number}%`,
|
|
|
|
d: item.number !== 0,
|
|
|
|
e: index
|
|
|
|
};
|
2025-03-14 17:30:56 +08:00
|
|
|
}),
|
|
|
|
cI: common_vendor.s(isPopupVisiblefiropensec.value ? {
|
|
|
|
height: `700rpx`
|
|
|
|
} : {})
|
2025-03-05 17:29:32 +08:00
|
|
|
} : {}, {
|
2025-03-07 17:26:02 +08:00
|
|
|
cJ: __props.darkFans
|
2025-03-05 17:29:32 +08:00
|
|
|
}, __props.darkFans ? {
|
2025-03-07 17:26:02 +08:00
|
|
|
cK: common_vendor.f(mediumListdark.value, (item, index, i0) => {
|
2025-03-05 17:29:32 +08:00
|
|
|
return {
|
|
|
|
a: item.url,
|
|
|
|
b: common_vendor.t(item.name),
|
|
|
|
c: `${item.number}%`,
|
|
|
|
d: item.number !== 0,
|
|
|
|
e: index
|
|
|
|
};
|
|
|
|
})
|
|
|
|
} : {}, {
|
2025-03-07 17:26:02 +08:00
|
|
|
cL: `/static/index/hulilist/xia.png`,
|
|
|
|
cM: common_vendor.s(isPopupVisiblefiropensec.value ? {
|
|
|
|
transform: `scale(1.5)`,
|
2025-03-14 17:30:56 +08:00
|
|
|
marginLeft: `-630rpx`,
|
|
|
|
marginTop: `650rpx`
|
2025-03-07 17:26:02 +08:00
|
|
|
} : {
|
|
|
|
transform: `scale(1)`,
|
|
|
|
marginLeft: `100rpx`,
|
2025-03-14 17:30:56 +08:00
|
|
|
marginTop: `150rpx`
|
2025-03-05 17:29:32 +08:00
|
|
|
}),
|
2025-03-07 17:26:02 +08:00
|
|
|
cN: common_vendor.n(__props.darkFans ? `right-container-left-dark` : `right-container-left`),
|
|
|
|
cO: common_vendor.o(() => {
|
|
|
|
}),
|
|
|
|
cP: widthComsec.value + "rpx",
|
|
|
|
cQ: heightComsec.value + "rpx",
|
|
|
|
cR: topComsec.value + "rpx",
|
|
|
|
cS: leftComsec.value + "rpx",
|
|
|
|
cT: common_vendor.o(closePopupsec),
|
|
|
|
cU: common_vendor.s(isPopupVisiblefiropensec.value ? {
|
2025-03-05 17:29:32 +08:00
|
|
|
backgroundColor: `rgba(89, 109, 154, 0.5)`
|
|
|
|
} : `{}`)
|
|
|
|
}) : {}, {
|
2025-03-07 17:26:02 +08:00
|
|
|
cV: isPopupVisiblethi.value
|
2025-03-05 17:29:32 +08:00
|
|
|
}, isPopupVisiblethi.value ? {
|
2025-03-07 17:26:02 +08:00
|
|
|
cW: `/static/index/baojielei.png`,
|
|
|
|
cX: common_vendor.o(closePopupthi),
|
|
|
|
cY: common_vendor.f([1], (item, index, i0) => {
|
2025-03-05 17:29:32 +08:00
|
|
|
return {
|
2025-03-07 17:26:02 +08:00
|
|
|
a: common_vendor.o(closePopupthi, index),
|
|
|
|
b: index
|
2025-03-05 17:29:32 +08:00
|
|
|
};
|
|
|
|
}),
|
2025-03-07 17:26:02 +08:00
|
|
|
cZ: common_vendor.n(__props.darkFans ? `time-font-dark` : `time-font`),
|
|
|
|
da: common_vendor.n(__props.darkFans ? `time-text-dark` : `time-text`),
|
|
|
|
db: __props.darkFans ? `/static/index/darkicon/zhixingpeopledark.png` : `/static/index/cardicons/zhixing.png`,
|
|
|
|
dc: common_vendor.n(__props.darkFans ? `time-people-font-dark` : `time-people-font`),
|
|
|
|
dd: __props.darkFans ? `/static/index/medium/dopeopledark.png` : `/static/index/cardicons/zhifa.png`,
|
|
|
|
de: common_vendor.n(__props.darkFans ? `time-people-font-dark` : `time-people-font`),
|
|
|
|
df: common_vendor.n(__props.darkFans ? `time-button-end-dark` : `time-button-end`),
|
|
|
|
dg: `/static/index/project3.png`,
|
|
|
|
dh: common_vendor.n(__props.darkFans ? `time-tra-thi-photo-font-dark` : `time-tra-thi-photo-font`),
|
|
|
|
di: common_vendor.n(`time-tra-thi-photo`),
|
|
|
|
dj: common_vendor.s(isPopupVisiblefiropenthi.value ? {
|
2025-03-05 17:29:32 +08:00
|
|
|
marginLeft: `100rpx`
|
2025-03-07 17:26:02 +08:00
|
|
|
} : {}),
|
|
|
|
dk: common_vendor.s(isPopupVisiblefiropenthi.value ? {
|
|
|
|
transform: `scale(1.8)`,
|
|
|
|
marginLeft: `750rpx`,
|
|
|
|
marginTop: `200rpx`
|
|
|
|
} : {
|
|
|
|
transform: `scale(1)`
|
|
|
|
}),
|
|
|
|
dl: common_vendor.n(__props.darkFans ? `right-container-right-father-dark` : `right-container-right-father`),
|
|
|
|
dm: common_vendor.o(() => {
|
2025-03-05 17:29:32 +08:00
|
|
|
}),
|
2025-03-07 17:26:02 +08:00
|
|
|
dn: widthComthi.value + "rpx",
|
|
|
|
dp: heightComthi.value + "rpx",
|
|
|
|
dq: topComthi.value + "rpx",
|
|
|
|
dr: leftComthi.value + "rpx",
|
|
|
|
ds: common_vendor.o(closePopupthi),
|
|
|
|
dt: common_vendor.s(isPopupVisiblefiropenthi.value ? {
|
2025-03-05 17:29:32 +08:00
|
|
|
backgroundColor: `rgba(89, 109, 154, 0.5)`
|
|
|
|
} : `{}`)
|
|
|
|
} : {}, {
|
2025-03-07 17:26:02 +08:00
|
|
|
dv: common_vendor.s(__props.isshow ? {
|
2025-03-05 17:29:32 +08:00
|
|
|
opacity: `1`
|
|
|
|
} : {
|
|
|
|
opacity: `0`
|
|
|
|
})
|
|
|
|
});
|
|
|
|
};
|
|
|
|
}
|
|
|
|
});
|
|
|
|
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-9f74ebdb"]]);
|
|
|
|
wx.createComponent(Component);
|
|
|
|
//# sourceMappingURL=../../../.sourcemap/mp-weixin/component/rightItemsindex/index.js.map
|