From 425ae2c8d1e3459a248dad061f75975e7491eef7 Mon Sep 17 00:00:00 2001 From: 3y Date: Tue, 29 Nov 2022 19:59:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20=E5=BE=AE=E4=BF=A1?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=8F=B7=EF=BC=8C=E6=8E=A5=E6=94=B6=E5=90=8E?= =?UTF-8?q?=E7=AB=AF=E7=9A=84=E5=8F=82=E6=95=B0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/crud-new.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/crud-new.json b/pages/crud-new.json index 30c49d7..53d4b16 100644 --- a/pages/crud-new.json +++ b/pages/crud-new.json @@ -332,9 +332,8 @@ }, { "type": "service", - "className": "m-t", - "initFetchSchemaOn": "data.templateId", - "schemaApi": "http://localhost:8080/officialAccount/template/detailTemplate?id=${sendAccount}&wxTemplateId=${templateId}" + "schemaApi": "http://localhost:8080/officialAccount/detailTemplate?id=${sendAccount}&wxTemplateId=${templateId}", + "visibleOn": "this.sendChannel == 50" }, { "type": "select", @@ -877,6 +876,7 @@ "dingDingOaTitle": "${dingDingOaTitle}", "dingDingOaContent": "${dingDingOaContent}", "dingDingOaAuthor": "${dingDingOaAuthor}", + "officialAccountParam": "${officialAccountParam}", "msgContent": "{\"content\":\"${content}\",\"url\":\"${url}\",\"title\":\"${title}\",\"sendType\":\"${sendType}\",\"picUrl\":\"${picUrl}\"}" } }