From e3f61a2057463cbf793c91837783289de7a84965 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期三, 18 十二月 2024 15:36:00 +0800
Subject: [PATCH] 指定 result_group_index

---
 src/components/chat/chatComponents/summaryCom/components/amisPage/testData.json |   63 +++++++++++++++++++++++++++++++
 1 files changed, 62 insertions(+), 1 deletions(-)

diff --git a/src/components/chat/chatComponents/summaryCom/components/amisPage/testData.json b/src/components/chat/chatComponents/summaryCom/components/amisPage/testData.json
index e007f2e..3b12f4a 100644
--- a/src/components/chat/chatComponents/summaryCom/components/amisPage/testData.json
+++ b/src/components/chat/chatComponents/summaryCom/components/amisPage/testData.json
@@ -6,10 +6,71 @@
 			"body": [
 				{
 					"id": "u:5919b609704e",
-					"tpl": "aaaaaa-${data}",
+					"tpl": "aaaaaa-${siteName}",
 					"type": "tpl",
 					"inline": true,
 					"wrapperComponent": ""
+					
+				},
+				{
+					"type":"service",
+					"body":[
+						{
+							"tpl": "aaaaaa-${siteName}",
+							"type": "tpl",
+							"inline": true,
+							"wrapperComponent": ""
+							
+						},
+						{
+							"type":"service",
+							"body":[
+								{
+									"tpl": "aaaaaa-${siteName}",
+									"type": "tpl",
+									"inline": true,
+									"wrapperComponent": ""
+									
+								},
+								{
+									"type":"service",
+									"body":[
+										{
+											"tpl": "aaaaaa-${siteName}",
+											"type": "tpl",
+											"inline": true,
+											"wrapperComponent": ""
+											
+										},
+										{
+											"type":"service",
+											"body":[
+												{
+													"tpl": "aaaaaa-${siteName}",
+													"type": "tpl",
+													"inline": true,
+													"wrapperComponent": ""
+													
+												},
+												{
+													"type":"service",
+													"body":[
+														{
+															"tpl": "aaaaaa-${siteName}",
+															"type": "tpl",
+															"inline": true,
+															"wrapperComponent": ""
+															
+														}
+													]
+												}
+											]
+										}
+									]
+								}
+							]
+						}
+					]
 				}
 			],
 			"size": "none",

--
Gitblit v1.9.3