From 11f56e8cdb9d7c51a3f91109779d174782511933 Mon Sep 17 00:00:00 2001 From: zyn Date: Fri, 23 Dec 2022 17:09:20 +0800 Subject: [PATCH] =?UTF-8?q?299-=E5=8F=91=E5=B8=83=E7=A8=BF=E8=AF=91?= =?UTF-8?q?=E6=96=87=E9=99=84=E4=BB=B6=E5=8F=AA=E6=98=BE=E7=A4=BA=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E6=94=B9=E4=B8=BA=E6=98=BE=E7=A4=BA=E5=A4=9A=E4=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/otherStandardDetails/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 5afcf5de7..8cf108884 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -2161,7 +2161,10 @@ export default { child6Func(child6) { const list = [] if (child6 && child6.length > 1) { - list.push(child6[0]) + for(let i = 0 ; i < child6.length ; i++){ + list.push(child6[i]) + } + // list.push(child6[0]) return list } return child6