<label class="item-row-label">
<radio :value="item.value" :checked="item.value == value" />
<view class="item-text">{{item.label}}</view>
</label>
- 发布:2023-03-28 18:47
- 更新:2023-03-28 18:47
- 阅读:166
产品分类: uniapp/App
PC开发环境操作系统: Mac
PC开发环境操作系统版本号: macOS Monterey 12.5
HBuilderX类型: 正式
HBuilderX版本号: 3.7.9
手机系统: Android
手机系统版本号: Android 11
手机厂商: 华为
手机机型: 小米,华为
页面类型: vue
vue版本: vue2
打包方式: 云端
项目创建方式: HBuilderX
示例代码:
操作步骤:
<label class="item-row-label">
<radio :value="item.value" :checked="item.value == value" />
<view class="item-text">{{item.label}}</view>
</label>
<label class="item-row-label">
<radio :value="item.value" :checked="item.value == value" />
<view class="item-text">{{item.label}}</view>
</label>
预期结果:
正常显示
正常显示
实际结果:
不显示
不显示
bug描述:
更新到最新版本,空白的那一栏就是 × ,安卓系统是这样显示的,鸿蒙系统不显示,苹果没问题