From 19166c799747f49fdff6c6907c7754cd82207fe3 Mon Sep 17 00:00:00 2001 From: minimaxagent1 Date: Mon, 28 Jul 2025 17:28:52 +0800 Subject: [PATCH] =?UTF-8?q?nearbystores=E7=95=8C=E9=9D=A2=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- enum/nearbyEnum.js | 28 ++++++++++++ pages/nearbystores/index.vue | 84 +++++++++++++++++++++--------------- 2 files changed, 77 insertions(+), 35 deletions(-) create mode 100644 enum/nearbyEnum.js diff --git a/enum/nearbyEnum.js b/enum/nearbyEnum.js new file mode 100644 index 0000000..fde5121 --- /dev/null +++ b/enum/nearbyEnum.js @@ -0,0 +1,28 @@ +// enum/nearbyEnum.js +// 图像简称与API链接地址的枚举 + +export const NearbyImageEnum = { + // VENERABLE_MONK_IN_THE_TEMPLE: "https://api.ccttiot.com/image-1753687164375.png", // + // BG: "https://api.ccttiot.com/smartmeter/img/static/uz3vQk44WkGnJPVjKrw1", // 背景图 + // GG: "https://api.ccttiot.com/smartmeter/img/static/uIm0UpcFxyLwYpwCIVcg", // 公告图标 + // ICON1: "https://api.ccttiot.com/smartmeter/img/static/u0xTi5R31GxYwd7WxRhy", // 右侧图标1 + // ICON2: "https://api.ccttiot.com/smartmeter/img/static/uB1vz72boVOJMfDgqcCP", // 右侧图标2 + // ... 其他图片 + INSTITUTION: "https://api.ccttiot.com/smartmeter/img/static/uOOpKw4AVVYPpvpcqmrZ", // 寺庙建制 + ABBOT: "https://api.ccttiot.com/smartmeter/img/static/utmlRwjQwf73DjXntneL", // 主持法师 + ANCIENT:"https://api.ccttiot.com/smartmeter/img/static/upCsFSxrBjwmeX6f3ykL", // 古刹巡礼 + WALK: "https://api.ccttiot.com/smartmeter/img/static/uET6o6pB2IDzfJb4BCv3", // 走进平山 + MONK: "https://api.ccttiot.com/image-1753687164375.png", // 寺庙高僧 + ACTIVITY: "https://api.ccttiot.com/image-1753691910959.png", // 活动预告 + NEW:'https://api.ccttiot.com/image-1753691974607.png',//新闻动态 + + // ... 继续补充 +}; + +export default NearbyImageEnum; + + +// 使用方法 +// import { NearbyImageEnum } from '@/enum/nearbyEnum.js'; + +// const bgUrl = NearbyImageEnum.BG; \ No newline at end of file diff --git a/pages/nearbystores/index.vue b/pages/nearbystores/index.vue index 765d17e..33b6076 100644 --- a/pages/nearbystores/index.vue +++ b/pages/nearbystores/index.vue @@ -18,11 +18,45 @@ - + + + + + + 寺庙高僧 + + + VENERABLE MONK IN THE TEMPLE + + + + + + 活动预告 + + + ACTIVITY NOTICE + + + + + + 新闻动态 + + + DYNAMICS + + + + + + + + 寺庙开放时间 @@ -34,7 +68,7 @@ - + 走进平山 @@ -43,16 +77,16 @@ - + - 寺庙监制 + 寺庙建制 TEMPLE INSTITUTIONAL STRUCTURE - + 主持法师 @@ -61,7 +95,7 @@ - + 古刹巡礼 @@ -69,33 +103,6 @@ ATOUR OF ANCIENT TEMPLE - - - - 寺庙高僧 - - - VENERABLE MONK IN THE TEMPLE - - - - - - 活动预告 - - - ACTIVITY NOTICE - - - - - - 新闻动态 - - - DYNAMICS - - @@ -120,6 +127,7 @@