From 8958792b847f8abd2d12f7755727529ed63d6bd6 Mon Sep 17 00:00:00 2001 From: liutong <836164388@qq.com> Date: Thu, 17 Apr 2025 14:10:51 +0800 Subject: [PATCH] =?UTF-8?q?refactor(market):=20=E6=9B=B4=E6=96=B0=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E7=9B=AE=E6=A0=87=E8=BF=9B=E5=BA=A6=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将静态日期替换为动态显示 infoData.date- 将静态目标百分比替换为动态显示 infoData.goal_percent- 将静态预测百分比替换为动态显示 infoData.yc_yj_percent - 将静态成交百分比替换为动态显示 infoData.cj_yj_percent --- pages/market/index/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/market/index/index.vue b/pages/market/index/index.vue index 25179fa..9c2d037 100644 --- a/pages/market/index/index.vue +++ b/pages/market/index/index.vue @@ -56,19 +56,19 @@ - 08月01日-08月30日 + {{infoData.date}} - 目标 100% + 目标 {{infoData.goal_percent}}% - 目标 1% + 目标 {{infoData.yc_yj_percent}}% - 目标 20% + 目标 {{infoData.cj_yj_percent}}% @@ -76,7 +76,7 @@ - +