From db70a9d98e712fbedb041249bd8a95d8a889fb97 Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期一, 04 十一月 2024 16:49:49 +0800
Subject: [PATCH] 修改用户常用语按钮的样式

---
 src/components/chat/chatComponents/summaryCom/components/amisPage/AmisPage.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/chat/chatComponents/summaryCom/components/amisPage/AmisPage.vue b/src/components/chat/chatComponents/summaryCom/components/amisPage/AmisPage.vue
index b5c1ca8..4731f7d 100644
--- a/src/components/chat/chatComponents/summaryCom/components/amisPage/AmisPage.vue
+++ b/src/components/chat/chatComponents/summaryCom/components/amisPage/AmisPage.vue
@@ -1,7 +1,7 @@
 <template>
 	<div>
 		<span v-if="data?.title" class="text-base font-bold flex-center">{{ data?.title }}</span>
-		<AMISRenderer :schema="data?.amis_json" :locals="data?.amis_data" @ready="amisReady"/>
+		<AMISRenderer :schema="data?.amis_json" :context="data?.amis_data" @ready="amisReady"/>
 	</div>
 </template>
 
@@ -16,7 +16,7 @@
 // import  甯傚満缁煎悎鐘舵�� from './testData/甯傚満缁煎悎鐘舵��.json'
 // import  閿�鍞搴﹂攢閲� from './testData/閿�鍞搴﹂攢閲�.json'
 // import  缁忔祹杩愯 from './testData/缁忔祹杩愯.json'
-// import testData from './testData.json'
+import testData from './testData.json'
 
 const props = defineProps({
 	data: {

--
Gitblit v1.9.3