From 69c05c491116a375e609b8438dd95684f8b8e401 Mon Sep 17 00:00:00 2001 From: minimaxagent1 Date: Wed, 6 Aug 2025 14:12:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8D=A2=E7=9A=AEtest1.3=20=E5=85=AC=E5=91=8A?= =?UTF-8?q?=EF=BC=8C=E6=97=B6=E9=97=B4=EF=BC=8C=E8=83=8C=E6=99=AF=E5=9B=BE?= =?UTF-8?q?=EF=BC=8C=E5=B7=B2=E7=BB=8F=E5=8F=AF=E4=BB=A5=E4=BD=BF=E7=94=A8?= =?UTF-8?q?temple/index=E6=8E=A5=E5=8F=A3=E8=BF=9B=E8=A1=8C=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/index/index.js | 4 +- pages/nearbystores/index.vue | 257 ++++++++++++----------------------- 2 files changed, 90 insertions(+), 171 deletions(-) diff --git a/api/index/index.js b/api/index/index.js index 1a57517..ed39999 100644 --- a/api/index/index.js +++ b/api/index/index.js @@ -5,8 +5,8 @@ import { get, request } from '@/utils/request' * 获取寺庙介绍信息 * @returns {Promise} 返回寺庙介绍数据 */ -export function getTempleInfo() { - return get('/app/temple/introduced', {}, { +export function getTempleIndex() { + return get('/app/temple/index', {}, { timeout: 10000, showLoading: false }) diff --git a/pages/nearbystores/index.vue b/pages/nearbystores/index.vue index d2bebd7..ed376a8 100644 --- a/pages/nearbystores/index.vue +++ b/pages/nearbystores/index.vue @@ -8,13 +8,13 @@ - + - {{ pageConfig.announcement.text }} + {{ templeData.bulletinContent }} @@ -34,7 +34,7 @@ {{ bottomSection.openingTime.title }} - {{ bottomSection.openingTime.time }} + {{ templeData.startTime }} - {{ templeData.endTime }} @@ -87,7 +87,7 @@