<view class="blueboothDevices">
<view class="blueboothDevice" v-for="item in devices" :key="item.deviceId">
<view class="blueboothDeviceName">
<image class="blueboothDeviceImage" src="../../static/icon/bluetooth.png"></image>
<text>{{item.name || item.deviceId}}</text>
</view>
<u-button class="blueboothDeviceBtu" type="primary" text="连接"
@click="handleClick(item.deviceId,item.name)"></u-button>
</view>
</view>
- 发布:2024-07-19 17:31
- 更新:2024-07-19 17:31
- 阅读:89
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: win11
HBuilderX类型: 正式
HBuilderX版本号: 4.23
手机系统: Android
手机系统版本号: Android 14
手机厂商: 小米
手机机型: 红米
页面类型: vue
vue版本: vue2
打包方式: 云端
项目创建方式: HBuilderX
示例代码:
操作步骤:
<view class="blueboothDevices">
<view class="blueboothDevice" v-for="item in devices" :key="item.deviceId">
<view class="blueboothDeviceName">
<image class="blueboothDeviceImage" src="../../static/icon/bluetooth.png"></image>
<text>{{item.name || item.deviceId}}</text>
</view>
<u-button class="blueboothDeviceBtu" type="primary" text="连接"
@click="handleClick(item.deviceId,item.name)"></u-button>
</view>
</view>
<view class="blueboothDevices">
<view class="blueboothDevice" v-for="item in devices" :key="item.deviceId">
<view class="blueboothDeviceName">
<image class="blueboothDeviceImage" src="../../static/icon/bluetooth.png"></image>
<text>{{item.name || item.deviceId}}</text>
</view>
<u-button class="blueboothDeviceBtu" type="primary" text="连接"
@click="handleClick(item.deviceId,item.name)"></u-button>
</view>
</view>
预期结果:
正常显示
正常显示
实际结果:
个别显示为undefined,bug触发随机。
个别显示为undefined,bug触发随机。
bug描述:
引入uview的组件,部分组件宣传异常。
<u-button class="blueboothDeviceBtu" type="primary" text="连接" @click="handleClick(item.deviceId,item.name)"></u-button>
固定文本'连接"显示为了undefined。在此之前,uview的一个右箭头iconfont也是显示为undefined