收藏
回答

win10打开图片选择总是卡死BUG(附截图)

框架类型 问题类型 操作系统 工具版本
小程序 Bug Windows 微信开发者工具RC v1.02.1905151

- 当前 Bug 的表现(可附上截图)



- 预期表现

点击选择图片

- 复现路径

只要点击图片选择器就卡死未响应

- 提供一个最简复现 Demo

btnEew: function() {

//扫描患者腕带获取ID

var that = this;

uni.scanCode({

success: function(res) {

if (res.errMsg == 'scanCode:ok') {

if (that.if_UserShow == false) {

that.Barcode = res.result;

//获取患者ID

that.GetBloodPatien();

} else {

that.Barcode = res.result;

//获取患者ID

that.btnBoolInfo();

}

} else {

uni.showToast({

title: '数据异常',

icon: 'none',

duration: 1500

});

return;

}

},

fail: function(res) {}

});

}


回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容