This commit is contained in:
王一嘉
2025-07-14 18:56:19 +08:00
parent 62fd756962
commit 61fb0171fb

View File

@@ -117,8 +117,15 @@ const success = async () => {
@click="v.is_use !== 0 && po.status === 0 ? selected = v.id : null" @click="v.is_use !== 0 && po.status === 0 ? selected = v.id : null"
v-for="(v, index) in vo" v-for="(v, index) in vo"
class="!flex items-center py-[22rpx]"> class="!flex items-center py-[22rpx]">
<radio :checked="selected === v.id" <view class="relative">
:disabled="v.is_use === 0 || po.status>0"></radio> <radio
@focus="(e) => {console.log(e)}"
:checked="selected === v.id"
:disabled="v.is_use === 0 || po.status>0">
</radio>
<view @click="v.is_use !== 0 && po.status === 0 ? selected = v.id : null"
class="!size-full absolute left-0 top-0"></view>
</view>
<image class="!size-[80rpx] rounded-[50%] overflow-hidden !ml-[34rpx]" <image class="!size-[80rpx] rounded-[50%] overflow-hidden !ml-[34rpx]"
:src="PlatformENUM[v.platform_id]"></image> :src="PlatformENUM[v.platform_id]"></image>
<view class="!flex flex-col !ml-[16rpx]"> <view class="!flex flex-col !ml-[16rpx]">