From b21e53f16f228d3192eb54178f081395878b2406 Mon Sep 17 00:00:00 2001
From: chengkun <chengkun@ishangstudy.com>
Date: Fri, 12 Sep 2025 13:13:50 +0800
Subject: [PATCH] 提交

---
 app/home/view/blog/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/app/home/view/blog/index.html b/app/home/view/blog/index.html
index d64bedc..d3c9e3c 100644
--- a/app/home/view/blog/index.html
+++ b/app/home/view/blog/index.html
@@ -101,7 +101,7 @@
                                                 <div class="witr_blog_con bs5">
                                                     <!-- title -->
                                                     <h2>
-                                                        <a href="javascript:void(0)" @click="gotoBlogDetail(item.id)" class="blog-title">
+                                                        <a href="javascript:void(0)" @click="gotoBlogDetail({$item.id})" class="blog-title">
                                                             <template v-if="language=='zh-cn'">{$item.title}</template>
                                                             <template v-else>{$item.en_title}</template>
                                                         </a>

--
Gitblit v1.9.0