This commit is contained in:
ylj20011123 2026-01-09 11:17:29 +08:00
parent 85a3a6ef9b
commit f067495312
4 changed files with 2701 additions and 3086 deletions

View File

@ -74,7 +74,7 @@ export default {
});
});
this.handleGetUserInfo();
// this.handleGetUserInfo();
this.$util.addUserBehavior({
intoRoute: "/" + options.path,
@ -106,6 +106,7 @@ export default {
<style>
@import url("./common/uni.css");
/*每个页面公共css */
page {
font-size: 26rpx;
@ -128,10 +129,12 @@ page {
.process-box.uni-active {
padding-bottom: 30rpx;
}
.process-box process-unit:nth-last-child(1) .prosess-unit::before {
content: "";
width: 0rpx;
}
.ico,
.ico-s {
display: block;
@ -203,6 +206,7 @@ checkbox .wx-checkbox-input.wx-checkbox-input-checked {
checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
font-size: 30rpx;
}
/* #endif */
button::after {
border: none;

View File

@ -3496,6 +3496,8 @@
? 'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/midAutumnIcon.png'
: isShowFestival === 'nationalDay'
? 'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/nationalDayIcon.png'
: isShowFestival === 'newYearDay'
? 'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/springTravelLogo.svg'
: isShowFestival === 'other'
? 'https://eshangtech.com/ShopICO/ahyd-BID/newIndex3/springTravelLogo.svg'
: ''
@ -3516,7 +3518,9 @@
? "中秋节"
: isShowFestival === "nationalDay"
? "国庆节"
: isShowFestival === "other"
: isShowFestival === "newYearDay"
? "元旦" :
isShowFestival === "other"
? "节日特刊"
: ""
}}</text>
@ -4032,8 +4036,9 @@ export default {
},
data() {
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 = '2026-01-01'
return {
localdata: [
{ text: "全局版", value: 1 },
@ -4231,48 +4236,96 @@ export default {
businessWarning: false, //
projectWarning: false, //
festivalObj: {
newYearDay: {
name: "newYearDay",
title: "元旦",
startTime: "2025-12-31",
endTime: "2026-01-04",
}, //
spring: {
name: "spring",
title: "平安春运",
startTime: "2025-01-14",
endTime: "2025-02-23",
startTime: "2026-02-02",
endTime: "2026-03-14",
}, //
qm: {
name: "qm",
title: "清明节",
startTime: "2025-04-03",
endTime: "2025-04-07",
startTime: "2026-04-03",
endTime: "2026-04-07",
}, //
labour: {
name: "labour",
title: "劳动节",
startTime: "2025-04-30",
endTime: "2025-05-06",
startTime: "2026-04-30",
endTime: "2026-05-06",
}, //
dragonBoat: {
name: "dragonBoat",
title: "端午节",
startTime: "2025-05-30",
endTime: "2025-06-03",
startTime: "2026-06-18",
endTime: "2026-06-22",
},
summerHoliday: {
name: "summerHoliday",
title: "火热暑运",
startTime: "2025-06-30",
endTime: "2025-08-31",
startTime: "2026-06-30",
endTime: "2026-08-31",
}, //
// midAutumn: {
// name: "midAutumn",
// title: "",
// startTime: "2024-09-14",
// endTime: "2024-09-18",
// }, //
midAutumn: {
name: "midAutumn",
title: "中秋节",
startTime: "2026-09-24",
endTime: "2026-09-28",
}, //
nationalDay: {
name: "nationalDay",
title: "国庆节",
startTime: "2025-09-30", // 2024-09-30
endTime: "2025-10-09",
startTime: "2026-09-30", // 2024-09-30
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
allselectVersion3Obj: {}, //
selectVersion3Obj: {}, //

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff