This commit is contained in:
xiaozhiyong
2024-11-13 13:21:59 +08:00
parent 81e136096d
commit c501ba0a53
14 changed files with 2337 additions and 27 deletions

View File

@@ -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>