Commit 07fd45dc authored by zhengke's avatar zhengke

修改

parent 8b98804f
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
<view class="txtype"> <view class="txtype">
<view class="typeitem" v-for="(item, index) in classList" :key="index" > <view class="typeitem" v-for="(item, index) in classList" :key="index" >
<Text>{{item.Name}}</Text> <Text>{{item.Name}}</Text>
<u-radio-group v-model="value"> <u-radio-group v-model="carName">
<u-radio <u-radio
v-model = 'item.checked' v-model = 'item.checked'
active-color="#EE4454" active-color="#EE4454"
...@@ -139,9 +139,9 @@ ...@@ -139,9 +139,9 @@
<view class="txtype"> <view class="txtype">
<view class="typeitem" v-for="(item, index) in EnumList" :key="index" > <view class="typeitem" v-for="(item, index) in EnumList" :key="index" >
<Text>{{item.Name}}</Text> <Text>{{item.Name}}</Text>
<u-radio-group v-model="value"> <u-radio-group v-model="EnumName">
<u-radio <u-radio
v-model = 'item.checked' v-model = 'item.Id'
active-color="#EE4454" active-color="#EE4454"
shape="circle" shape="circle"
:name="item.Name" :name="item.Name"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment