From 90e68af7b9f89f298c06393f874166ea35a8bcc4 Mon Sep 17 00:00:00 2001 From: lihaichao <17645103861@163.com> Date: Wed, 13 Nov 2024 16:48:17 +0800 Subject: [PATCH] =?UTF-8?q?fix(radio):=20=E4=BF=AE=E5=A4=8Dradio-group?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E4=BD=BF=E7=94=A8=E9=94=99=E8=AF=AF=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/components/Radio/Radio.tsx | 6 ++++-- src/pages/Radio/Radio.tsx | 13 +++++++++++++ 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 25384ed..5170709 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zaihui/hui-design", - "version": "0.0.1-beta.85", + "version": "0.0.1-beta.86", "description": "小程序组件库", "templateInfo": { "name": "mobx", diff --git a/src/components/Radio/Radio.tsx b/src/components/Radio/Radio.tsx index 9074ce5..4b92496 100644 --- a/src/components/Radio/Radio.tsx +++ b/src/components/Radio/Radio.tsx @@ -62,11 +62,13 @@ const HuiRadio: React.FC = (props) => { return ( diff --git a/src/pages/Radio/Radio.tsx b/src/pages/Radio/Radio.tsx index 2dcea19..b093c02 100644 --- a/src/pages/Radio/Radio.tsx +++ b/src/pages/Radio/Radio.tsx @@ -58,6 +58,19 @@ const RadioPage: React.FC = () => { + + + + + + + + + + + + + )