2.27 submit something dont change
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name" : "hil",
|
"name" : "养老App",
|
||||||
"appid" : "",
|
"appid" : "__UNI__FB2D473",
|
||||||
"description" : "",
|
"description" : "养老App",
|
||||||
"versionName" : "1.0.0",
|
"versionName" : "1.0.0",
|
||||||
"versionCode" : "100",
|
"versionCode" : "100",
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
|
@ -10,11 +10,11 @@
|
||||||
"usingComponents" : true,
|
"usingComponents" : true,
|
||||||
"nvueStyleCompiler" : "uni-app",
|
"nvueStyleCompiler" : "uni-app",
|
||||||
"compilerVersion" : 3,
|
"compilerVersion" : 3,
|
||||||
"screenOrientation": [
|
"screenOrientation" : [
|
||||||
// "portrait-primary", // 竖屏
|
// "portrait-primary", // 竖屏
|
||||||
"landscape-primary", // 横屏(home 键在右侧)
|
"landscape-primary", // 横屏(home 键在右侧)
|
||||||
"landscape-secondary" // 横屏(home 键在左侧)
|
"landscape-secondary" // 横屏(home 键在左侧)
|
||||||
],
|
],
|
||||||
"splashscreen" : {
|
"splashscreen" : {
|
||||||
"alwaysShowBeforeRender" : true,
|
"alwaysShowBeforeRender" : true,
|
||||||
"waiting" : true,
|
"waiting" : true,
|
||||||
|
|
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 412 KiB |
After Width: | Height: | Size: 32 KiB |
After Width: | Height: | Size: 476 KiB |
After Width: | Height: | Size: 412 KiB |
|
@ -1 +1 @@
|
||||||
{"version":3,"file":"app.js","sources":["App.vue"],"sourcesContent":["<script>\r\n\texport default {\r\n\t\tonLaunch: function() {\r\n\t\t\tconsole.log('App Launch')\r\n\t\t},\r\n\t\tonShow: function() {\r\n\t\t\tconsole.log('App Show')\r\n\t\t},\r\n\t\tonHide: function() {\r\n\t\t\tconsole.log('App Hide')\r\n\t\t}\r\n\t}\r\n</script>\r\n\r\n<style>\r\n\t/*每个页面公共css */\r\n</style>\n"],"names":["uni"],"mappings":";;;;;;AACC,MAAK,YAAU;AAAA,EACd,UAAU,WAAW;AACpBA,kBAAAA,MAAA,MAAA,OAAA,gBAAY,YAAY;AAAA,EACxB;AAAA,EACD,QAAQ,WAAW;AAClBA,kBAAAA,MAAY,MAAA,OAAA,gBAAA,UAAU;AAAA,EACtB;AAAA,EACD,QAAQ,WAAW;AAClBA,kBAAAA,MAAY,MAAA,OAAA,iBAAA,UAAU;AAAA,EACvB;AACD;;;;;;;;;"}
|
{"version":3,"file":"app.js","sources":["App.vue"],"sourcesContent":["<script>\r\n\texport default {\r\n\t\tonLaunch: function() {\r\n\t\t\tconsole.log('App Launch')\r\n\t\t},\r\n\t\tonShow: function() {\r\n\t\t\tconsole.log('App Show')\r\n\t\t},\r\n\t\tonHide: function() {\r\n\t\t\tconsole.log('App Hide')\r\n\t\t}\r\n\t}\r\n</script>\r\n\r\n<style>\r\n\t/*每个页面公共css */\r\n</style>\n"],"names":["uni"],"mappings":";;;;;;;AACC,MAAK,YAAU;AAAA,EACd,UAAU,WAAW;AACpBA,kBAAAA,MAAA,MAAA,OAAA,gBAAY,YAAY;AAAA,EACxB;AAAA,EACD,QAAQ,WAAW;AAClBA,kBAAAA,MAAY,MAAA,OAAA,gBAAA,UAAU;AAAA,EACtB;AAAA,EACD,QAAQ,WAAW;AAClBA,kBAAAA,MAAY,MAAA,OAAA,iBAAA,UAAU;AAAA,EACvB;AACD;;;;;;;;;"}
|
|
@ -1 +1 @@
|
||||||
{"version":3,"file":"assets.js","sources":["static/index/oldman.png"],"sourcesContent":["export default \"__VITE_ASSET__71faa3fc__\""],"names":[],"mappings":";AAAA,MAAe,aAAA;;"}
|
{"version":3,"file":"assets.js","sources":["static/index/oldman.png","static/index/customer.png","static/index/undericons/upguang.png"],"sourcesContent":["export default \"__VITE_ASSET__71faa3fc__\"","export default \"__VITE_ASSET__3a5aea25__\"","export default \"__VITE_ASSET__bdab6700__\""],"names":[],"mappings":";AAAA,MAAe,aAAA;ACAf,MAAe,aAAA;ACAf,MAAe,aAAA;;;;"}
|
|
@ -0,0 +1 @@
|
||||||
|
{"version":3,"file":"login.js","sources":["pages/login/login.vue","../Hbuilder/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvbG9naW4vbG9naW4udnVl"],"sourcesContent":["<template>\n <view class=\"container\" @touchstart=\"onTouchStart\" @touchmove=\"onTouchMove\" @touchend=\"onTouchEnd\">\n <swiper class=\"swiper\" indicator-dots=\"true\" autoplay=\"true\" interval=\"3000\" duration=\"500\">\n <swiper-item>\n 1\n </swiper-item>\n <swiper-item>\n 2\n </swiper-item>\n <swiper-item>\n 3\n </swiper-item>\n </swiper>\n </view>\n</template>\n\n<script>\nexport default {\n data() {\n return {\n startX: 0,\n startY: 0,\n isDragging: false\n };\n },\n methods: {\n // 手指触摸开始\n onTouchStart(e) {\n this.startX = e.touches[0].clientX;\n this.startY = e.touches[0].clientY;\n this.isDragging = false;\n },\n // 手指滑动\n onTouchMove(e) {\n const moveX = e.touches[0].clientX - this.startX;\n const moveY = e.touches[0].clientY - this.startY;\n\n if (Math.abs(moveX) > Math.abs(moveY)) {\n // 横向滑动\n this.isDragging = true;\n } else {\n // 纵向滑动\n this.isDragging = true;\n }\n\n if (this.isDragging) {\n e.preventDefault(); // 防止页面默认滑动\n }\n },\n // 手指抬起\n onTouchEnd() {\n this.isDragging = false;\n }\n }\n};\n</script>\n\n<style scoped>\n.container {\n position: relative;\n width: 100%;\n height: 300px;\n}\n\n.swiper {\n width: 100%;\n height: 100%;\n}\n</style>\n","import MiniProgramPage from 'D:/hldy_app/pages/login/login.vue'\nwx.createPage(MiniProgramPage)"],"names":[],"mappings":";;AAiBA,MAAK,YAAU;AAAA,EACb,OAAO;AACL,WAAO;AAAA,MACL,QAAQ;AAAA,MACR,QAAQ;AAAA,MACR,YAAY;AAAA;EAEf;AAAA,EACD,SAAS;AAAA;AAAA,IAEP,aAAa,GAAG;AACd,WAAK,SAAS,EAAE,QAAQ,CAAC,EAAE;AAC3B,WAAK,SAAS,EAAE,QAAQ,CAAC,EAAE;AAC3B,WAAK,aAAa;AAAA,IACnB;AAAA;AAAA,IAED,YAAY,GAAG;AACb,YAAM,QAAQ,EAAE,QAAQ,CAAC,EAAE,UAAU,KAAK;AAC1C,YAAM,QAAQ,EAAE,QAAQ,CAAC,EAAE,UAAU,KAAK;AAE1C,UAAI,KAAK,IAAI,KAAK,IAAI,KAAK,IAAI,KAAK,GAAG;AAErC,aAAK,aAAa;AAAA,aACb;AAEL,aAAK,aAAa;AAAA,MACpB;AAEA,UAAI,KAAK,YAAY;AACnB,UAAE,eAAc;AAAA,MAClB;AAAA,IACD;AAAA;AAAA,IAED,aAAa;AACX,WAAK,aAAa;AAAA,IACpB;AAAA,EACF;AACF;;;;;;;;;ACrDA,GAAG,WAAW,eAAe;"}
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
;(function(){
|
;(function(){
|
||||||
let u=void 0,isReady=false,onReadyCallbacks=[],isServiceReady=false,onServiceReadyCallbacks=[];
|
let u=void 0,isReady=false,onReadyCallbacks=[],isServiceReady=false,onServiceReadyCallbacks=[];
|
||||||
const __uniConfig = {"pages":[],"globalStyle":{"backgroundColor":"#F8F8F8","navigationBar":{"backgroundColor":"#F8F8F8","titleText":"uni-app x","type":"default","titleColor":"#000000"},"isNVue":false},"nvue":{"compiler":"uni-app","styleCompiler":"uni-app","flex-direction":"column"},"renderer":"auto","appname":"hil","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":true},"compilerVersion":"4.45","entryPagePath":"pages/index/index","entryPageQuery":"","realEntryPagePath":"","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"locales":{},"darkmode":false,"themeConfig":{}};
|
const __uniConfig = {"pages":[],"globalStyle":{"backgroundColor":"#F8F8F8","navigationBar":{"backgroundColor":"#F8F8F8","titleText":"uni-app x","type":"default","titleColor":"#000000"},"isNVue":false},"nvue":{"compiler":"uni-app","styleCompiler":"uni-app","flex-direction":"column"},"renderer":"auto","appname":"养老App","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":true},"compilerVersion":"4.45","entryPagePath":"pages/index/index","entryPageQuery":"","realEntryPagePath":"","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"locales":{},"darkmode":false,"themeConfig":{}};
|
||||||
const __uniRoutes = [{"path":"pages/index/index","meta":{"isQuit":true,"isEntry":true,"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/login/login","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}}].map(uniRoute=>(uniRoute.meta.route=uniRoute.path,__uniConfig.pages.push(uniRoute.path),uniRoute.path='/'+uniRoute.path,uniRoute));
|
const __uniRoutes = [{"path":"pages/index/index","meta":{"isQuit":true,"isEntry":true,"navigationBar":{"style":"custom","type":"default"},"isNVue":false}},{"path":"pages/login/login","meta":{"navigationBar":{"style":"custom","type":"default"},"isNVue":false}}].map(uniRoute=>(uniRoute.meta.route=uniRoute.path,__uniConfig.pages.push(uniRoute.path),uniRoute.path='/'+uniRoute.path,uniRoute));
|
||||||
__uniConfig.styles=[];//styles
|
__uniConfig.styles=[];//styles
|
||||||
__uniConfig.onReady=function(callback){if(__uniConfig.ready){callback()}else{onReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"ready",{get:function(){return isReady},set:function(val){isReady=val;if(!isReady){return}const callbacks=onReadyCallbacks.slice(0);onReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
|
__uniConfig.onReady=function(callback){if(__uniConfig.ready){callback()}else{onReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"ready",{get:function(){return isReady},set:function(val){isReady=val;if(!isReady){return}const callbacks=onReadyCallbacks.slice(0);onReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
|
||||||
|
|
|
@ -35,6 +35,12 @@ if (uni.restoreGlobal) {
|
||||||
__name: "index",
|
__name: "index",
|
||||||
setup(__props, { expose: __expose }) {
|
setup(__props, { expose: __expose }) {
|
||||||
__expose();
|
__expose();
|
||||||
|
const isPopupVisible = vue.ref(false);
|
||||||
|
const widthCom = vue.ref(1320);
|
||||||
|
const heightCom = vue.ref(530);
|
||||||
|
const topCom = vue.ref(150);
|
||||||
|
const leftCom = vue.ref(233);
|
||||||
|
const isPopupVisiblefiropen = vue.ref(false);
|
||||||
const currentTime = vue.ref("");
|
const currentTime = vue.ref("");
|
||||||
const fullDate = vue.ref("");
|
const fullDate = vue.ref("");
|
||||||
const weekDay = vue.ref("");
|
const weekDay = vue.ref("");
|
||||||
|
@ -48,17 +54,21 @@ if (uni.restoreGlobal) {
|
||||||
]);
|
]);
|
||||||
const undericonList = vue.ref([
|
const undericonList = vue.ref([
|
||||||
{ url: "/static/index/undericons/alarm.png", targetUrl: "/static/index/undericons/alarmdark.png" },
|
{ url: "/static/index/undericons/alarm.png", targetUrl: "/static/index/undericons/alarmdark.png" },
|
||||||
{ url: "/static/index/undericons/linshitime.png", targetUrl: "/static/index/undericons/linshitimedark.png" }
|
{ url: "/static/index/undericons/linshitime.png", targetUrl: "/static/index/undericons/linshitimedark.png" },
|
||||||
|
{ url: "/static/index/darkicon/zhaomingdark.png", targetUrl: "/static/index/roomicons/zhaomingtar.png" },
|
||||||
|
{ url: "/static/index/darkicon/kontiaodark.png", targetUrl: "/static/index/roomicons/kongtiaotar.png" },
|
||||||
|
{ url: "/static/index/darkicon/nuanfengdark.png", targetUrl: "/static/index/roomicons/nuanfengtar.png" },
|
||||||
|
{ url: "/static/index/darkicon/dianqidark.png", targetUrl: "/static/index/roomicons/dianqitar.png" }
|
||||||
]);
|
]);
|
||||||
const huliList = vue.ref([
|
const huliList = vue.ref([
|
||||||
{ url: "/static/index/hulilist/zhuandan.png", name: "转单执行" },
|
{ url: "/static/index/hulilist/zhuandan.png", name: "转单执行" },
|
||||||
{ url: "/static/index/hulilist/xiezhu.png", name: "协助执行" },
|
{ url: "/static/index/hulilist/xiezhu.png", name: "协助执行" }
|
||||||
{ url: "/static/index/hulilist/zhongdian.png", name: "重点追踪" }
|
// { url: '/static/index/hulilist/zhongdian.png', name: "重点追踪" },
|
||||||
]);
|
]);
|
||||||
const huliListDark = vue.ref([
|
const huliListDark = vue.ref([
|
||||||
{ url: "/static/index/darkicon/zhuandandark.png", name: "转单执行" },
|
{ url: "/static/index/darkicon/zhuandandark.png", name: "转单执行" },
|
||||||
{ url: "/static/index/darkicon/xiezhudark.png", name: "协助执行" },
|
{ url: "/static/index/darkicon/xiezhudark.png", name: "协助执行" }
|
||||||
{ url: "/static/index/darkicon/zhongdiandark.png", name: "重点追踪" }
|
// { url: '/static/index/darkicon/zhongdiandark.png', name: "重点追踪" },
|
||||||
]);
|
]);
|
||||||
const mediumList = vue.ref([
|
const mediumList = vue.ref([
|
||||||
{ url: "/static/index/medium/yaopin.png", name: "药品信息", number: 0 },
|
{ url: "/static/index/medium/yaopin.png", name: "药品信息", number: 0 },
|
||||||
|
@ -93,6 +103,7 @@ if (uni.restoreGlobal) {
|
||||||
const roomTar = vue.ref([]);
|
const roomTar = vue.ref([]);
|
||||||
const firstcurrentIndex = vue.ref(0);
|
const firstcurrentIndex = vue.ref(0);
|
||||||
const firstcurrentIndexup = vue.ref(0);
|
const firstcurrentIndexup = vue.ref(0);
|
||||||
|
const secondcurrentIndexup = vue.ref(0);
|
||||||
const secondcurrentIndex = vue.ref(0);
|
const secondcurrentIndex = vue.ref(0);
|
||||||
const thirdcurrentIndex = vue.ref(0);
|
const thirdcurrentIndex = vue.ref(0);
|
||||||
const changeMenu = (index) => {
|
const changeMenu = (index) => {
|
||||||
|
@ -130,8 +141,29 @@ if (uni.restoreGlobal) {
|
||||||
const onSwiperChange = (event) => {
|
const onSwiperChange = (event) => {
|
||||||
firstcurrentIndexup.value = event.detail.current;
|
firstcurrentIndexup.value = event.detail.current;
|
||||||
};
|
};
|
||||||
|
const onSwiperChangesec = (event) => {
|
||||||
|
secondcurrentIndexup.value = event.detail.current;
|
||||||
|
};
|
||||||
const gotoLogin = () => {
|
const gotoLogin = () => {
|
||||||
};
|
};
|
||||||
|
const showPopup = () => {
|
||||||
|
isPopupVisible.value = true;
|
||||||
|
setTimeout(() => {
|
||||||
|
widthCom.value = 1800;
|
||||||
|
heightCom.value = 960;
|
||||||
|
topCom.value = 150;
|
||||||
|
leftCom.value = 233;
|
||||||
|
isPopupVisiblefiropen.value = true;
|
||||||
|
}, 100);
|
||||||
|
};
|
||||||
|
const closePopup = () => {
|
||||||
|
widthCom.value = 1320;
|
||||||
|
heightCom.value = 530;
|
||||||
|
topCom.value = 150;
|
||||||
|
leftCom.value = 233;
|
||||||
|
isPopupVisiblefiropen.value = false;
|
||||||
|
isPopupVisible.value = false;
|
||||||
|
};
|
||||||
vue.onMounted(() => {
|
vue.onMounted(() => {
|
||||||
updateTime();
|
updateTime();
|
||||||
setInterval(updateTime, 1e3);
|
setInterval(updateTime, 1e3);
|
||||||
|
@ -139,13 +171,14 @@ if (uni.restoreGlobal) {
|
||||||
vue.onBeforeUnmount(() => {
|
vue.onBeforeUnmount(() => {
|
||||||
clearInterval(updateTime);
|
clearInterval(updateTime);
|
||||||
});
|
});
|
||||||
const __returned__ = { currentTime, fullDate, weekDay, iconList, undericonList, huliList, huliListDark, mediumList, mediumListdark, roomBtttonList, roomBtttonListdark, menuIndex, undermenuIndex, darkFans, underFans, roomTar, firstcurrentIndex, firstcurrentIndexup, secondcurrentIndex, thirdcurrentIndex, changeMenu, changeMenuUnder, saveItem, updateTime, onSwiperChange, gotoLogin };
|
const __returned__ = { isPopupVisible, widthCom, heightCom, topCom, leftCom, isPopupVisiblefiropen, currentTime, fullDate, weekDay, iconList, undericonList, huliList, huliListDark, mediumList, mediumListdark, roomBtttonList, roomBtttonListdark, menuIndex, undermenuIndex, darkFans, underFans, roomTar, firstcurrentIndex, firstcurrentIndexup, secondcurrentIndexup, secondcurrentIndex, thirdcurrentIndex, changeMenu, changeMenuUnder, saveItem, updateTime, onSwiperChange, onSwiperChangesec, gotoLogin, showPopup, closePopup };
|
||||||
Object.defineProperty(__returned__, "__isScriptSetup", { enumerable: false, value: true });
|
Object.defineProperty(__returned__, "__isScriptSetup", { enumerable: false, value: true });
|
||||||
return __returned__;
|
return __returned__;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
const _imports_0 = "/static/index/oldman.png";
|
const _imports_0 = "/static/index/oldman.png";
|
||||||
const _imports_1 = "/static/index/undericons/upguang.png";
|
const _imports_1 = "/static/index/customer.png";
|
||||||
|
const _imports_2 = "/static/index/undericons/upguang.png";
|
||||||
const _export_sfc = (sfc, props) => {
|
const _export_sfc = (sfc, props) => {
|
||||||
const target = sfc.__vccOpts || sfc;
|
const target = sfc.__vccOpts || sfc;
|
||||||
for (const [key, val] of props) {
|
for (const [key, val] of props) {
|
||||||
|
@ -221,16 +254,16 @@ if (uni.restoreGlobal) {
|
||||||
{
|
{
|
||||||
class: vue.normalizeClass($setup.darkFans ? `right-container-title-no-dark` : `right-container-title-no`)
|
class: vue.normalizeClass($setup.darkFans ? `right-container-title-no-dark` : `right-container-title-no`)
|
||||||
},
|
},
|
||||||
" N00123456 ",
|
" ID:12345678 ",
|
||||||
2
|
2
|
||||||
/* CLASS */
|
/* CLASS */
|
||||||
),
|
),
|
||||||
vue.createElementVNode(
|
vue.createElementVNode(
|
||||||
"text",
|
"text",
|
||||||
{
|
{
|
||||||
class: vue.normalizeClass($setup.darkFans ? `right-container-title-class-dark` : `right-container-title-class`)
|
class: vue.normalizeClass($setup.darkFans ? `right-container-title-no-dark` : `right-container-title-no`)
|
||||||
},
|
},
|
||||||
" 护理单元01 ",
|
" 名称:未命名01 ",
|
||||||
2
|
2
|
||||||
/* CLASS */
|
/* CLASS */
|
||||||
),
|
),
|
||||||
|
@ -312,7 +345,10 @@ if (uni.restoreGlobal) {
|
||||||
class: "right-container-fir-left-card-hulilei",
|
class: "right-container-fir-left-card-hulilei",
|
||||||
src: `/static/index/hulilei.png`
|
src: `/static/index/hulilei.png`
|
||||||
}, null, 8, ["src"]),
|
}, null, 8, ["src"]),
|
||||||
vue.createElementVNode("div", { class: "right-container-fir-left-card-hulilei-font" }, "护理类"),
|
vue.createElementVNode("div", {
|
||||||
|
class: "right-container-fir-left-card-hulilei-font",
|
||||||
|
onClick: $setup.showPopup
|
||||||
|
}, "护理类"),
|
||||||
$setup.darkFans ? (vue.openBlock(), vue.createElementBlock("image", {
|
$setup.darkFans ? (vue.openBlock(), vue.createElementBlock("image", {
|
||||||
key: 0,
|
key: 0,
|
||||||
class: "card-upfaguang",
|
class: "card-upfaguang",
|
||||||
|
@ -363,11 +399,6 @@ if (uni.restoreGlobal) {
|
||||||
key: index
|
key: index
|
||||||
}, [
|
}, [
|
||||||
vue.createElementVNode("view", { class: "right-container-fir-left-card-flex" }, [
|
vue.createElementVNode("view", { class: "right-container-fir-left-card-flex" }, [
|
||||||
vue.createElementVNode("image", {
|
|
||||||
class: "right-container-fir-left-card-main-left-up",
|
|
||||||
src: `/static/index/arrow2.png`,
|
|
||||||
onClick: _cache[2] || (_cache[2] = ($event) => $setup.firstcurrentIndex === 0 ? $setup.firstcurrentIndex = 2 : $setup.firstcurrentIndex = $setup.firstcurrentIndex - 1)
|
|
||||||
}, null, 8, ["src"]),
|
|
||||||
vue.createElementVNode("view", { class: "uni-margin-wrap-fir" }, [
|
vue.createElementVNode("view", { class: "uni-margin-wrap-fir" }, [
|
||||||
vue.createElementVNode("swiper", {
|
vue.createElementVNode("swiper", {
|
||||||
current: $setup.firstcurrentIndex,
|
current: $setup.firstcurrentIndex,
|
||||||
|
@ -387,15 +418,12 @@ if (uni.restoreGlobal) {
|
||||||
}, [
|
}, [
|
||||||
vue.createElementVNode("view", { class: "right-container-fir-left-card-card" }, [
|
vue.createElementVNode("view", { class: "right-container-fir-left-card-card" }, [
|
||||||
vue.createElementVNode("view", { class: "right-container-fir-left-card-zhixing" }, [
|
vue.createElementVNode("view", { class: "right-container-fir-left-card-zhixing" }, [
|
||||||
vue.createElementVNode("image", {
|
|
||||||
class: "right-container-fir-left-card-zhixing-img",
|
|
||||||
src: `/static/index/daizhixing.png`
|
|
||||||
}, null, 8, ["src"]),
|
|
||||||
vue.createElementVNode("div", { class: "right-container-fir-left-card-zhixing-font" }, "待执行 ")
|
vue.createElementVNode("div", { class: "right-container-fir-left-card-zhixing-font" }, "待执行 ")
|
||||||
]),
|
]),
|
||||||
vue.createElementVNode("image", {
|
vue.createElementVNode("image", {
|
||||||
class: "right-container-fir-left-card-img",
|
class: "right-container-fir-left-card-img",
|
||||||
src: `/static/index/teeth.png`
|
src: `/static/index/teeth.png`,
|
||||||
|
onClick: $setup.showPopup
|
||||||
}, null, 8, ["src"]),
|
}, null, 8, ["src"]),
|
||||||
vue.createElementVNode("view", { class: "right-container-fir-left-card-main-laba-video" }, [
|
vue.createElementVNode("view", { class: "right-container-fir-left-card-main-laba-video" }, [
|
||||||
vue.createElementVNode("image", {
|
vue.createElementVNode("image", {
|
||||||
|
@ -437,35 +465,37 @@ if (uni.restoreGlobal) {
|
||||||
2
|
2
|
||||||
/* CLASS */
|
/* CLASS */
|
||||||
),
|
),
|
||||||
vue.createElementVNode("view", { class: "time-people-fir" }, [
|
vue.createElementVNode("view", { class: "time-people-two" }, [
|
||||||
vue.createElementVNode("image", {
|
vue.createElementVNode("view", { class: "time-people-fir" }, [
|
||||||
class: "time-people-img",
|
vue.createElementVNode("image", {
|
||||||
src: $setup.darkFans ? `/static/index/darkicon/zhixingpeopledark.png` : `/static/index/cardicons/zhixing.png`
|
class: "time-people-img",
|
||||||
}, null, 8, ["src"]),
|
src: $setup.darkFans ? `/static/index/darkicon/zhixingpeopledark.png` : `/static/index/cardicons/zhixing.png`
|
||||||
vue.createElementVNode(
|
}, null, 8, ["src"]),
|
||||||
"text",
|
vue.createElementVNode(
|
||||||
{
|
"text",
|
||||||
class: vue.normalizeClass($setup.darkFans ? `time-people-font-dark` : `time-people-font`)
|
{
|
||||||
},
|
class: vue.normalizeClass($setup.darkFans ? `time-people-font-dark` : `time-people-font`)
|
||||||
" 单人执行 ",
|
},
|
||||||
2
|
" 单人执行 ",
|
||||||
/* CLASS */
|
2
|
||||||
)
|
/* CLASS */
|
||||||
]),
|
)
|
||||||
vue.createElementVNode("view", { class: "time-people-sec" }, [
|
]),
|
||||||
vue.createElementVNode("image", {
|
vue.createElementVNode("view", { class: "time-people-sec" }, [
|
||||||
class: "time-people-img",
|
vue.createElementVNode("image", {
|
||||||
src: $setup.darkFans ? `/static/index/medium/dopeopledark.png` : `/static/index/cardicons/zhifa.png`
|
class: "time-people-img",
|
||||||
}, null, 8, ["src"]),
|
src: $setup.darkFans ? `/static/index/medium/dopeopledark.png` : `/static/index/cardicons/zhifa.png`
|
||||||
vue.createElementVNode(
|
}, null, 8, ["src"]),
|
||||||
"text",
|
vue.createElementVNode(
|
||||||
{
|
"text",
|
||||||
class: vue.normalizeClass($setup.darkFans ? `time-people-font-dark` : `time-people-font`)
|
{
|
||||||
},
|
class: vue.normalizeClass($setup.darkFans ? `time-people-font-dark` : `time-people-font`)
|
||||||
" -- ",
|
},
|
||||||
2
|
" -- ",
|
||||||
/* CLASS */
|
2
|
||||||
)
|
/* CLASS */
|
||||||
|
)
|
||||||
|
])
|
||||||
]),
|
]),
|
||||||
vue.createElementVNode("view", { class: "time-button-view" }, [
|
vue.createElementVNode("view", { class: "time-button-view" }, [
|
||||||
vue.createElementVNode("view", { class: "time-button-start" }, " 开始服务 "),
|
vue.createElementVNode("view", { class: "time-button-start" }, " 开始服务 "),
|
||||||
|
@ -487,11 +517,6 @@ if (uni.restoreGlobal) {
|
||||||
))
|
))
|
||||||
], 8, ["current"])
|
], 8, ["current"])
|
||||||
]),
|
]),
|
||||||
vue.createElementVNode("image", {
|
|
||||||
class: "right-container-fir-left-card-main-right",
|
|
||||||
src: `/static/index/arrow.png`,
|
|
||||||
onClick: _cache[3] || (_cache[3] = ($event) => $setup.firstcurrentIndex === 2 ? $setup.firstcurrentIndex = 0 : $setup.firstcurrentIndex = $setup.firstcurrentIndex + 1)
|
|
||||||
}, null, 8, ["src"]),
|
|
||||||
vue.createElementVNode("view", { class: "split-line-white-right-left" }, [
|
vue.createElementVNode("view", { class: "split-line-white-right-left" }, [
|
||||||
$setup.darkFans ? (vue.openBlock(), vue.createElementBlock("image", {
|
$setup.darkFans ? (vue.openBlock(), vue.createElementBlock("image", {
|
||||||
key: 0,
|
key: 0,
|
||||||
|
@ -592,6 +617,25 @@ if (uni.restoreGlobal) {
|
||||||
},
|
},
|
||||||
[
|
[
|
||||||
vue.createElementVNode("view", { class: "right-container-card" }, [
|
vue.createElementVNode("view", { class: "right-container-card" }, [
|
||||||
|
vue.createElementVNode("view", { class: "right-container-card-right" }, [
|
||||||
|
(vue.openBlock(), vue.createElementBlock(
|
||||||
|
vue.Fragment,
|
||||||
|
null,
|
||||||
|
vue.renderList([1, 2, 3, 4], (item, index) => {
|
||||||
|
return vue.createElementVNode("view", {
|
||||||
|
class: "",
|
||||||
|
key: index
|
||||||
|
}, [
|
||||||
|
vue.createElementVNode("image", {
|
||||||
|
class: "right-container-card-right-img",
|
||||||
|
src: _imports_1
|
||||||
|
})
|
||||||
|
]);
|
||||||
|
}),
|
||||||
|
64
|
||||||
|
/* STABLE_FRAGMENT */
|
||||||
|
))
|
||||||
|
]),
|
||||||
vue.createElementVNode(
|
vue.createElementVNode(
|
||||||
"text",
|
"text",
|
||||||
{
|
{
|
||||||
|
@ -758,7 +802,7 @@ if (uni.restoreGlobal) {
|
||||||
{
|
{
|
||||||
key: index,
|
key: index,
|
||||||
class: vue.normalizeClass($setup.darkFans ? `dot-dark` : `dot`),
|
class: vue.normalizeClass($setup.darkFans ? `dot-dark` : `dot`),
|
||||||
style: vue.normalizeStyle(index === $setup.firstcurrentIndexup ? { backgroundColor: `#01A0FE` } : {})
|
style: vue.normalizeStyle(index === $setup.secondcurrentIndexup ? { backgroundColor: `#01A0FE` } : {})
|
||||||
},
|
},
|
||||||
null,
|
null,
|
||||||
6
|
6
|
||||||
|
@ -777,14 +821,14 @@ if (uni.restoreGlobal) {
|
||||||
src: `/static/index/cardbgc/uplight.png`
|
src: `/static/index/cardbgc/uplight.png`
|
||||||
}, null, 8, ["src"])) : vue.createCommentVNode("v-if", true),
|
}, null, 8, ["src"])) : vue.createCommentVNode("v-if", true),
|
||||||
vue.createElementVNode("swiper", {
|
vue.createElementVNode("swiper", {
|
||||||
current: $setup.firstcurrentIndexup,
|
current: $setup.secondcurrentIndexup,
|
||||||
class: "swiper savehundred",
|
class: "swiper savehundred",
|
||||||
circular: "",
|
circular: "",
|
||||||
"indicator-dots": false,
|
"indicator-dots": false,
|
||||||
vertical: true,
|
vertical: true,
|
||||||
interval: 4e3,
|
interval: 4e3,
|
||||||
duration: 500,
|
duration: 500,
|
||||||
onChange: $setup.onSwiperChange
|
onChange: $setup.onSwiperChangesec
|
||||||
}, [
|
}, [
|
||||||
(vue.openBlock(), vue.createElementBlock(
|
(vue.openBlock(), vue.createElementBlock(
|
||||||
vue.Fragment,
|
vue.Fragment,
|
||||||
|
@ -794,19 +838,14 @@ if (uni.restoreGlobal) {
|
||||||
class: "swiper-item-flex",
|
class: "swiper-item-flex",
|
||||||
key: index
|
key: index
|
||||||
}, [
|
}, [
|
||||||
vue.createElementVNode("div", { class: "right-container-fir-left-card-flex" }, [
|
vue.createElementVNode("div", { class: "right-container-fir-left-card-flex-sec" }, [
|
||||||
vue.createElementVNode("image", {
|
|
||||||
class: "right-container-fir-left-card-main-left",
|
|
||||||
src: `/static/index/arrow2.png`,
|
|
||||||
onClick: _cache[4] || (_cache[4] = ($event) => $setup.secondcurrentIndex === 0 ? $setup.secondcurrentIndex = 2 : $setup.secondcurrentIndex = $setup.secondcurrentIndex - 1)
|
|
||||||
}, null, 8, ["src"]),
|
|
||||||
vue.createElementVNode("view", { class: "uni-margin-wrap" }, [
|
vue.createElementVNode("view", { class: "uni-margin-wrap" }, [
|
||||||
vue.createElementVNode("swiper", {
|
vue.createElementVNode("swiper", {
|
||||||
current: $setup.secondcurrentIndex,
|
current: $setup.secondcurrentIndex,
|
||||||
class: "swiper",
|
class: "swiper",
|
||||||
circular: "",
|
circular: "",
|
||||||
"indicator-dots": false,
|
"indicator-dots": false,
|
||||||
autoplay: true,
|
autoplay: false,
|
||||||
interval: 4e3,
|
interval: 4e3,
|
||||||
duration: 500
|
duration: 500
|
||||||
}, [
|
}, [
|
||||||
|
@ -818,6 +857,7 @@ if (uni.restoreGlobal) {
|
||||||
class: "swiper-item-flex",
|
class: "swiper-item-flex",
|
||||||
key: index2
|
key: index2
|
||||||
}, [
|
}, [
|
||||||
|
vue.createElementVNode("div", { class: "right-container-left-font-spec" }, "进行中 "),
|
||||||
vue.createElementVNode("view", { class: "time-tra-sec" }, [
|
vue.createElementVNode("view", { class: "time-tra-sec" }, [
|
||||||
vue.createElementVNode(
|
vue.createElementVNode(
|
||||||
"view",
|
"view",
|
||||||
|
@ -888,6 +928,34 @@ if (uni.restoreGlobal) {
|
||||||
/* CLASS */
|
/* CLASS */
|
||||||
)
|
)
|
||||||
]),
|
]),
|
||||||
|
vue.createElementVNode("view", { class: "time-people-thi" }, [
|
||||||
|
vue.createElementVNode("image", {
|
||||||
|
class: "time-people-img",
|
||||||
|
src: $setup.darkFans ? `/static/index/darkicon/zhixingpeopledark.png` : `/static/index/cardicons/zhixing.png`
|
||||||
|
}, null, 8, ["src"]),
|
||||||
|
vue.createElementVNode(
|
||||||
|
"text",
|
||||||
|
{
|
||||||
|
class: vue.normalizeClass($setup.darkFans ? `time-people-font-dark` : `time-people-font`)
|
||||||
|
},
|
||||||
|
" 单人执行 ",
|
||||||
|
2
|
||||||
|
/* CLASS */
|
||||||
|
),
|
||||||
|
vue.createElementVNode("image", {
|
||||||
|
class: "time-people-img",
|
||||||
|
src: $setup.darkFans ? `/static/index/medium/dopeopledark.png` : `/static/index/cardicons/zhifa.png`
|
||||||
|
}, null, 8, ["src"]),
|
||||||
|
vue.createElementVNode(
|
||||||
|
"text",
|
||||||
|
{
|
||||||
|
class: vue.normalizeClass($setup.darkFans ? `time-people-font-dark` : `time-people-font`)
|
||||||
|
},
|
||||||
|
" 赵宇 ",
|
||||||
|
2
|
||||||
|
/* CLASS */
|
||||||
|
)
|
||||||
|
]),
|
||||||
vue.createElementVNode("view", { class: "time-button-view" }, [
|
vue.createElementVNode("view", { class: "time-button-view" }, [
|
||||||
vue.createElementVNode("view", { class: "time-button-start" }, " 开始服务 "),
|
vue.createElementVNode("view", { class: "time-button-start" }, " 开始服务 "),
|
||||||
vue.createElementVNode(
|
vue.createElementVNode(
|
||||||
|
@ -922,12 +990,7 @@ if (uni.restoreGlobal) {
|
||||||
/* STABLE_FRAGMENT */
|
/* STABLE_FRAGMENT */
|
||||||
))
|
))
|
||||||
], 8, ["current"])
|
], 8, ["current"])
|
||||||
]),
|
])
|
||||||
vue.createElementVNode("image", {
|
|
||||||
class: "right-container-fir-left-card-main-right",
|
|
||||||
src: `/static/index/arrow.png`,
|
|
||||||
onClick: _cache[5] || (_cache[5] = ($event) => $setup.secondcurrentIndex === 2 ? $setup.secondcurrentIndex = 0 : $setup.secondcurrentIndex = $setup.secondcurrentIndex + 1)
|
|
||||||
}, null, 8, ["src"])
|
|
||||||
])
|
])
|
||||||
]);
|
]);
|
||||||
}),
|
}),
|
||||||
|
@ -942,7 +1005,7 @@ if (uni.restoreGlobal) {
|
||||||
src: `/static/index/cardbgc/leftlight.png`
|
src: `/static/index/cardbgc/leftlight.png`
|
||||||
}, null, 8, ["src"])) : vue.createCommentVNode("v-if", true)
|
}, null, 8, ["src"])) : vue.createCommentVNode("v-if", true)
|
||||||
]),
|
]),
|
||||||
vue.createElementVNode("view", { class: "right-huli" }, [
|
vue.createElementVNode("view", { class: "right-huli-fir" }, [
|
||||||
vue.createElementVNode("image", {
|
vue.createElementVNode("image", {
|
||||||
class: "right-huli-shang",
|
class: "right-huli-shang",
|
||||||
src: `/static/index/hulilist/shang.png`
|
src: `/static/index/hulilist/shang.png`
|
||||||
|
@ -1062,154 +1125,128 @@ if (uni.restoreGlobal) {
|
||||||
"view",
|
"view",
|
||||||
{
|
{
|
||||||
class: "right-container-right-father",
|
class: "right-container-right-father",
|
||||||
style: vue.normalizeStyle($setup.darkFans ? { backgroundColor: "rgb(22, 48, 76)" } : "")
|
style: vue.normalizeStyle($setup.darkFans ? { backgroundColor: "rgb(17, 45, 74)", backgroundImage: `none` } : { backgroundImage: `url('/static/index/mountain.png')`, backgroundPosition: `60% 50%` })
|
||||||
},
|
},
|
||||||
[
|
[
|
||||||
vue.createElementVNode("view", { class: "right-container-right-title" }, [
|
|
||||||
vue.createElementVNode(
|
|
||||||
"text",
|
|
||||||
{
|
|
||||||
class: vue.normalizeClass($setup.darkFans ? `right-container-right-text-dark` : `right-container-right-text`)
|
|
||||||
},
|
|
||||||
"服务指令",
|
|
||||||
2
|
|
||||||
/* CLASS */
|
|
||||||
),
|
|
||||||
vue.createElementVNode("image", {
|
|
||||||
class: "right-container-right-img",
|
|
||||||
src: $setup.darkFans ? `/static/index/darkicon/diandark.png` : `/static/index/medium/whitedian.png`
|
|
||||||
}, null, 8, ["src"])
|
|
||||||
]),
|
|
||||||
vue.createElementVNode("view", { class: "right-container-right-down-father" }, [
|
vue.createElementVNode("view", { class: "right-container-right-down-father" }, [
|
||||||
vue.createElementVNode("image", {
|
vue.createElementVNode("div", { class: "right-container-fir-left-card-flex-sec" }, [
|
||||||
class: "right-container-right-down-left",
|
vue.createElementVNode("image", {
|
||||||
src: `/static/index/arrow2.png`,
|
class: "right-container-fir-left-card-flex-sec-img",
|
||||||
onClick: _cache[6] || (_cache[6] = ($event) => $setup.thirdcurrentIndex === 0 ? $setup.thirdcurrentIndex = 2 : $setup.thirdcurrentIndex = $setup.thirdcurrentIndex - 1)
|
src: `/static/index/baojielei.png`
|
||||||
}, null, 8, ["src"]),
|
}, null, 8, ["src"]),
|
||||||
vue.createElementVNode("view", { class: "uni-margin-wrap" }, [
|
vue.createElementVNode("div", { class: "right-container-fir-left-card-flex-sec-font" }, "保洁类"),
|
||||||
vue.createElementVNode("swiper", {
|
vue.createElementVNode("image", {
|
||||||
current: $setup.thirdcurrentIndex,
|
class: "right-container-fir-left-card-flex-sec-imgright-fir",
|
||||||
class: "swiper",
|
src: `/static/index/baojieleft.png`
|
||||||
circular: "",
|
}, null, 8, ["src"]),
|
||||||
"indicator-dots": false,
|
vue.createElementVNode("image", {
|
||||||
autoplay: true,
|
class: "right-container-fir-left-card-flex-sec-imgright-sec",
|
||||||
interval: 4e3,
|
src: `/static/index/baojieright.png`
|
||||||
duration: 500
|
}, null, 8, ["src"]),
|
||||||
}, [
|
vue.createElementVNode("view", { class: "uni-margin-wrap" }, [
|
||||||
(vue.openBlock(), vue.createElementBlock(
|
vue.createElementVNode("swiper", {
|
||||||
vue.Fragment,
|
current: $setup.secondcurrentIndex,
|
||||||
null,
|
class: "swiper",
|
||||||
vue.renderList([1, 2, 3], (item, index) => {
|
circular: "",
|
||||||
return vue.createElementVNode("swiper-item", {
|
"indicator-dots": false,
|
||||||
class: "swiper-item-flex",
|
autoplay: false,
|
||||||
key: index
|
interval: 4e3,
|
||||||
}, [
|
duration: 500
|
||||||
vue.createElementVNode(
|
}, [
|
||||||
"view",
|
(vue.openBlock(), vue.createElementBlock(
|
||||||
{
|
vue.Fragment,
|
||||||
class: vue.normalizeClass($setup.darkFans ? `right-container-right-down-card-dark` : `right-container-right-down-card`)
|
null,
|
||||||
},
|
vue.renderList([1, 2, 3], (item, index) => {
|
||||||
[
|
return vue.createElementVNode("swiper-item", {
|
||||||
vue.createElementVNode("view", { class: "right-container-right-down-card-card" }, [
|
class: "swiper-item-flex",
|
||||||
|
key: index
|
||||||
|
}, [
|
||||||
|
vue.createElementVNode("view", { class: "time-tra-thi" }, [
|
||||||
|
vue.createElementVNode("view", { class: "time-tra-thi-zhixing" }, [
|
||||||
|
vue.createElementVNode("div", { class: "time-tra-thi-zhixing-font" }, "待执行 ")
|
||||||
|
]),
|
||||||
|
vue.createElementVNode(
|
||||||
|
"view",
|
||||||
|
{
|
||||||
|
class: vue.normalizeClass($setup.darkFans ? `time-font-dark` : `time-font`)
|
||||||
|
},
|
||||||
|
" 10:00 - 10:10 ",
|
||||||
|
2
|
||||||
|
/* CLASS */
|
||||||
|
),
|
||||||
|
vue.createElementVNode(
|
||||||
|
"view",
|
||||||
|
{
|
||||||
|
class: vue.normalizeClass($setup.darkFans ? `time-text-dark` : `time-text`)
|
||||||
|
},
|
||||||
|
" 为老人提供口腔清洁器具,牙膏、牙刷及水杯,看护完成 ",
|
||||||
|
2
|
||||||
|
/* CLASS */
|
||||||
|
),
|
||||||
|
vue.createElementVNode("view", { class: "time-people-two" }, [
|
||||||
vue.createElementVNode("image", {
|
vue.createElementVNode("image", {
|
||||||
class: "right-container-right-down-card-card-type",
|
class: "time-people-img",
|
||||||
src: $setup.darkFans ? `/static/index/darkicon/baojieleidark.png` : `/static/index/label.png`
|
src: $setup.darkFans ? `/static/index/darkicon/zhixingpeopledark.png` : `/static/index/cardicons/zhixing.png`
|
||||||
}, null, 8, ["src"]),
|
}, null, 8, ["src"]),
|
||||||
vue.createElementVNode(
|
vue.createElementVNode(
|
||||||
"div",
|
"text",
|
||||||
{
|
{
|
||||||
class: vue.normalizeClass($setup.darkFans ? `right-container-right-down-card-card-font-dark` : `right-container-right-down-card-card-font`)
|
class: vue.normalizeClass($setup.darkFans ? `time-people-font-dark` : `time-people-font`)
|
||||||
},
|
},
|
||||||
" 保洁类",
|
" 单人执行 ",
|
||||||
2
|
2
|
||||||
/* CLASS */
|
/* CLASS */
|
||||||
),
|
),
|
||||||
vue.createElementVNode("image", {
|
vue.createElementVNode("image", {
|
||||||
class: "right-container-right-down-card-img",
|
class: "time-people-img",
|
||||||
src: `/static/index/project3.png`
|
src: $setup.darkFans ? `/static/index/medium/dopeopledark.png` : `/static/index/cardicons/zhifa.png`
|
||||||
}, null, 8, ["src"]),
|
}, null, 8, ["src"]),
|
||||||
vue.createElementVNode("view", { class: "" }, [
|
vue.createElementVNode(
|
||||||
vue.createElementVNode(
|
"text",
|
||||||
"text",
|
{
|
||||||
{
|
class: vue.normalizeClass($setup.darkFans ? `time-people-font-dark` : `time-people-font`)
|
||||||
class: vue.normalizeClass($setup.darkFans ? `right-container-right-down-card-font-dark` : `right-container-right-down-card-font`)
|
},
|
||||||
},
|
" 王金福 / 李贵田 ",
|
||||||
" 更换纸尿裤 ",
|
2
|
||||||
2
|
/* CLASS */
|
||||||
/* CLASS */
|
)
|
||||||
)
|
|
||||||
])
|
|
||||||
]),
|
]),
|
||||||
vue.createElementVNode("view", { class: "right-container-right-down-card-line" }),
|
vue.createElementVNode("view", { class: "time-button-view" }, [
|
||||||
vue.createElementVNode("view", { class: "time-tra-next" }, [
|
vue.createElementVNode("view", { class: "time-button-start" }, " 开始服务 "),
|
||||||
vue.createElementVNode(
|
vue.createElementVNode(
|
||||||
"view",
|
"view",
|
||||||
{
|
{
|
||||||
class: vue.normalizeClass($setup.darkFans ? `time-font-dark` : `time-font`)
|
class: vue.normalizeClass($setup.darkFans ? `time-button-end-dark` : `time-button-end`)
|
||||||
},
|
},
|
||||||
" 10:00 - 10:10 ",
|
" 服务结束 ",
|
||||||
2
|
2
|
||||||
/* CLASS */
|
/* CLASS */
|
||||||
),
|
)
|
||||||
vue.createElementVNode("view", { class: "time-people" }, [
|
|
||||||
vue.createElementVNode("image", {
|
|
||||||
class: "time-people-img",
|
|
||||||
src: $setup.darkFans ? `/static/index/darkicon/zhixingrenyuanddark.png` : `/static/index/cardicons/zhifa.png`
|
|
||||||
}, null, 8, ["src"]),
|
|
||||||
vue.createElementVNode(
|
|
||||||
"text",
|
|
||||||
{
|
|
||||||
class: vue.normalizeClass($setup.darkFans ? `time-people-font-dark` : `time-people-font`)
|
|
||||||
},
|
|
||||||
" 协作执行 ",
|
|
||||||
2
|
|
||||||
/* CLASS */
|
|
||||||
)
|
|
||||||
]),
|
|
||||||
vue.createElementVNode("view", { class: "time-people" }, [
|
|
||||||
vue.createElementVNode("image", {
|
|
||||||
class: "time-people-img",
|
|
||||||
src: $setup.darkFans ? `/static/index/darkicon/zhixingfangshidark.png` : `/static/index/cardicons/zhixing.png`
|
|
||||||
}, null, 8, ["src"]),
|
|
||||||
vue.createElementVNode(
|
|
||||||
"text",
|
|
||||||
{
|
|
||||||
class: vue.normalizeClass($setup.darkFans ? `time-people-font-dark` : `time-people-font`)
|
|
||||||
},
|
|
||||||
" 王金福 / 李贵田 ",
|
|
||||||
2
|
|
||||||
/* CLASS */
|
|
||||||
)
|
|
||||||
]),
|
|
||||||
vue.createElementVNode("view", { class: "time-button-view-fin" }, [
|
|
||||||
vue.createElementVNode("view", { class: "time-button-start" }, " 开始服务 "),
|
|
||||||
vue.createElementVNode(
|
|
||||||
"view",
|
|
||||||
{
|
|
||||||
class: vue.normalizeClass($setup.darkFans ? `time-button-end-dark` : `time-button-end`)
|
|
||||||
},
|
|
||||||
" 服务结束 ",
|
|
||||||
2
|
|
||||||
/* CLASS */
|
|
||||||
)
|
|
||||||
])
|
|
||||||
])
|
])
|
||||||
],
|
]),
|
||||||
2
|
vue.createElementVNode("view", { class: "time-tra-thi-photo" }, [
|
||||||
/* CLASS */
|
vue.createElementVNode("image", {
|
||||||
)
|
class: "time-tra-thi-photo-img",
|
||||||
]);
|
src: `/static/index/project3.png`
|
||||||
}),
|
}, null, 8, ["src"]),
|
||||||
64
|
vue.createElementVNode(
|
||||||
/* STABLE_FRAGMENT */
|
"text",
|
||||||
))
|
{
|
||||||
], 8, ["current"])
|
class: vue.normalizeClass($setup.darkFans ? `time-tra-thi-photo-font-dark` : `time-tra-thi-photo-font`)
|
||||||
]),
|
},
|
||||||
vue.createElementVNode("image", {
|
" 更换纸尿裤 ",
|
||||||
class: "right-container-right-down-right",
|
2
|
||||||
src: `/static/index/arrow.png`,
|
/* CLASS */
|
||||||
onClick: _cache[7] || (_cache[7] = ($event) => $setup.thirdcurrentIndex === 2 ? $setup.thirdcurrentIndex = 0 : $setup.thirdcurrentIndex = $setup.thirdcurrentIndex + 1)
|
)
|
||||||
}, null, 8, ["src"])
|
])
|
||||||
|
]);
|
||||||
|
}),
|
||||||
|
64
|
||||||
|
/* STABLE_FRAGMENT */
|
||||||
|
))
|
||||||
|
], 8, ["current"])
|
||||||
|
])
|
||||||
|
])
|
||||||
])
|
])
|
||||||
],
|
],
|
||||||
4
|
4
|
||||||
|
@ -1229,7 +1266,7 @@ if (uni.restoreGlobal) {
|
||||||
"image",
|
"image",
|
||||||
{
|
{
|
||||||
class: "under-father-light",
|
class: "under-father-light",
|
||||||
src: _imports_1
|
src: _imports_2
|
||||||
},
|
},
|
||||||
null,
|
null,
|
||||||
512
|
512
|
||||||
|
@ -1247,6 +1284,341 @@ if (uni.restoreGlobal) {
|
||||||
/* KEYED_FRAGMENT */
|
/* KEYED_FRAGMENT */
|
||||||
))
|
))
|
||||||
])
|
])
|
||||||
|
]),
|
||||||
|
vue.createCommentVNode(" 弹出层 "),
|
||||||
|
vue.withDirectives(vue.createElementVNode(
|
||||||
|
"view",
|
||||||
|
{
|
||||||
|
class: "popup-overlay",
|
||||||
|
onClick: $setup.closePopup
|
||||||
|
},
|
||||||
|
[
|
||||||
|
vue.createElementVNode(
|
||||||
|
"view",
|
||||||
|
{
|
||||||
|
class: "popup-overlay-content",
|
||||||
|
onClick: _cache[2] || (_cache[2] = vue.withModifiers(() => {
|
||||||
|
}, ["stop"])),
|
||||||
|
style: vue.normalizeStyle({ width: $setup.widthCom + "rpx", height: $setup.heightCom + "rpx", top: $setup.topCom + "rpx", left: $setup.leftCom + "rpx" })
|
||||||
|
},
|
||||||
|
[
|
||||||
|
vue.createElementVNode("view", { class: "right-container-fir-left-nav-open" }, [
|
||||||
|
vue.createElementVNode(
|
||||||
|
"view",
|
||||||
|
{
|
||||||
|
class: vue.normalizeClass($setup.darkFans ? `right-container-fir-left-card-dark` : `right-container-fir-left-card`)
|
||||||
|
},
|
||||||
|
[
|
||||||
|
vue.createElementVNode("image", {
|
||||||
|
class: "right-container-fir-left-card-hulilei",
|
||||||
|
src: `/static/index/hulilei.png`
|
||||||
|
}, null, 8, ["src"]),
|
||||||
|
vue.createElementVNode("div", {
|
||||||
|
class: "right-container-fir-left-card-hulilei-font",
|
||||||
|
onClick: $setup.closePopup
|
||||||
|
}, "护理类"),
|
||||||
|
$setup.darkFans ? (vue.openBlock(), vue.createElementBlock("image", {
|
||||||
|
key: 0,
|
||||||
|
class: "card-upfaguang",
|
||||||
|
style: vue.normalizeStyle($setup.isPopupVisiblefiropen ? { top: `680rpx` } : `{}`),
|
||||||
|
src: `/static/index/cardbgc/uplight.png`
|
||||||
|
}, null, 12, ["src"])) : vue.createCommentVNode("v-if", true),
|
||||||
|
vue.createElementVNode("view", { class: "right-container-fir-left-card-main" }, [
|
||||||
|
vue.createElementVNode("swiper", {
|
||||||
|
current: $setup.firstcurrentIndexup,
|
||||||
|
class: "swiper savehundred",
|
||||||
|
circular: "",
|
||||||
|
"indicator-dots": false,
|
||||||
|
vertical: true,
|
||||||
|
"disable-touch": ""
|
||||||
|
}, [
|
||||||
|
(vue.openBlock(), vue.createElementBlock(
|
||||||
|
vue.Fragment,
|
||||||
|
null,
|
||||||
|
vue.renderList([1, 2, 3], (item, index) => {
|
||||||
|
return vue.createElementVNode("swiper-item", {
|
||||||
|
class: "swiper-item-flex",
|
||||||
|
key: index
|
||||||
|
}, [
|
||||||
|
vue.createElementVNode("view", { class: "right-container-fir-left-card-flex" }, [
|
||||||
|
vue.createElementVNode("view", { class: "uni-margin-wrap-fir" }, [
|
||||||
|
vue.createElementVNode("swiper", {
|
||||||
|
current: $setup.firstcurrentIndex,
|
||||||
|
class: "swiper",
|
||||||
|
circular: "",
|
||||||
|
style: vue.normalizeStyle($setup.isPopupVisiblefiropen ? { height: `700rpx` } : `{}`),
|
||||||
|
"indicator-dots": false,
|
||||||
|
interval: 4e3,
|
||||||
|
duration: 500,
|
||||||
|
"disable-touch": ""
|
||||||
|
}, [
|
||||||
|
(vue.openBlock(), vue.createElementBlock(
|
||||||
|
vue.Fragment,
|
||||||
|
null,
|
||||||
|
vue.renderList([1, 2, 3], (item2, index2) => {
|
||||||
|
return vue.createElementVNode("swiper-item", {
|
||||||
|
class: "swiper-item-flex",
|
||||||
|
key: index2
|
||||||
|
}, [
|
||||||
|
vue.createElementVNode("view", { class: "right-container-fir-left-card-card" }, [
|
||||||
|
vue.createElementVNode(
|
||||||
|
"view",
|
||||||
|
{
|
||||||
|
class: "right-container-fir-left-card-zhixing",
|
||||||
|
style: vue.normalizeStyle($setup.isPopupVisiblefiropen ? { top: `40rpx`, left: `1300rpx` } : `{}`)
|
||||||
|
},
|
||||||
|
[
|
||||||
|
vue.createElementVNode(
|
||||||
|
"div",
|
||||||
|
{
|
||||||
|
class: "right-container-fir-left-card-zhixing-font",
|
||||||
|
style: vue.normalizeStyle($setup.isPopupVisiblefiropen ? { fontSize: `30rpx` } : `{}`)
|
||||||
|
},
|
||||||
|
" 待执行 ",
|
||||||
|
4
|
||||||
|
/* STYLE */
|
||||||
|
)
|
||||||
|
],
|
||||||
|
4
|
||||||
|
/* STYLE */
|
||||||
|
),
|
||||||
|
vue.createElementVNode("image", {
|
||||||
|
class: "right-container-fir-left-card-img",
|
||||||
|
style: vue.normalizeStyle($setup.isPopupVisiblefiropen ? { width: `600rpx`, height: `500rpx` } : `{}`),
|
||||||
|
src: `/static/index/teeth.png`,
|
||||||
|
onClick: $setup.closePopup
|
||||||
|
}, null, 12, ["src"]),
|
||||||
|
vue.createElementVNode("view", { class: "right-container-fir-left-card-main-laba-video" }, [
|
||||||
|
vue.createElementVNode("image", {
|
||||||
|
class: "right-container-fir-left-card-main-laba",
|
||||||
|
style: vue.normalizeStyle($setup.isPopupVisiblefiropen ? { width: `55rpx`, height: `55rpx` } : `{}`),
|
||||||
|
src: $setup.darkFans ? `/static/index/darkicon/labadark.png` : `/static/index/laba.png`
|
||||||
|
}, null, 12, ["src"]),
|
||||||
|
vue.createElementVNode(
|
||||||
|
"text",
|
||||||
|
{
|
||||||
|
style: vue.normalizeStyle($setup.isPopupVisiblefiropen ? { fontSize: `42rpx` } : `{}`),
|
||||||
|
class: vue.normalizeClass($setup.darkFans ? `right-container-fir-left-card-main-font-dark` : `right-container-fir-left-card-main-font`)
|
||||||
|
},
|
||||||
|
" 准备洁具(口腔) ",
|
||||||
|
6
|
||||||
|
/* CLASS, STYLE */
|
||||||
|
),
|
||||||
|
vue.createElementVNode("image", {
|
||||||
|
class: "right-container-fir-left-card-main-video",
|
||||||
|
style: vue.normalizeStyle($setup.isPopupVisiblefiropen ? { width: `55rpx`, height: `55rpx` } : `{}`),
|
||||||
|
src: $setup.darkFans ? `/static/index/indexvideo.png` : `/static/index/indexvideo.png`
|
||||||
|
}, null, 12, ["src"])
|
||||||
|
])
|
||||||
|
]),
|
||||||
|
vue.createElementVNode(
|
||||||
|
"view",
|
||||||
|
{
|
||||||
|
class: "split-line",
|
||||||
|
style: vue.normalizeStyle($setup.isPopupVisiblefiropen ? { height: `300rpx` } : `{}`)
|
||||||
|
},
|
||||||
|
null,
|
||||||
|
4
|
||||||
|
/* STYLE */
|
||||||
|
),
|
||||||
|
vue.createElementVNode("view", { class: "time-tra-fir" }, [
|
||||||
|
vue.createElementVNode(
|
||||||
|
"view",
|
||||||
|
{
|
||||||
|
class: vue.normalizeClass($setup.darkFans ? `time-font-dark` : `time-font`),
|
||||||
|
style: vue.normalizeStyle($setup.isPopupVisiblefiropen ? { fontSize: `100rpx` } : `{}`)
|
||||||
|
},
|
||||||
|
" 10:00 - 10:10 ",
|
||||||
|
6
|
||||||
|
/* CLASS, STYLE */
|
||||||
|
),
|
||||||
|
vue.createElementVNode(
|
||||||
|
"view",
|
||||||
|
{
|
||||||
|
class: vue.normalizeClass($setup.darkFans ? `time-text-dark` : `time-text`),
|
||||||
|
style: vue.normalizeStyle($setup.isPopupVisiblefiropen ? { fontSize: `60rpx`, lineHeight: `70rpx`, width: `800rpx` } : `{}`)
|
||||||
|
},
|
||||||
|
" 为老人提供口腔清洁器具,牙膏、牙刷及水杯,看护完成 ",
|
||||||
|
6
|
||||||
|
/* CLASS, STYLE */
|
||||||
|
),
|
||||||
|
vue.createElementVNode(
|
||||||
|
"view",
|
||||||
|
{
|
||||||
|
class: "time-people-two",
|
||||||
|
style: vue.normalizeStyle($setup.isPopupVisiblefiropen ? { marginBottom: "60rpx" } : `{}`)
|
||||||
|
},
|
||||||
|
[
|
||||||
|
vue.createElementVNode("view", { class: "time-people-fir" }, [
|
||||||
|
vue.createElementVNode("image", {
|
||||||
|
class: "time-people-img",
|
||||||
|
src: $setup.darkFans ? `/static/index/darkicon/zhixingpeopledark.png` : `/static/index/cardicons/zhixing.png`,
|
||||||
|
style: vue.normalizeStyle($setup.isPopupVisiblefiropen ? { width: `55rpx`, height: `55rpx` } : `{}`)
|
||||||
|
}, null, 12, ["src"]),
|
||||||
|
vue.createElementVNode(
|
||||||
|
"text",
|
||||||
|
{
|
||||||
|
class: vue.normalizeClass($setup.darkFans ? `time-people-font-dark` : `time-people-font`),
|
||||||
|
style: vue.normalizeStyle($setup.isPopupVisiblefiropen ? { fontSize: `42rpx`, marginRight: "40rpx" } : `{}`)
|
||||||
|
},
|
||||||
|
" 单人执行 ",
|
||||||
|
6
|
||||||
|
/* CLASS, STYLE */
|
||||||
|
)
|
||||||
|
]),
|
||||||
|
vue.createElementVNode("view", { class: "time-people-sec" }, [
|
||||||
|
vue.createElementVNode("image", {
|
||||||
|
class: "time-people-img",
|
||||||
|
src: $setup.darkFans ? `/static/index/medium/dopeopledark.png` : `/static/index/cardicons/zhifa.png`,
|
||||||
|
style: vue.normalizeStyle($setup.isPopupVisiblefiropen ? { width: `55rpx`, height: `55rpx` } : `{}`)
|
||||||
|
}, null, 12, ["src"]),
|
||||||
|
vue.createElementVNode(
|
||||||
|
"text",
|
||||||
|
{
|
||||||
|
class: vue.normalizeClass($setup.darkFans ? `time-people-font-dark` : `time-people-font`),
|
||||||
|
style: vue.normalizeStyle($setup.isPopupVisiblefiropen ? { fontSize: `42rpx` } : `{}`)
|
||||||
|
},
|
||||||
|
" -- ",
|
||||||
|
6
|
||||||
|
/* CLASS, STYLE */
|
||||||
|
)
|
||||||
|
])
|
||||||
|
],
|
||||||
|
4
|
||||||
|
/* STYLE */
|
||||||
|
),
|
||||||
|
vue.createElementVNode("view", { class: "time-button-view" }, [
|
||||||
|
vue.createElementVNode(
|
||||||
|
"view",
|
||||||
|
{
|
||||||
|
class: "time-button-start",
|
||||||
|
style: vue.normalizeStyle($setup.isPopupVisiblefiropen ? { width: `350rpx`, height: `110rpx`, borderRadius: `80rpx` } : `{}`)
|
||||||
|
},
|
||||||
|
" 开始服务 ",
|
||||||
|
4
|
||||||
|
/* STYLE */
|
||||||
|
),
|
||||||
|
vue.createElementVNode(
|
||||||
|
"view",
|
||||||
|
{
|
||||||
|
class: vue.normalizeClass($setup.darkFans ? `time-button-end-dark` : `time-button-end`),
|
||||||
|
style: vue.normalizeStyle($setup.isPopupVisiblefiropen ? { width: `350rpx`, height: `110rpx`, borderRadius: `80rpx` } : `{}`)
|
||||||
|
},
|
||||||
|
" 服务结束 ",
|
||||||
|
6
|
||||||
|
/* CLASS, STYLE */
|
||||||
|
)
|
||||||
|
])
|
||||||
|
])
|
||||||
|
]);
|
||||||
|
}),
|
||||||
|
64
|
||||||
|
/* STABLE_FRAGMENT */
|
||||||
|
))
|
||||||
|
], 12, ["current"])
|
||||||
|
]),
|
||||||
|
vue.createElementVNode("view", { class: "split-line-white-right-left" }, [
|
||||||
|
$setup.darkFans ? (vue.openBlock(), vue.createElementBlock("image", {
|
||||||
|
key: 0,
|
||||||
|
class: "split-line-white-img",
|
||||||
|
src: `/static/index/cardbgc/leftlight.png`
|
||||||
|
}, null, 8, ["src"])) : vue.createCommentVNode("v-if", true)
|
||||||
|
])
|
||||||
|
])
|
||||||
|
]);
|
||||||
|
}),
|
||||||
|
64
|
||||||
|
/* STABLE_FRAGMENT */
|
||||||
|
))
|
||||||
|
], 8, ["current"]),
|
||||||
|
vue.createElementVNode("view", { class: "right-huli-sec" }, [
|
||||||
|
vue.createElementVNode("image", {
|
||||||
|
class: "right-huli-shang",
|
||||||
|
src: `/static/index/hulilist/shang.png`
|
||||||
|
}, null, 8, ["src"]),
|
||||||
|
!$setup.darkFans ? (vue.openBlock(), vue.createElementBlock("scroll-view", {
|
||||||
|
key: 0,
|
||||||
|
"show-scrollbar": false,
|
||||||
|
"scroll-y": "true",
|
||||||
|
class: "right-huli-view"
|
||||||
|
}, [
|
||||||
|
(vue.openBlock(true), vue.createElementBlock(
|
||||||
|
vue.Fragment,
|
||||||
|
null,
|
||||||
|
vue.renderList($setup.huliList, (item, index) => {
|
||||||
|
return vue.openBlock(), vue.createElementBlock("view", {
|
||||||
|
key: index,
|
||||||
|
class: "right-huli-view-dis"
|
||||||
|
}, [
|
||||||
|
vue.createElementVNode("image", {
|
||||||
|
class: "right-huli-img",
|
||||||
|
src: item.url
|
||||||
|
}, null, 8, ["src"]),
|
||||||
|
vue.createElementVNode(
|
||||||
|
"text",
|
||||||
|
{ class: "right-huli-text" },
|
||||||
|
vue.toDisplayString(item.name),
|
||||||
|
1
|
||||||
|
/* TEXT */
|
||||||
|
)
|
||||||
|
]);
|
||||||
|
}),
|
||||||
|
128
|
||||||
|
/* KEYED_FRAGMENT */
|
||||||
|
))
|
||||||
|
])) : vue.createCommentVNode("v-if", true),
|
||||||
|
vue.createCommentVNode(" 暗黑模式 "),
|
||||||
|
$setup.darkFans ? (vue.openBlock(), vue.createElementBlock("scroll-view", {
|
||||||
|
key: 1,
|
||||||
|
"show-scrollbar": false,
|
||||||
|
"scroll-y": "true",
|
||||||
|
class: "right-huli-view"
|
||||||
|
}, [
|
||||||
|
(vue.openBlock(true), vue.createElementBlock(
|
||||||
|
vue.Fragment,
|
||||||
|
null,
|
||||||
|
vue.renderList($setup.huliListDark, (item, index) => {
|
||||||
|
return vue.openBlock(), vue.createElementBlock("view", {
|
||||||
|
key: index,
|
||||||
|
class: "right-huli-view-dis"
|
||||||
|
}, [
|
||||||
|
vue.createElementVNode("image", {
|
||||||
|
class: "right-huli-img",
|
||||||
|
src: item.url
|
||||||
|
}, null, 8, ["src"]),
|
||||||
|
vue.createElementVNode(
|
||||||
|
"text",
|
||||||
|
{ class: "right-huli-text-dark" },
|
||||||
|
vue.toDisplayString(item.name),
|
||||||
|
1
|
||||||
|
/* TEXT */
|
||||||
|
)
|
||||||
|
]);
|
||||||
|
}),
|
||||||
|
128
|
||||||
|
/* KEYED_FRAGMENT */
|
||||||
|
))
|
||||||
|
])) : vue.createCommentVNode("v-if", true),
|
||||||
|
vue.createElementVNode("image", {
|
||||||
|
class: "right-huli-xia",
|
||||||
|
src: `/static/index/hulilist/xia.png`
|
||||||
|
}, null, 8, ["src"])
|
||||||
|
])
|
||||||
|
])
|
||||||
|
],
|
||||||
|
2
|
||||||
|
/* CLASS */
|
||||||
|
)
|
||||||
|
])
|
||||||
|
],
|
||||||
|
4
|
||||||
|
/* STYLE */
|
||||||
|
)
|
||||||
|
],
|
||||||
|
512
|
||||||
|
/* NEED_PATCH */
|
||||||
|
), [
|
||||||
|
[vue.vShow, $setup.isPopupVisible]
|
||||||
])
|
])
|
||||||
])
|
])
|
||||||
],
|
],
|
||||||
|
|
|
@ -4,13 +4,13 @@
|
||||||
"iPhone",
|
"iPhone",
|
||||||
"iPad"
|
"iPad"
|
||||||
],
|
],
|
||||||
"id": "",
|
"id": "__UNI__FB2D473",
|
||||||
"name": "hil",
|
"name": "养老App",
|
||||||
"version": {
|
"version": {
|
||||||
"name": "1.0.0",
|
"name": "1.0.0",
|
||||||
"code": "100"
|
"code": "100"
|
||||||
},
|
},
|
||||||
"description": "",
|
"description": "养老App",
|
||||||
"developer": {
|
"developer": {
|
||||||
"name": "",
|
"name": "",
|
||||||
"email": "",
|
"email": "",
|
||||||
|
|
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 412 KiB |
After Width: | Height: | Size: 32 KiB |
After Width: | Height: | Size: 476 KiB |
After Width: | Height: | Size: 412 KiB |
|
@ -3,6 +3,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
||||||
const common_vendor = require("./common/vendor.js");
|
const common_vendor = require("./common/vendor.js");
|
||||||
if (!Math) {
|
if (!Math) {
|
||||||
"./pages/index/index.js";
|
"./pages/index/index.js";
|
||||||
|
"./pages/login/login.js";
|
||||||
}
|
}
|
||||||
const _sfc_main = {
|
const _sfc_main = {
|
||||||
onLaunch: function() {
|
onLaunch: function() {
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"pages": [
|
"pages": [
|
||||||
"pages/index/index"
|
"pages/index/index",
|
||||||
|
"pages/login/login"
|
||||||
],
|
],
|
||||||
"window": {
|
"window": {
|
||||||
"navigationBarTextStyle": "black",
|
"navigationBarTextStyle": "black",
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
"use strict";
|
"use strict";
|
||||||
const _imports_0 = "/static/index/oldman.png";
|
const _imports_0 = "/static/index/oldman.png";
|
||||||
|
const _imports_1 = "/static/index/customer.png";
|
||||||
|
const _imports_2 = "/static/index/undericons/upguang.png";
|
||||||
exports._imports_0 = _imports_0;
|
exports._imports_0 = _imports_0;
|
||||||
|
exports._imports_1 = _imports_1;
|
||||||
|
exports._imports_2 = _imports_2;
|
||||||
//# sourceMappingURL=../../.sourcemap/mp-weixin/common/assets.js.map
|
//# sourceMappingURL=../../.sourcemap/mp-weixin/common/assets.js.map
|
||||||
|
|
|
@ -68,8 +68,8 @@ const capitalize = cacheStringFunction((str) => {
|
||||||
return str.charAt(0).toUpperCase() + str.slice(1);
|
return str.charAt(0).toUpperCase() + str.slice(1);
|
||||||
});
|
});
|
||||||
const toHandlerKey = cacheStringFunction((str) => {
|
const toHandlerKey = cacheStringFunction((str) => {
|
||||||
const s = str ? `on${capitalize(str)}` : ``;
|
const s2 = str ? `on${capitalize(str)}` : ``;
|
||||||
return s;
|
return s2;
|
||||||
});
|
});
|
||||||
const hasChanged = (value, oldValue) => !Object.is(value, oldValue);
|
const hasChanged = (value, oldValue) => !Object.is(value, oldValue);
|
||||||
const invokeArrayFns$1 = (fns, arg) => {
|
const invokeArrayFns$1 = (fns, arg) => {
|
||||||
|
@ -85,8 +85,89 @@ const def = (obj, key, value) => {
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const looseToNumber = (val) => {
|
const looseToNumber = (val) => {
|
||||||
const n = parseFloat(val);
|
const n2 = parseFloat(val);
|
||||||
return isNaN(n) ? val : n;
|
return isNaN(n2) ? val : n2;
|
||||||
|
};
|
||||||
|
function normalizeStyle(value) {
|
||||||
|
if (isArray(value)) {
|
||||||
|
const res = {};
|
||||||
|
for (let i = 0; i < value.length; i++) {
|
||||||
|
const item = value[i];
|
||||||
|
const normalized = isString(item) ? parseStringStyle(item) : normalizeStyle(item);
|
||||||
|
if (normalized) {
|
||||||
|
for (const key in normalized) {
|
||||||
|
res[key] = normalized[key];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return res;
|
||||||
|
} else if (isString(value) || isObject(value)) {
|
||||||
|
return value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
const listDelimiterRE = /;(?![^(]*\))/g;
|
||||||
|
const propertyDelimiterRE = /:([^]+)/;
|
||||||
|
const styleCommentRE = /\/\*[^]*?\*\//g;
|
||||||
|
function parseStringStyle(cssText) {
|
||||||
|
const ret = {};
|
||||||
|
cssText.replace(styleCommentRE, "").split(listDelimiterRE).forEach((item) => {
|
||||||
|
if (item) {
|
||||||
|
const tmp = item.split(propertyDelimiterRE);
|
||||||
|
tmp.length > 1 && (ret[tmp[0].trim()] = tmp[1].trim());
|
||||||
|
}
|
||||||
|
});
|
||||||
|
return ret;
|
||||||
|
}
|
||||||
|
function normalizeClass(value) {
|
||||||
|
let res = "";
|
||||||
|
if (isString(value)) {
|
||||||
|
res = value;
|
||||||
|
} else if (isArray(value)) {
|
||||||
|
for (let i = 0; i < value.length; i++) {
|
||||||
|
const normalized = normalizeClass(value[i]);
|
||||||
|
if (normalized) {
|
||||||
|
res += normalized + " ";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} else if (isObject(value)) {
|
||||||
|
for (const name in value) {
|
||||||
|
if (value[name]) {
|
||||||
|
res += name + " ";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return res.trim();
|
||||||
|
}
|
||||||
|
const toDisplayString = (val) => {
|
||||||
|
return isString(val) ? val : val == null ? "" : isArray(val) || isObject(val) && (val.toString === objectToString || !isFunction(val.toString)) ? JSON.stringify(val, replacer, 2) : String(val);
|
||||||
|
};
|
||||||
|
const replacer = (_key, val) => {
|
||||||
|
if (val && val.__v_isRef) {
|
||||||
|
return replacer(_key, val.value);
|
||||||
|
} else if (isMap(val)) {
|
||||||
|
return {
|
||||||
|
[`Map(${val.size})`]: [...val.entries()].reduce(
|
||||||
|
(entries, [key, val2], i) => {
|
||||||
|
entries[stringifySymbol(key, i) + " =>"] = val2;
|
||||||
|
return entries;
|
||||||
|
},
|
||||||
|
{}
|
||||||
|
)
|
||||||
|
};
|
||||||
|
} else if (isSet(val)) {
|
||||||
|
return {
|
||||||
|
[`Set(${val.size})`]: [...val.values()].map((v) => stringifySymbol(v))
|
||||||
|
};
|
||||||
|
} else if (isSymbol(val)) {
|
||||||
|
return stringifySymbol(val);
|
||||||
|
} else if (isObject(val) && !isArray(val) && !isPlainObject(val)) {
|
||||||
|
return String(val);
|
||||||
|
}
|
||||||
|
return val;
|
||||||
|
};
|
||||||
|
const stringifySymbol = (v, i = "") => {
|
||||||
|
var _a;
|
||||||
|
return isSymbol(v) ? `Symbol(${(_a = v.description) != null ? _a : i})` : v;
|
||||||
};
|
};
|
||||||
const LOCALE_ZH_HANS = "zh-Hans";
|
const LOCALE_ZH_HANS = "zh-Hans";
|
||||||
const LOCALE_ZH_HANT = "zh-Hant";
|
const LOCALE_ZH_HANT = "zh-Hant";
|
||||||
|
@ -323,8 +404,8 @@ const E = function() {
|
||||||
E.prototype = {
|
E.prototype = {
|
||||||
_id: 1,
|
_id: 1,
|
||||||
on: function(name, callback, ctx) {
|
on: function(name, callback, ctx) {
|
||||||
var e = this.e || (this.e = {});
|
var e2 = this.e || (this.e = {});
|
||||||
(e[name] || (e[name] = [])).push({
|
(e2[name] || (e2[name] = [])).push({
|
||||||
fn: callback,
|
fn: callback,
|
||||||
ctx,
|
ctx,
|
||||||
_id: this._id
|
_id: this._id
|
||||||
|
@ -351,8 +432,8 @@ E.prototype = {
|
||||||
return this;
|
return this;
|
||||||
},
|
},
|
||||||
off: function(name, event) {
|
off: function(name, event) {
|
||||||
var e = this.e || (this.e = {});
|
var e2 = this.e || (this.e = {});
|
||||||
var evts = e[name];
|
var evts = e2[name];
|
||||||
var liveEvents = [];
|
var liveEvents = [];
|
||||||
if (evts && event) {
|
if (evts && event) {
|
||||||
for (var i = evts.length - 1; i >= 0; i--) {
|
for (var i = evts.length - 1; i >= 0; i--) {
|
||||||
|
@ -363,7 +444,7 @@ E.prototype = {
|
||||||
}
|
}
|
||||||
liveEvents = evts;
|
liveEvents = evts;
|
||||||
}
|
}
|
||||||
liveEvents.length ? e[name] = liveEvents : delete e[name];
|
liveEvents.length ? e2[name] = liveEvents : delete e2[name];
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -2043,47 +2124,6 @@ function setCurrentRenderingInstance(instance) {
|
||||||
instance && instance.type.__scopeId || null;
|
instance && instance.type.__scopeId || null;
|
||||||
return prev;
|
return prev;
|
||||||
}
|
}
|
||||||
const COMPONENTS = "components";
|
|
||||||
function resolveComponent(name, maybeSelfReference) {
|
|
||||||
return resolveAsset(COMPONENTS, name, true, maybeSelfReference) || name;
|
|
||||||
}
|
|
||||||
function resolveAsset(type, name, warnMissing = true, maybeSelfReference = false) {
|
|
||||||
const instance = currentRenderingInstance || currentInstance;
|
|
||||||
if (instance) {
|
|
||||||
const Component2 = instance.type;
|
|
||||||
if (type === COMPONENTS) {
|
|
||||||
const selfName = getComponentName(
|
|
||||||
Component2,
|
|
||||||
false
|
|
||||||
);
|
|
||||||
if (selfName && (selfName === name || selfName === camelize(name) || selfName === capitalize(camelize(name)))) {
|
|
||||||
return Component2;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
const res = (
|
|
||||||
// local registration
|
|
||||||
// check instance[type] first which is resolved for options API
|
|
||||||
resolve(instance[type] || Component2[type], name) || // global registration
|
|
||||||
resolve(instance.appContext[type], name)
|
|
||||||
);
|
|
||||||
if (!res && maybeSelfReference) {
|
|
||||||
return Component2;
|
|
||||||
}
|
|
||||||
if (warnMissing && !res) {
|
|
||||||
const extra = type === COMPONENTS ? `
|
|
||||||
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.` : ``;
|
|
||||||
warn$1(`Failed to resolve ${type.slice(0, -1)}: ${name}${extra}`);
|
|
||||||
}
|
|
||||||
return res;
|
|
||||||
} else {
|
|
||||||
warn$1(
|
|
||||||
`resolve${capitalize(type.slice(0, -1))} can only be used in render() or setup().`
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
function resolve(registry, name) {
|
|
||||||
return registry && (registry[name] || registry[camelize(name)] || registry[capitalize(camelize(name))]);
|
|
||||||
}
|
|
||||||
const INITIAL_WATCHER_VALUE = {};
|
const INITIAL_WATCHER_VALUE = {};
|
||||||
function watch(source, cb, options) {
|
function watch(source, cb, options) {
|
||||||
if (!isFunction(cb)) {
|
if (!isFunction(cb)) {
|
||||||
|
@ -4979,6 +5019,22 @@ function getCreateApp() {
|
||||||
return my[method];
|
return my[method];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
function stringifyStyle(value) {
|
||||||
|
if (isString(value)) {
|
||||||
|
return value;
|
||||||
|
}
|
||||||
|
return stringify(normalizeStyle(value));
|
||||||
|
}
|
||||||
|
function stringify(styles) {
|
||||||
|
let ret = "";
|
||||||
|
if (!styles || isString(styles)) {
|
||||||
|
return ret;
|
||||||
|
}
|
||||||
|
for (const key in styles) {
|
||||||
|
ret += `${key.startsWith(`--`) ? key : hyphenate(key)}:${styles[key]};`;
|
||||||
|
}
|
||||||
|
return ret;
|
||||||
|
}
|
||||||
function vOn(value, key) {
|
function vOn(value, key) {
|
||||||
const instance = getCurrentInstance();
|
const instance = getCurrentInstance();
|
||||||
const ctx = instance.ctx;
|
const ctx = instance.ctx;
|
||||||
|
@ -5107,6 +5163,10 @@ function vFor(source, renderItem) {
|
||||||
}
|
}
|
||||||
const o = (value, key) => vOn(value, key);
|
const o = (value, key) => vOn(value, key);
|
||||||
const f = (source, renderItem) => vFor(source, renderItem);
|
const f = (source, renderItem) => vFor(source, renderItem);
|
||||||
|
const s = (value) => stringifyStyle(value);
|
||||||
|
const e = (target, ...sources) => extend(target, ...sources);
|
||||||
|
const n = (value) => normalizeClass(value);
|
||||||
|
const t = (val) => toDisplayString(val);
|
||||||
function createApp$1(rootComponent, rootProps = null) {
|
function createApp$1(rootComponent, rootProps = null) {
|
||||||
rootComponent && (rootComponent.mpType = "app");
|
rootComponent && (rootComponent.mpType = "app");
|
||||||
return createVueApp(rootComponent, rootProps).use(plugin);
|
return createVueApp(rootComponent, rootProps).use(plugin);
|
||||||
|
@ -5177,9 +5237,9 @@ function assertType(value, type) {
|
||||||
let valid;
|
let valid;
|
||||||
const expectedType = getType(type);
|
const expectedType = getType(type);
|
||||||
if (isSimpleType(expectedType)) {
|
if (isSimpleType(expectedType)) {
|
||||||
const t = typeof value;
|
const t2 = typeof value;
|
||||||
valid = t === expectedType.toLowerCase();
|
valid = t2 === expectedType.toLowerCase();
|
||||||
if (!valid && t === "object") {
|
if (!valid && t2 === "object") {
|
||||||
valid = value instanceof type;
|
valid = value instanceof type;
|
||||||
}
|
}
|
||||||
} else if (expectedType === "Object") {
|
} else if (expectedType === "Object") {
|
||||||
|
@ -5235,8 +5295,8 @@ function tryCatch(fn) {
|
||||||
return function() {
|
return function() {
|
||||||
try {
|
try {
|
||||||
return fn.apply(fn, arguments);
|
return fn.apply(fn, arguments);
|
||||||
} catch (e) {
|
} catch (e2) {
|
||||||
console.error(e);
|
console.error(e2);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -5418,8 +5478,8 @@ function promisify$1(name, fn) {
|
||||||
if (hasCallback(args)) {
|
if (hasCallback(args)) {
|
||||||
return wrapperReturnValue(name, invokeApi(name, fn, args, rest));
|
return wrapperReturnValue(name, invokeApi(name, fn, args, rest));
|
||||||
}
|
}
|
||||||
return wrapperReturnValue(name, handlePromise(new Promise((resolve2, reject) => {
|
return wrapperReturnValue(name, handlePromise(new Promise((resolve, reject) => {
|
||||||
invokeApi(name, fn, extend(args, { success: resolve2, fail: reject }), rest);
|
invokeApi(name, fn, extend(args, { success: resolve, fail: reject }), rest);
|
||||||
})));
|
})));
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -5681,7 +5741,7 @@ const $once = defineSyncApi(API_ONCE, (name, callback) => {
|
||||||
const $off = defineSyncApi(API_OFF, (name, callback) => {
|
const $off = defineSyncApi(API_OFF, (name, callback) => {
|
||||||
if (!isArray(name))
|
if (!isArray(name))
|
||||||
name = name ? [name] : [];
|
name = name ? [name] : [];
|
||||||
name.forEach((n) => eventBus.off(n, callback));
|
name.forEach((n2) => eventBus.off(n2, callback));
|
||||||
}, OffProtocol);
|
}, OffProtocol);
|
||||||
const $emit = defineSyncApi(API_EMIT, (name, ...args) => {
|
const $emit = defineSyncApi(API_EMIT, (name, ...args) => {
|
||||||
eventBus.emit(name, ...args);
|
eventBus.emit(name, ...args);
|
||||||
|
@ -5692,7 +5752,7 @@ let enabled;
|
||||||
function normalizePushMessage(message) {
|
function normalizePushMessage(message) {
|
||||||
try {
|
try {
|
||||||
return JSON.parse(message);
|
return JSON.parse(message);
|
||||||
} catch (e) {
|
} catch (e2) {
|
||||||
}
|
}
|
||||||
return message;
|
return message;
|
||||||
}
|
}
|
||||||
|
@ -5732,7 +5792,7 @@ function invokeGetPushCidCallbacks(cid2, errMsg) {
|
||||||
getPushCidCallbacks.length = 0;
|
getPushCidCallbacks.length = 0;
|
||||||
}
|
}
|
||||||
const API_GET_PUSH_CLIENT_ID = "getPushClientId";
|
const API_GET_PUSH_CLIENT_ID = "getPushClientId";
|
||||||
const getPushClientId = defineAsyncApi(API_GET_PUSH_CLIENT_ID, (_, { resolve: resolve2, reject }) => {
|
const getPushClientId = defineAsyncApi(API_GET_PUSH_CLIENT_ID, (_, { resolve, reject }) => {
|
||||||
Promise.resolve().then(() => {
|
Promise.resolve().then(() => {
|
||||||
if (typeof enabled === "undefined") {
|
if (typeof enabled === "undefined") {
|
||||||
enabled = false;
|
enabled = false;
|
||||||
|
@ -5741,7 +5801,7 @@ const getPushClientId = defineAsyncApi(API_GET_PUSH_CLIENT_ID, (_, { resolve: re
|
||||||
}
|
}
|
||||||
getPushCidCallbacks.push((cid2, errMsg) => {
|
getPushCidCallbacks.push((cid2, errMsg) => {
|
||||||
if (cid2) {
|
if (cid2) {
|
||||||
resolve2({ cid: cid2 });
|
resolve({ cid: cid2 });
|
||||||
} else {
|
} else {
|
||||||
reject(errMsg);
|
reject(errMsg);
|
||||||
}
|
}
|
||||||
|
@ -5810,9 +5870,9 @@ function promisify(name, api) {
|
||||||
if (isFunction(options.success) || isFunction(options.fail) || isFunction(options.complete)) {
|
if (isFunction(options.success) || isFunction(options.fail) || isFunction(options.complete)) {
|
||||||
return wrapperReturnValue(name, invokeApi(name, api, options, rest));
|
return wrapperReturnValue(name, invokeApi(name, api, options, rest));
|
||||||
}
|
}
|
||||||
return wrapperReturnValue(name, handlePromise(new Promise((resolve2, reject) => {
|
return wrapperReturnValue(name, handlePromise(new Promise((resolve, reject) => {
|
||||||
invokeApi(name, api, extend({}, options, {
|
invokeApi(name, api, extend({}, options, {
|
||||||
success: resolve2,
|
success: resolve,
|
||||||
fail: reject
|
fail: reject
|
||||||
}), rest);
|
}), rest);
|
||||||
})));
|
})));
|
||||||
|
@ -6458,8 +6518,8 @@ function formatMessage(type, args) {
|
||||||
type,
|
type,
|
||||||
args: formatArgs(args)
|
args: formatArgs(args)
|
||||||
};
|
};
|
||||||
} catch (e) {
|
} catch (e2) {
|
||||||
originalConsole.error(e);
|
originalConsole.error(e2);
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
type,
|
type,
|
||||||
|
@ -6703,13 +6763,13 @@ function initRuntimeSocket(hosts, port, id) {
|
||||||
}
|
}
|
||||||
const SOCKET_TIMEOUT = 500;
|
const SOCKET_TIMEOUT = 500;
|
||||||
function tryConnectSocket(host2, port, id) {
|
function tryConnectSocket(host2, port, id) {
|
||||||
return new Promise((resolve2, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
const socket = index.connectSocket({
|
const socket = index.connectSocket({
|
||||||
url: `ws://${host2}:${port}/${id}`,
|
url: `ws://${host2}:${port}/${id}`,
|
||||||
// 支付宝小程序 是否开启多实例
|
// 支付宝小程序 是否开启多实例
|
||||||
multiple: true,
|
multiple: true,
|
||||||
fail() {
|
fail() {
|
||||||
resolve2(null);
|
resolve(null);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
const timer = setTimeout(() => {
|
const timer = setTimeout(() => {
|
||||||
|
@ -6717,19 +6777,19 @@ function tryConnectSocket(host2, port, id) {
|
||||||
code: 1006,
|
code: 1006,
|
||||||
reason: "connect timeout"
|
reason: "connect timeout"
|
||||||
});
|
});
|
||||||
resolve2(null);
|
resolve(null);
|
||||||
}, SOCKET_TIMEOUT);
|
}, SOCKET_TIMEOUT);
|
||||||
socket.onOpen((e) => {
|
socket.onOpen((e2) => {
|
||||||
clearTimeout(timer);
|
clearTimeout(timer);
|
||||||
resolve2(socket);
|
resolve(socket);
|
||||||
});
|
});
|
||||||
socket.onClose((e) => {
|
socket.onClose((e2) => {
|
||||||
clearTimeout(timer);
|
clearTimeout(timer);
|
||||||
resolve2(null);
|
resolve(null);
|
||||||
});
|
});
|
||||||
socket.onError((e) => {
|
socket.onError((e2) => {
|
||||||
clearTimeout(timer);
|
clearTimeout(timer);
|
||||||
resolve2(null);
|
resolve(null);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -6804,7 +6864,7 @@ function initOnError() {
|
||||||
function initRuntimeSocketService() {
|
function initRuntimeSocketService() {
|
||||||
const hosts = "192.168.2.36,127.0.0.1";
|
const hosts = "192.168.2.36,127.0.0.1";
|
||||||
const port = "8090";
|
const port = "8090";
|
||||||
const id = "mp-weixin_CQBm3b";
|
const id = "mp-weixin_Nw1NmU";
|
||||||
const lazy = typeof swan !== "undefined";
|
const lazy = typeof swan !== "undefined";
|
||||||
let restoreError = lazy ? () => {
|
let restoreError = lazy ? () => {
|
||||||
} : initOnError();
|
} : initOnError();
|
||||||
|
@ -7739,10 +7799,14 @@ const createSubpackageApp = initCreateSubpackageApp();
|
||||||
exports._export_sfc = _export_sfc;
|
exports._export_sfc = _export_sfc;
|
||||||
exports.createSSRApp = createSSRApp;
|
exports.createSSRApp = createSSRApp;
|
||||||
exports.defineComponent = defineComponent;
|
exports.defineComponent = defineComponent;
|
||||||
|
exports.e = e;
|
||||||
exports.f = f;
|
exports.f = f;
|
||||||
exports.index = index;
|
exports.index = index;
|
||||||
|
exports.n = n;
|
||||||
exports.o = o;
|
exports.o = o;
|
||||||
|
exports.onBeforeUnmount = onBeforeUnmount;
|
||||||
exports.onMounted = onMounted;
|
exports.onMounted = onMounted;
|
||||||
exports.ref = ref;
|
exports.ref = ref;
|
||||||
exports.resolveComponent = resolveComponent;
|
exports.s = s;
|
||||||
|
exports.t = t;
|
||||||
//# sourceMappingURL=../../.sourcemap/mp-weixin/common/vendor.js.map
|
//# sourceMappingURL=../../.sourcemap/mp-weixin/common/vendor.js.map
|
||||||
|
|
|
@ -1,44 +1,368 @@
|
||||||
"use strict";
|
"use strict";
|
||||||
const common_vendor = require("../../common/vendor.js");
|
const common_vendor = require("../../common/vendor.js");
|
||||||
const common_assets = require("../../common/assets.js");
|
const common_assets = require("../../common/assets.js");
|
||||||
if (!Array) {
|
|
||||||
const _component_font = common_vendor.resolveComponent("font");
|
|
||||||
_component_font();
|
|
||||||
}
|
|
||||||
const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
|
const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
|
||||||
__name: "index",
|
__name: "index",
|
||||||
setup(__props) {
|
setup(__props) {
|
||||||
|
const currentTime = common_vendor.ref("");
|
||||||
|
const fullDate = common_vendor.ref("");
|
||||||
|
const weekDay = common_vendor.ref("");
|
||||||
const iconList = common_vendor.ref([
|
const iconList = common_vendor.ref([
|
||||||
{ url: "/static/index/lefticon/index.png", targetUrl: "/static/index/lefticontarget/blueindex.png" },
|
{ url: "/static/index/lefticon/index.png", targetUrl: "/static/index/lefticontarget/blueindex.png" },
|
||||||
{ url: "/static/index/lefticon/nurse.png", targetUrl: "/static/index/lefticontarget/bluenurse.png" },
|
{ url: "/static/index/lefticon/nurse.png", targetUrl: "/static/index/lefticontarget/bluenurse.png" },
|
||||||
{ url: "/static/index/lefticon/doctor.png", targetUrl: "/static/index/lefticontarget/bluedoctor.png" },
|
{ url: "/static/index/lefticon/doctor.png", targetUrl: "/static/index/lefticontarget/bluedoctor.png" },
|
||||||
|
{ url: "/static/index/lefticon/give.png", targetUrl: "/static/index/lefticontarget/givedark.png" },
|
||||||
{ url: "/static/index/lefticon/wifi.png", targetUrl: "/static/index/lefticontarget/bluewifi.png" },
|
{ url: "/static/index/lefticon/wifi.png", targetUrl: "/static/index/lefticontarget/bluewifi.png" },
|
||||||
{ url: "/static/index/lefticon/back.png", targetUrl: "/static/index/lefticontarget/blueback.png" }
|
{ url: "/static/index/lefticon/back.png", targetUrl: "/static/index/lefticontarget/blueback.png" }
|
||||||
]);
|
]);
|
||||||
|
const undericonList = common_vendor.ref([
|
||||||
|
{ url: "/static/index/undericons/alarm.png", targetUrl: "/static/index/undericons/alarmdark.png" },
|
||||||
|
{ url: "/static/index/undericons/linshitime.png", targetUrl: "/static/index/undericons/linshitimedark.png" }
|
||||||
|
]);
|
||||||
|
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: "电器" }
|
||||||
|
]);
|
||||||
const menuIndex = common_vendor.ref(0);
|
const menuIndex = common_vendor.ref(0);
|
||||||
|
const undermenuIndex = common_vendor.ref(0);
|
||||||
|
const darkFans = common_vendor.ref(false);
|
||||||
|
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);
|
||||||
|
const thirdcurrentIndex = common_vendor.ref(0);
|
||||||
const changeMenu = (index) => {
|
const changeMenu = (index) => {
|
||||||
menuIndex.value = index;
|
menuIndex.value = index;
|
||||||
};
|
};
|
||||||
|
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 gotoLogin = () => {
|
||||||
|
};
|
||||||
common_vendor.onMounted(() => {
|
common_vendor.onMounted(() => {
|
||||||
|
updateTime();
|
||||||
|
setInterval(updateTime, 1e3);
|
||||||
|
});
|
||||||
|
common_vendor.onBeforeUnmount(() => {
|
||||||
|
clearInterval(updateTime);
|
||||||
});
|
});
|
||||||
return (_ctx, _cache) => {
|
return (_ctx, _cache) => {
|
||||||
return {
|
return common_vendor.e({
|
||||||
a: common_assets._imports_0,
|
a: common_assets._imports_0,
|
||||||
b: common_vendor.f(iconList.value, (item, index, i0) => {
|
b: common_vendor.n(darkFans.value ? `left-head-font-dark` : `left-head-font`),
|
||||||
|
c: common_vendor.o(gotoLogin),
|
||||||
|
d: common_vendor.f(iconList.value, (item, index, i0) => {
|
||||||
return {
|
return {
|
||||||
a: index === menuIndex.value,
|
a: index === menuIndex.value,
|
||||||
b: index === menuIndex.value ? item.targetUrl : item.url,
|
b: index === menuIndex.value ? item.targetUrl : item.url,
|
||||||
c: index,
|
c: common_vendor.o(($event) => changeMenu(index), index),
|
||||||
d: common_vendor.o(($event) => changeMenu(index), index)
|
d: index
|
||||||
};
|
};
|
||||||
}),
|
}),
|
||||||
c: `/static/index/ray.png`,
|
e: `/static/index/ray.png`,
|
||||||
d: `/static/index/hulilei.png`,
|
f: common_vendor.n(darkFans.value ? `right-container-title-no-dark` : `right-container-title-no`),
|
||||||
e: `/static/index/lefticon.png`,
|
g: common_vendor.n(darkFans.value ? `right-container-title-class-dark` : `right-container-title-class`),
|
||||||
f: `/static/index/daizhixing.png`,
|
h: `/static/index/undericons/man.png`,
|
||||||
g: `/static/index/project.png`,
|
i: common_vendor.n(darkFans.value ? `right-icons-font-dark` : `right-icons-font`),
|
||||||
h: `/static/index/laba.png`
|
j: darkFans.value ? `/static/index/undericons/face.png` : `/static/index/undericons/facelight.png`,
|
||||||
};
|
k: darkFans.value ? `/static/index/undericons/hand.png` : `/static/index/undericons/handlight.png`,
|
||||||
|
l: darkFans.value ? `/static/index/undericons/out.png` : `/static/index/undericons/outlight.png`,
|
||||||
|
m: common_vendor.o(($event) => darkFans.value = !darkFans.value),
|
||||||
|
n: !darkFans.value,
|
||||||
|
o: common_vendor.s(darkFans.value ? {
|
||||||
|
color: "black"
|
||||||
|
} : {}),
|
||||||
|
p: common_vendor.s(darkFans.value ? {
|
||||||
|
backgroundColor: "#fff"
|
||||||
|
} : {}),
|
||||||
|
q: common_vendor.o(($event) => darkFans.value = !darkFans.value),
|
||||||
|
r: darkFans.value,
|
||||||
|
s: `/static/index/hulilei.png`,
|
||||||
|
t: darkFans.value
|
||||||
|
}, darkFans.value ? {
|
||||||
|
v: `/static/index/cardbgc/uplight.png`
|
||||||
|
} : {}, {
|
||||||
|
w: common_vendor.f([1, 2, 3], (item, index, i0) => {
|
||||||
|
return {
|
||||||
|
a: index,
|
||||||
|
b: common_vendor.s(index === firstcurrentIndexup.value ? {
|
||||||
|
backgroundColor: `#01A0FE`
|
||||||
|
} : {})
|
||||||
|
};
|
||||||
|
}),
|
||||||
|
x: common_vendor.n(darkFans.value ? `dot-dark` : `dot`),
|
||||||
|
y: 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: index2
|
||||||
|
};
|
||||||
|
})
|
||||||
|
}, darkFans.value ? {
|
||||||
|
b: `/static/index/cardbgc/leftlight.png`
|
||||||
|
} : {}, {
|
||||||
|
c: index
|
||||||
|
});
|
||||||
|
}),
|
||||||
|
z: `/static/index/daizhixing.png`,
|
||||||
|
A: `/static/index/teeth.png`,
|
||||||
|
B: darkFans.value ? `/static/index/darkicon/labadark.png` : `/static/index/laba.png`,
|
||||||
|
C: common_vendor.n(darkFans.value ? `right-container-fir-left-card-main-font-dark` : `right-container-fir-left-card-main-font`),
|
||||||
|
D: darkFans.value ? `/static/index/indexvideo.png` : `/static/index/indexvideo.png`,
|
||||||
|
E: common_vendor.n(darkFans.value ? `time-font-dark` : `time-font`),
|
||||||
|
F: common_vendor.n(darkFans.value ? `time-text-dark` : `time-text`),
|
||||||
|
G: darkFans.value ? `/static/index/darkicon/zhixingpeopledark.png` : `/static/index/cardicons/zhixing.png`,
|
||||||
|
H: common_vendor.n(darkFans.value ? `time-people-font-dark` : `time-people-font`),
|
||||||
|
I: darkFans.value ? `/static/index/medium/dopeopledark.png` : `/static/index/cardicons/zhifa.png`,
|
||||||
|
J: common_vendor.n(darkFans.value ? `time-people-font-dark` : `time-people-font`),
|
||||||
|
K: common_vendor.n(darkFans.value ? `time-button-end-dark` : `time-button-end`),
|
||||||
|
L: firstcurrentIndex.value,
|
||||||
|
M: darkFans.value,
|
||||||
|
N: firstcurrentIndexup.value,
|
||||||
|
O: common_vendor.o(onSwiperChange),
|
||||||
|
P: `/static/index/hulilist/shang.png`,
|
||||||
|
Q: !darkFans.value
|
||||||
|
}, !darkFans.value ? {
|
||||||
|
R: common_vendor.f(huliList.value, (item, index, i0) => {
|
||||||
|
return {
|
||||||
|
a: item.url,
|
||||||
|
b: common_vendor.t(item.name),
|
||||||
|
c: index
|
||||||
|
};
|
||||||
|
})
|
||||||
|
} : {}, {
|
||||||
|
S: darkFans.value
|
||||||
|
}, darkFans.value ? {
|
||||||
|
T: common_vendor.f(huliListDark.value, (item, index, i0) => {
|
||||||
|
return {
|
||||||
|
a: item.url,
|
||||||
|
b: common_vendor.t(item.name),
|
||||||
|
c: index
|
||||||
|
};
|
||||||
|
})
|
||||||
|
} : {}, {
|
||||||
|
U: `/static/index/hulilist/xia.png`,
|
||||||
|
V: common_vendor.n(darkFans.value ? `right-container-fir-left-card-dark` : `right-container-fir-left-card`),
|
||||||
|
W: common_vendor.f([1, 2, 3, 4], (item, index, i0) => {
|
||||||
|
return {
|
||||||
|
a: index
|
||||||
|
};
|
||||||
|
}),
|
||||||
|
X: common_assets._imports_1,
|
||||||
|
Y: common_vendor.t(currentTime.value),
|
||||||
|
Z: common_vendor.n(darkFans.value ? `right-container-title-dark` : `right-container-title`),
|
||||||
|
aa: common_vendor.t(fullDate.value),
|
||||||
|
ab: common_vendor.n(darkFans.value ? `right-container-date-dark` : `right-container-date`),
|
||||||
|
ac: common_vendor.t(weekDay.value),
|
||||||
|
ad: common_vendor.n(darkFans.value ? `right-container-day-dark` : `right-container-day`),
|
||||||
|
ae: darkFans.value ? `/static/index/darkicon/wendudark.png` : `/static/index/roomicons/wendu.png`,
|
||||||
|
af: common_vendor.n(darkFans.value ? `right-container-tem-text-dark` : `right-container-tem-text`),
|
||||||
|
ag: darkFans.value ? `/static/index/roomicons/shidu.png` : `/static/index/darkicon/shidudark.png`,
|
||||||
|
ah: common_vendor.n(darkFans.value ? `right-container-tem-text-dark` : `right-container-tem-text`),
|
||||||
|
ai: !darkFans.value
|
||||||
|
}, !darkFans.value ? {
|
||||||
|
aj: 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
|
||||||
|
};
|
||||||
|
}),
|
||||||
|
ak: `/static/index/cardicons/ray2.png`
|
||||||
|
} : {}, {
|
||||||
|
al: darkFans.value
|
||||||
|
}, darkFans.value ? {
|
||||||
|
am: 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
|
||||||
|
};
|
||||||
|
}),
|
||||||
|
an: `/static/index/cardicons/ray2.png`
|
||||||
|
} : {}, {
|
||||||
|
ao: common_vendor.n(darkFans.value ? `right-container-fir-right-dark` : `right-container-fir-right`),
|
||||||
|
ap: `/static/index/yiliao/yiliaolei.png`,
|
||||||
|
aq: common_vendor.f([1, 2, 3], (item, index, i0) => {
|
||||||
|
return {
|
||||||
|
a: index,
|
||||||
|
b: common_vendor.s(index === secondcurrentIndexup.value ? {
|
||||||
|
backgroundColor: `#01A0FE`
|
||||||
|
} : {})
|
||||||
|
};
|
||||||
|
}),
|
||||||
|
ar: common_vendor.n(darkFans.value ? `dot-dark` : `dot`),
|
||||||
|
as: darkFans.value
|
||||||
|
}, darkFans.value ? {
|
||||||
|
at: `/static/index/cardbgc/uplight.png`
|
||||||
|
} : {}, {
|
||||||
|
av: common_vendor.f([1, 2, 3], (item, index, i0) => {
|
||||||
|
return {
|
||||||
|
a: common_vendor.f([1, 2, 3], (item2, index2, i1) => {
|
||||||
|
return {
|
||||||
|
a: index2
|
||||||
|
};
|
||||||
|
}),
|
||||||
|
b: index
|
||||||
|
};
|
||||||
|
}),
|
||||||
|
aw: common_vendor.n(darkFans.value ? `time-font-dark` : `time-font`),
|
||||||
|
ax: darkFans.value ? `/static/index/medium/doctorsaydark.png` : `/static/index/medium/doctorsay.png`,
|
||||||
|
ay: common_vendor.n(darkFans.value ? `time-people-font-dark` : `time-people-font`),
|
||||||
|
az: darkFans.value ? `/static/index/medium/howtododark.png` : `/static/index/medium/howtodo.png`,
|
||||||
|
aA: common_vendor.n(darkFans.value ? `time-people-font-dark` : `time-people-font`),
|
||||||
|
aB: darkFans.value ? `/static/index/medium/useMed.png` : `/static/index/medium/yongyao.png`,
|
||||||
|
aC: common_vendor.n(darkFans.value ? `time-people-font-dark` : `time-people-font`),
|
||||||
|
aD: darkFans.value ? `/static/index/medium/domanydark.png` : `/static/index/medium/domany.png`,
|
||||||
|
aE: common_vendor.n(darkFans.value ? `time-people-font-dark` : `time-people-font`),
|
||||||
|
aF: common_vendor.n(darkFans.value ? `time-button-end-dark` : `time-button-end`),
|
||||||
|
aG: `/static/index/yiliao/project2.png`,
|
||||||
|
aH: common_vendor.n(darkFans.value ? `right-container-photo-text-dark` : `right-container-photo-text`),
|
||||||
|
aI: secondcurrentIndex.value,
|
||||||
|
aJ: secondcurrentIndexup.value,
|
||||||
|
aK: common_vendor.o(onSwiperChangesec),
|
||||||
|
aL: darkFans.value
|
||||||
|
}, darkFans.value ? {
|
||||||
|
aM: `/static/index/cardbgc/leftlight.png`
|
||||||
|
} : {}, {
|
||||||
|
aN: `/static/index/hulilist/shang.png`,
|
||||||
|
aO: !darkFans.value
|
||||||
|
}, !darkFans.value ? {
|
||||||
|
aP: 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
|
||||||
|
};
|
||||||
|
})
|
||||||
|
} : {}, {
|
||||||
|
aQ: darkFans.value
|
||||||
|
}, darkFans.value ? {
|
||||||
|
aR: 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
|
||||||
|
};
|
||||||
|
})
|
||||||
|
} : {}, {
|
||||||
|
aS: `/static/index/hulilist/xia.png`,
|
||||||
|
aT: common_vendor.n(darkFans.value ? `right-container-left-dark` : `right-container-left`),
|
||||||
|
aU: common_vendor.n(darkFans.value ? `right-container-right-text-dark` : `right-container-right-text`),
|
||||||
|
aV: darkFans.value ? `/static/index/darkicon/diandark.png` : `/static/index/medium/whitedian.png`,
|
||||||
|
aW: common_vendor.f([1, 2, 3], (item, index, i0) => {
|
||||||
|
return {
|
||||||
|
a: index
|
||||||
|
};
|
||||||
|
}),
|
||||||
|
aX: darkFans.value ? `/static/index/darkicon/baojieleidark.png` : `/static/index/label.png`,
|
||||||
|
aY: common_vendor.n(darkFans.value ? `right-container-right-down-card-card-font-dark` : `right-container-right-down-card-card-font`),
|
||||||
|
aZ: `/static/index/project3.png`,
|
||||||
|
ba: common_vendor.n(darkFans.value ? `right-container-right-down-card-font-dark` : `right-container-right-down-card-font`),
|
||||||
|
bb: common_vendor.n(darkFans.value ? `time-font-dark` : `time-font`),
|
||||||
|
bc: darkFans.value ? `/static/index/darkicon/zhixingrenyuanddark.png` : `/static/index/cardicons/zhifa.png`,
|
||||||
|
bd: common_vendor.n(darkFans.value ? `time-people-font-dark` : `time-people-font`),
|
||||||
|
be: darkFans.value ? `/static/index/darkicon/zhixingfangshidark.png` : `/static/index/cardicons/zhixing.png`,
|
||||||
|
bf: common_vendor.n(darkFans.value ? `time-people-font-dark` : `time-people-font`),
|
||||||
|
bg: common_vendor.n(darkFans.value ? `time-button-end-dark` : `time-button-end`),
|
||||||
|
bh: common_vendor.n(darkFans.value ? `right-container-right-down-card-dark` : `right-container-right-down-card`),
|
||||||
|
bi: thirdcurrentIndex.value,
|
||||||
|
bj: common_vendor.s(darkFans.value ? {
|
||||||
|
backgroundColor: "rgb(22, 48, 76)"
|
||||||
|
} : ""),
|
||||||
|
bk: common_vendor.f(undericonList.value, (item, index, i0) => {
|
||||||
|
return {
|
||||||
|
a: index === undermenuIndex.value,
|
||||||
|
b: index === undermenuIndex.value ? item.targetUrl : item.url,
|
||||||
|
c: index,
|
||||||
|
d: common_vendor.o(($event) => changeMenuUnder(index), index)
|
||||||
|
};
|
||||||
|
}),
|
||||||
|
bl: common_assets._imports_2,
|
||||||
|
bm: common_vendor.n(darkFans.value ? `darkbackgroundContainer` : `backgroundContainer`)
|
||||||
|
});
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
"navigationStyle": "custom",
|
"navigationStyle": "custom",
|
||||||
"orientation": "landscape",
|
|
||||||
"usingComponents": {}
|
"usingComponents": {}
|
||||||
}
|
}
|
|
@ -0,0 +1,46 @@
|
||||||
|
"use strict";
|
||||||
|
const common_vendor = require("../../common/vendor.js");
|
||||||
|
const _sfc_main = {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
startX: 0,
|
||||||
|
startY: 0,
|
||||||
|
isDragging: false
|
||||||
|
};
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
// 手指触摸开始
|
||||||
|
onTouchStart(e) {
|
||||||
|
this.startX = e.touches[0].clientX;
|
||||||
|
this.startY = e.touches[0].clientY;
|
||||||
|
this.isDragging = false;
|
||||||
|
},
|
||||||
|
// 手指滑动
|
||||||
|
onTouchMove(e) {
|
||||||
|
const moveX = e.touches[0].clientX - this.startX;
|
||||||
|
const moveY = e.touches[0].clientY - this.startY;
|
||||||
|
if (Math.abs(moveX) > Math.abs(moveY)) {
|
||||||
|
this.isDragging = true;
|
||||||
|
} else {
|
||||||
|
this.isDragging = true;
|
||||||
|
}
|
||||||
|
if (this.isDragging) {
|
||||||
|
e.preventDefault();
|
||||||
|
}
|
||||||
|
},
|
||||||
|
// 手指抬起
|
||||||
|
onTouchEnd() {
|
||||||
|
this.isDragging = false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||||
|
return {
|
||||||
|
a: common_vendor.o((...args) => $options.onTouchStart && $options.onTouchStart(...args)),
|
||||||
|
b: common_vendor.o((...args) => $options.onTouchMove && $options.onTouchMove(...args)),
|
||||||
|
c: common_vendor.o((...args) => $options.onTouchEnd && $options.onTouchEnd(...args))
|
||||||
|
};
|
||||||
|
}
|
||||||
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-e4e4508d"]]);
|
||||||
|
wx.createPage(MiniProgramPage);
|
||||||
|
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/login/login.js.map
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"navigationStyle": "custom",
|
||||||
|
"usingComponents": {}
|
||||||
|
}
|
|
@ -0,0 +1 @@
|
||||||
|
<view class="container data-v-e4e4508d" bindtouchstart="{{a}}" bindtouchmove="{{b}}" bindtouchend="{{c}}"><swiper class="swiper data-v-e4e4508d" indicator-dots="true" autoplay="true" interval="3000" duration="500"><swiper-item class="data-v-e4e4508d"> 1 </swiper-item><swiper-item class="data-v-e4e4508d"> 2 </swiper-item><swiper-item class="data-v-e4e4508d"> 3 </swiper-item></swiper></view>
|
|
@ -0,0 +1,10 @@
|
||||||
|
|
||||||
|
.container.data-v-e4e4508d {
|
||||||
|
position: relative;
|
||||||
|
width: 100%;
|
||||||
|
height: 300px;
|
||||||
|
}
|
||||||
|
.swiper.data-v-e4e4508d {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
|
@ -1,8 +1,7 @@
|
||||||
{
|
{
|
||||||
"description": "项目配置文件。",
|
"description": "项目配置文件。",
|
||||||
"packOptions": {
|
"packOptions": {
|
||||||
"ignore": [],
|
"ignore": []
|
||||||
"include": []
|
|
||||||
},
|
},
|
||||||
"setting": {
|
"setting": {
|
||||||
"urlCheck": false,
|
"urlCheck": false,
|
||||||
|
@ -10,20 +9,28 @@
|
||||||
"postcss": false,
|
"postcss": false,
|
||||||
"minified": false,
|
"minified": false,
|
||||||
"newFeature": true,
|
"newFeature": true,
|
||||||
"bigPackageSizeSupport": true,
|
"bigPackageSizeSupport": true
|
||||||
"babelSetting": {
|
|
||||||
"ignore": [],
|
|
||||||
"disablePlugins": [],
|
|
||||||
"outputPath": ""
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"compileType": "miniprogram",
|
"compileType": "miniprogram",
|
||||||
"libVersion": "3.7.2",
|
"libVersion": "",
|
||||||
"appid": "touristappid",
|
"appid": "touristappid",
|
||||||
"projectname": "hil",
|
"projectname": "hil",
|
||||||
"condition": {},
|
"condition": {
|
||||||
"editorSetting": {
|
"search": {
|
||||||
"tabIndent": "insertSpaces",
|
"current": -1,
|
||||||
"tabSize": 2
|
"list": []
|
||||||
|
},
|
||||||
|
"conversation": {
|
||||||
|
"current": -1,
|
||||||
|
"list": []
|
||||||
|
},
|
||||||
|
"game": {
|
||||||
|
"current": -1,
|
||||||
|
"list": []
|
||||||
|
},
|
||||||
|
"miniprogram": {
|
||||||
|
"current": -1,
|
||||||
|
"list": []
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 3.9 KiB |
After Width: | Height: | Size: 306 KiB |
After Width: | Height: | Size: 353 KiB |
After Width: | Height: | Size: 876 KiB |
After Width: | Height: | Size: 189 KiB |
After Width: | Height: | Size: 94 KiB |
After Width: | Height: | Size: 351 KiB |
After Width: | Height: | Size: 118 KiB |
After Width: | Height: | Size: 9.6 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 4.5 KiB |
After Width: | Height: | Size: 3.7 KiB |
After Width: | Height: | Size: 6.6 KiB |
After Width: | Height: | Size: 32 KiB |
After Width: | Height: | Size: 27 KiB |
After Width: | Height: | Size: 3.7 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 4.4 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 8.9 KiB |
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 30 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 8.4 KiB |
After Width: | Height: | Size: 4.2 KiB |
After Width: | Height: | Size: 4.0 KiB |
After Width: | Height: | Size: 8.5 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 8.9 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 4.6 KiB |
After Width: | Height: | Size: 4.2 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 6.6 KiB |
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 4.7 KiB |
After Width: | Height: | Size: 9.4 KiB |
After Width: | Height: | Size: 8.2 KiB |
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 32 KiB |
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 30 KiB |
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 3.7 KiB |
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 3.7 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 4.0 KiB |
After Width: | Height: | Size: 4.5 KiB |
After Width: | Height: | Size: 3.9 KiB |
After Width: | Height: | Size: 4.0 KiB |
After Width: | Height: | Size: 4.7 KiB |
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 3.2 KiB |