update
This commit is contained in:
parent
85a3a6ef9b
commit
f067495312
6
App.vue
6
App.vue
@ -74,7 +74,7 @@ export default {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
this.handleGetUserInfo();
|
// this.handleGetUserInfo();
|
||||||
|
|
||||||
this.$util.addUserBehavior({
|
this.$util.addUserBehavior({
|
||||||
intoRoute: "/" + options.path,
|
intoRoute: "/" + options.path,
|
||||||
@ -106,6 +106,7 @@ export default {
|
|||||||
|
|
||||||
<style>
|
<style>
|
||||||
@import url("./common/uni.css");
|
@import url("./common/uni.css");
|
||||||
|
|
||||||
/*每个页面公共css */
|
/*每个页面公共css */
|
||||||
page {
|
page {
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
@ -128,10 +129,12 @@ page {
|
|||||||
.process-box.uni-active {
|
.process-box.uni-active {
|
||||||
padding-bottom: 30rpx;
|
padding-bottom: 30rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.process-box process-unit:nth-last-child(1) .prosess-unit::before {
|
.process-box process-unit:nth-last-child(1) .prosess-unit::before {
|
||||||
content: "";
|
content: "";
|
||||||
width: 0rpx;
|
width: 0rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ico,
|
.ico,
|
||||||
.ico-s {
|
.ico-s {
|
||||||
display: block;
|
display: block;
|
||||||
@ -203,6 +206,7 @@ checkbox .wx-checkbox-input.wx-checkbox-input-checked {
|
|||||||
checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
|
checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
|
||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* #endif */
|
/* #endif */
|
||||||
button::after {
|
button::after {
|
||||||
border: none;
|
border: none;
|
||||||
|
|||||||
@ -3496,6 +3496,8 @@
|
|||||||
? 'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/midAutumnIcon.png'
|
? 'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/midAutumnIcon.png'
|
||||||
: isShowFestival === 'nationalDay'
|
: isShowFestival === 'nationalDay'
|
||||||
? 'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/nationalDayIcon.png'
|
? 'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/nationalDayIcon.png'
|
||||||
|
: isShowFestival === 'newYearDay'
|
||||||
|
? 'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/springTravelLogo.svg'
|
||||||
: isShowFestival === 'other'
|
: isShowFestival === 'other'
|
||||||
? 'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/springTravelLogo.svg'
|
? 'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/springTravelLogo.svg'
|
||||||
: ''
|
: ''
|
||||||
@ -3516,7 +3518,9 @@
|
|||||||
? "中秋节"
|
? "中秋节"
|
||||||
: isShowFestival === "nationalDay"
|
: isShowFestival === "nationalDay"
|
||||||
? "国庆节"
|
? "国庆节"
|
||||||
: isShowFestival === "other"
|
: isShowFestival === "newYearDay"
|
||||||
|
? "元旦" :
|
||||||
|
isShowFestival === "other"
|
||||||
? "节日特刊"
|
? "节日特刊"
|
||||||
: ""
|
: ""
|
||||||
}}</text>
|
}}</text>
|
||||||
@ -4032,8 +4036,9 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
const lastDay = this.$util.cutDate(new Date(), "YYYY-MM-DD", -1);
|
const lastDay = this.$util.cutDate(new Date(), "YYYY-MM-DD", -1);
|
||||||
// const lastDay = '2024-09-30'
|
// const lastDay = '2026-01-01'
|
||||||
const nowDay = this.$util.cutDate(new Date(), "YYYY-MM-DD");
|
const nowDay = this.$util.cutDate(new Date(), "YYYY-MM-DD");
|
||||||
|
// const nowDay = '2026-01-01'
|
||||||
return {
|
return {
|
||||||
localdata: [
|
localdata: [
|
||||||
{ text: "全局版", value: 1 },
|
{ text: "全局版", value: 1 },
|
||||||
@ -4231,48 +4236,96 @@ export default {
|
|||||||
businessWarning: false, // 经营预警
|
businessWarning: false, // 经营预警
|
||||||
projectWarning: false, // 项目预警
|
projectWarning: false, // 项目预警
|
||||||
festivalObj: {
|
festivalObj: {
|
||||||
|
newYearDay: {
|
||||||
|
name: "newYearDay",
|
||||||
|
title: "元旦",
|
||||||
|
startTime: "2025-12-31",
|
||||||
|
endTime: "2026-01-04",
|
||||||
|
}, //
|
||||||
spring: {
|
spring: {
|
||||||
name: "spring",
|
name: "spring",
|
||||||
title: "平安春运",
|
title: "平安春运",
|
||||||
startTime: "2025-01-14",
|
startTime: "2026-02-02",
|
||||||
endTime: "2025-02-23",
|
endTime: "2026-03-14",
|
||||||
}, // 春运
|
}, // 春运
|
||||||
qm: {
|
qm: {
|
||||||
name: "qm",
|
name: "qm",
|
||||||
title: "清明节",
|
title: "清明节",
|
||||||
startTime: "2025-04-03",
|
startTime: "2026-04-03",
|
||||||
endTime: "2025-04-07",
|
endTime: "2026-04-07",
|
||||||
}, // 清明节
|
}, // 清明节
|
||||||
labour: {
|
labour: {
|
||||||
name: "labour",
|
name: "labour",
|
||||||
title: "劳动节",
|
title: "劳动节",
|
||||||
startTime: "2025-04-30",
|
startTime: "2026-04-30",
|
||||||
endTime: "2025-05-06",
|
endTime: "2026-05-06",
|
||||||
}, // 劳动节
|
}, // 劳动节
|
||||||
dragonBoat: {
|
dragonBoat: {
|
||||||
name: "dragonBoat",
|
name: "dragonBoat",
|
||||||
title: "端午节",
|
title: "端午节",
|
||||||
startTime: "2025-05-30",
|
startTime: "2026-06-18",
|
||||||
endTime: "2025-06-03",
|
endTime: "2026-06-22",
|
||||||
},
|
},
|
||||||
summerHoliday: {
|
summerHoliday: {
|
||||||
name: "summerHoliday",
|
name: "summerHoliday",
|
||||||
title: "火热暑运",
|
title: "火热暑运",
|
||||||
startTime: "2025-06-30",
|
startTime: "2026-06-30",
|
||||||
endTime: "2025-08-31",
|
endTime: "2026-08-31",
|
||||||
}, // 暑假
|
}, // 暑假
|
||||||
// midAutumn: {
|
midAutumn: {
|
||||||
// name: "midAutumn",
|
name: "midAutumn",
|
||||||
// title: "中秋节",
|
title: "中秋节",
|
||||||
// startTime: "2024-09-14",
|
startTime: "2026-09-24",
|
||||||
// endTime: "2024-09-18",
|
endTime: "2026-09-28",
|
||||||
// }, // 中秋节
|
}, // 中秋节
|
||||||
nationalDay: {
|
nationalDay: {
|
||||||
name: "nationalDay",
|
name: "nationalDay",
|
||||||
title: "国庆节",
|
title: "国庆节",
|
||||||
startTime: "2025-09-30", // 说要提早两天显示节日的图标 没有数据也没关系 2024-09-30
|
startTime: "2026-09-30", // 说要提早两天显示节日的图标 没有数据也没关系 2024-09-30
|
||||||
endTime: "2025-10-09",
|
endTime: "2026-10-08",
|
||||||
}, // 国庆节
|
}, // 国庆节
|
||||||
|
// spring: {
|
||||||
|
// name: "spring",
|
||||||
|
// title: "平安春运",
|
||||||
|
// startTime: "2025-01-14",
|
||||||
|
// endTime: "2025-02-23",
|
||||||
|
// }, // 春运
|
||||||
|
// qm: {
|
||||||
|
// name: "qm",
|
||||||
|
// title: "清明节",
|
||||||
|
// startTime: "2025-04-03",
|
||||||
|
// endTime: "2025-04-07",
|
||||||
|
// }, // 清明节
|
||||||
|
// labour: {
|
||||||
|
// name: "labour",
|
||||||
|
// title: "劳动节",
|
||||||
|
// startTime: "2025-04-30",
|
||||||
|
// endTime: "2025-05-06",
|
||||||
|
// }, // 劳动节
|
||||||
|
// dragonBoat: {
|
||||||
|
// name: "dragonBoat",
|
||||||
|
// title: "端午节",
|
||||||
|
// startTime: "2025-05-30",
|
||||||
|
// endTime: "2025-06-03",
|
||||||
|
// },
|
||||||
|
// summerHoliday: {
|
||||||
|
// name: "summerHoliday",
|
||||||
|
// title: "火热暑运",
|
||||||
|
// startTime: "2025-06-30",
|
||||||
|
// endTime: "2025-08-31",
|
||||||
|
// }, // 暑假
|
||||||
|
// // midAutumn: {
|
||||||
|
// // name: "midAutumn",
|
||||||
|
// // title: "中秋节",
|
||||||
|
// // startTime: "2024-09-14",
|
||||||
|
// // endTime: "2024-09-18",
|
||||||
|
// // }, // 中秋节
|
||||||
|
// nationalDay: {
|
||||||
|
// name: "nationalDay",
|
||||||
|
// title: "国庆节",
|
||||||
|
// startTime: "2025-09-30", // 说要提早两天显示节日的图标 没有数据也没关系 2024-09-30
|
||||||
|
// endTime: "2025-10-09",
|
||||||
|
// }, // 国庆节
|
||||||
}, // 2024年的全部节日
|
}, // 2024年的全部节日
|
||||||
allselectVersion3Obj: {}, //累计
|
allselectVersion3Obj: {}, //累计
|
||||||
selectVersion3Obj: {}, //正常
|
selectVersion3Obj: {}, //正常
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user