<picker @change="bindTestTypeChange" :value="testTypeIndex" :range="testTypes">
<view class="row">
<text class="date-text">{{testTypes[testTypeIndex]}}</text>
<uni-icons type="bottom" size="20" color="#C3CBD6"></uni-icons>
</view>
</picker>
- 发布:2022-01-24 11:17
- 更新:2022-03-15 17:42
- 阅读:1099
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: Windows 10 企业版
HBuilderX类型: 正式
HBuilderX版本号: 3.3.9
手机系统: Android
手机系统版本号: Android 11
手机厂商: 小米
手机机型: Redmi K 30
页面类型: nvue
vue版本: vue2
打包方式: 云端
项目创建方式: HBuilderX
示例代码:
操作步骤:
<picker @change="bindTestTypeChange" :value="testTypeIndex" :range="testTypes">
<view class="row">
<text class="date-text">{{testTypes[testTypeIndex]}}</text>
<uni-icons type="bottom" size="20" color="#C3CBD6"></uni-icons>
</view>
</picker>
<picker @change="bindTestTypeChange" :value="testTypeIndex" :range="testTypes">
<view class="row">
<text class="date-text">{{testTypes[testTypeIndex]}}</text>
<uni-icons type="bottom" size="20" color="#C3CBD6"></uni-icons>
</view>
</picker>
预期结果:
样式正确
样式正确
实际结果:
样式错误
样式错误
bug描述:
nvue 项目 hbuilder 更新了 3.3.9 以后 picker 样式显示错误