<switch class="switch" :disabled="disabled" :activeBackgroundColor="activeBackgroundColor" :checked="checked" @change="switch" />
- 发布:2024-11-29 10:39
- 更新:2024-11-29 10:39
- 阅读:63
产品分类: uni-app x/App
PC开发环境操作系统: Mac
PC开发环境操作系统版本号: 14.6.1
HBuilderX类型: 正式
HBuilderX版本号: 4.29
手机系统: iOS
手机系统版本号: iOS 17
手机厂商: 苹果
手机机型: iPhoneXsMax
页面类型: vue
vue版本: vue2
打包方式: 云端
项目创建方式: HBuilderX
示例代码:
操作步骤:
<switch class="switch" :disabled="disabled" :activeBackgroundColor="activeBackgroundColor" :checked="checked" @change="switch" />
<switch class="switch" :disabled="disabled" :activeBackgroundColor="activeBackgroundColor" :checked="checked" @change="switch" />
预期结果:
属性为true时禁用,为false时不禁用
属性为true时禁用,为false时不禁用
实际结果:
属性为true时未禁用,为false时禁用
属性为true时未禁用,为false时禁用
bug描述:
uniappx项目中,IOS系统下动态修改switch的disabled属性的时候,如果修改属性为true并未禁用,反而修改属性为false时候却禁用了
0 个回复