
bug已确认
155 人关注该话题
【报Bug】vue3 跳转到新页面 滚动条位置不对 打开新页面 滚动条应该在顶部 但是目前打开新页面 滚动条位置会和前一个页面一样
bug已确认
负责人:DCloud_UNI_GSQ
y***@163.com 2023-09-28 14:55 回复问题 • 9 人关注 • 10 个回复 • 747 次浏览
【报Bug】vue3中,uni_module里的组件不会自动引入 bug已确认
有色如你 2023-09-28 11:06 回复问题 • 8 人关注 • 7 个回复 • 1930 次浏览
【报Bug】vue3版本下,分包使用static 在微信小程序 路径会识别为根目录下static bug已确认
特哦那首歌 2023-09-27 11:47 回复问题 • 3 人关注 • 4 个回复 • 305 次浏览
【报Bug】ios系统下,input输入小数点的同时会显示placeholder
bug已确认
负责人:DCloud_UNI_LXH
mosowe 2023-09-26 16:56 回复问题 • 4 人关注 • 4 个回复 • 145 次浏览
【报Bug】Hbuilder 代码格式化 .json 文件, 负数换行错误 bug已确认
DCloud_HB_WDL 2023-09-25 11:04 回复问题 • 1 人关注 • 1 个回复 • 47 次浏览
录音功能,指定帧数据获取,没有响应
bug已确认
负责人:DCloud_App_Array
3***@qq.com 2023-09-21 12:45 回复问题 • 14 人关注 • 10 个回复 • 2704 次浏览
【报Bug】slider在swiper中拖动有问题
bug已确认
负责人:DCloud_uniAD_HDX
无符号 2023-09-20 10:08 回复问题 • 7 人关注 • 5 个回复 • 865 次浏览
【报Bug】Uniapp ios关闭手机蓝牙开关 uni.onBLEConnectionStateChange 没有回调
iOS
蓝牙
bug已确认
负责人:DCloud_iOS_WZT
k***@foxmail.com 2023-09-19 20:02 回复问题 • 6 人关注 • 7 个回复 • 1349 次浏览
app热更新,当次页面错乱
uniapp
iOS
安卓
热更新
bug已确认
负责人:DCloud_App_Array
w***@foxmail.com 2023-09-12 17:51 回复问题 • 17 人关注 • 13 个回复 • 1383 次浏览
【报Bug】UNIAPP H5修改hash模式的URL参数会导致页面重载,以前旧的hbx2.8.11是不会重载的 bug已确认
奥利奥饼干 2023-09-12 17:50 回复问题 • 7 人关注 • 7 个回复 • 1398 次浏览
联表查询,dbCmd.or([]) 跨字段查询 bug已确认
DCloud_uniCloud_WYQ 2023-09-12 12:06 回复问题 • 1 人关注 • 1 个回复 • 49 次浏览
【报Bug】vue3 小程序css v-bind() 未生效
bug已确认
负责人:DCloud_UNI_GSQ
lihuifang 2023-09-08 11:37 回复问题 • 12 人关注 • 11 个回复 • 1862 次浏览
替代方案:
<text space="nbsp">{{title}}</text>
js的data里:"title":" He空格空格l... 显示全部 »
替代方案:
<text space="nbsp">{{title}}</text>
js的data里:"title":" He空格空格llo "
https://github.com/dcloudio/uni-app/issues/3930
https://github.com/dcloudio/uni-app/issues/3930
暂时可通过替换文件 HBuilderX/plugins/uniapp-cli-vite/node_modules/... 显示全部 »
暂时可通过替换文件 HBuilderX/plugins/uniapp-cli-vite/node_modules/@dcloudio/uni-mp-vite/dist/plugin/polyfill.js 为附件文件解决
赞同来自: BoredApe
方法1:下载附件zip文件,将zip包的的info.plist文件,复制替换`/Applications/HBuilderX.app/Contents`目录下的info.plist。
方法2:重新下载HBui... 显示全部 »
方法1:下载附件zip文件,将zip包的的info.plist文件,复制替换`/Applications/HBuilderX.app/Contents`目录下的info.plist。
方法2:重新下载HBuilderX安装包
方法3:操作系统,切换外观为`浅色`
赞同来自: zhaoyu2020
赞同来自: 用户7810 、DCloud_UNI_GSQ
```
this._mapContext.on({
name: "markerClusterCreate",
callback: (e) => {
console.log(&qu... 显示全部 »
```
this._mapContext.on({
name: "markerClusterCreate",
callback: (e) => {
console.log("markerClusterCreate", e);
const clusters = e.clusters
const markers = clusters.map(cluster => {
const {
center,
clusterId,
markerIds
} = cluster
return {
...center,
width: 60,
height: 60,
clusterId, // 必须
iconPath: img,
label: {
content: markerIds.length + '',
fontSize: 20,
width: 20,
height: 20,
bgColor: '#00ff00',
borderRadius: 30,
textAlign: 'center',
anchorX: 0,
anchorY: -30,
}
}
})
this._mapContext.addMarkers({
markers,
clear: false,
complete(res) {
console.log('clusterCreate addMarkers', res)
}
})
}
});
```
临时解决方案是 在xcode导出的ipa里 新建一个HXDependencies目录
临时解决方案是 在xcode导出的ipa里 新建一个HXDependencies目录
uni-app map组件 @regionchange 不触发注意点 uni_app bug已确认
1***@qq.com2023-07-12 11:02 评论文章 • 6 个评论 • 5614 次浏览
[Bug反馈] Android plus.runtime.restart();重启失效 bug已确认 bug反馈 mui
浅樱2021-12-24 10:48 评论文章 • 23 个评论 • 11262 次浏览
更新到2.7.9,强制v3编译,不再兼容wx.***的接口写法。为什么不早说!!! bug已确认
1***@163.com2020-06-11 09:10 评论文章 • 11 个评论 • 1765 次浏览
【BUG】界面菜单异常看不见字,其他软件均正常,不知道为什么,打开就这样。我该怎么做,没积分发不起bug专区 bug已确认
ResidualNight2020-04-25 19:31 评论文章 • 2 个评论 • 719 次浏览
这个代码提示 能改成颜色提示吗?看着很不舒服。 HBuilderX bug已确认
DCloud_HB_WDL2018-12-14 10:33 评论文章 • 3 个评论 • 1387 次浏览
MX3 魅族3 ,官方的demo,chat功能 第二次弹出输入法,就会出现 应用停止运行 bug已确认
雨沫2015-11-23 20:56 评论文章 • 1 个评论 • 1654 次浏览