From c5f75a251681efff2adc43dfec502b0820de033b Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 30 九月 2022 15:59:55 +0800
Subject: [PATCH] 1.维修验证静态页面开发实现

---
 pages/test/test1.html |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/pages/test/test1.html b/pages/test/test1.html
index 1884224..935b5ba 100644
--- a/pages/test/test1.html
+++ b/pages/test/test1.html
@@ -87,6 +87,28 @@
 			<van-dropdown-menu :overlay="false" style="width: 100px;">
 				<van-dropdown-item style="width: 100px;" v-model="value1" :options="option1" />
 			</van-dropdown-menu>
+			
+			
+			
+			<van-radio-group v-model="radio">
+			  <van-cell-group>
+				  <div>1</div>
+			    <van-cell title="鍗曢�夋 1" clickable @click="radio = '1'">
+				  <template #right-icon>
+			        <van-radio name="1" />
+			      </template>
+			    </van-cell>
+				  <div>2</div>
+				  <div>3</div>
+			    <van-cell title="鍗曢�夋 2" clickable @click="radio = '2'">
+			      <template #right-icon>
+			        <van-radio name="2" />
+			      </template>
+			    </van-cell>
+				<div>4</div>
+			  </van-cell-group>
+			</van-radio-group>
+			
 			</div>
 		</div>
 	</body>

--
Gitblit v1.9.3