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({ 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;

View File

@ -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