更新
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<view style="">
|
||||
<view class=" list_item_car_title ">
|
||||
<view>
|
||||
<uni-list style="margin: 10rpx 0;" v-for="(item,index) in detailList">
|
||||
<uni-list style="margin: 10rpx 0;" v-for="(item,index) in detailList" :key="index">
|
||||
<view style="border-bottom: 2rpx solid #e5e5e5;padding: 10rpx;position: relative;">
|
||||
<radio :value="item.commonMark" :checked="item.commonMark==1?true:false"
|
||||
@tap="radioChange(item)">默认</radio>
|
||||
|
||||
Reference in New Issue
Block a user