From cd98c69ff835643f518337ee9ab532885c647efb Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期五, 15 三月 2024 18:48:39 +0800 Subject: [PATCH] 合并代码 --- pages/resourceDetails/document/index.json | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/pages/resourceDetails/document/index.json b/pages/resourceDetails/document/index.json index 8835af0..1e94fa8 100644 --- a/pages/resourceDetails/document/index.json +++ b/pages/resourceDetails/document/index.json @@ -1,3 +1,9 @@ { - "usingComponents": {} + "component": true, + "usingComponents": { + "t-icon": "tdesign-miniprogram/icon/icon", + "t-button": "tdesign-miniprogram/button/button", + "t-image": "tdesign-miniprogram/image/image" + }, + "navigationStyle": "custom" } \ No newline at end of file -- Gitblit v1.9.1