Commit 534535ca authored by youjie's avatar youjie

no message

parent fe7d126f
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
style="max-height: 60vh;"> style="max-height: 60vh;">
<view class="List column"> <view class="List column">
<radio-group @change="radioChange"> <radio-group @change="radioChange">
<view class="column" v-for="(item, index) in list"> <view class="column MB20" v-for="(item, index) in list">
<label class="row items-center justify-center MB20" <label class="row items-center justify-center MB10"
:key="item.value"> :key="item.value">
<view> <view>
<radio :value="item.id" :checked="item.id == newCurrent" <radio :value="item.id" :checked="item.id == newCurrent"
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
</view> </view>
<view class="flex1">{{item.name}}</view> <view class="flex1">{{item.name}}</view>
</label> </label>
<view class="PB20" v-if="item.newName"> <view v-if="item.newName" class="MT10">
<view class="newNameImg row justify-center"> <img src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638890399900642324.png"/> </view> <view class="newNameImg row justify-center"> <img src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638890399900642324.png"/> </view>
<view class="newName">{{ item.newName }}</view> <view class="newName">{{ item.newName }}</view>
</view> </view>
......
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