[图片] 我也是,有Bug
开发工具bug,debugging connection was closed![图片]这是怎么回事,重启电脑还是这个样子,取消弹框取消不掉,开发者工具是最新的远程调试版本,急这没办法开发了
2019-02-26下载新版本试试吧。 [图片]
wx.previewImage开发工具成功但是没效果- 当前 Bug 的表现(可附上截图) [图片] - 预期表现 点击没有效果再工具上 - 复现路径 - 提供一个最简复现 Demo //index.js //获取应用实例 <view class="container"> <view wx:for="{{imgalist}}" wx:for-item="image" class="previewimg"> <image src="{{image}}" data-src="{{image}}" bindtap="previewImage"></image> </view> </view> const app = getApp() data: { imgalist: ['https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1496287851&di=0a26048f586b852193cb5026d60c4fad & imgtype=jpg & er=1 & src=http % 3A % 2F % 2Fpic.58pic.com%2F58pic % 2F12 % 2F74 % 2F05 % 2F99C58PICYck.jpg', 'https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1495693185413&di=0d0acdebf0f532edd0fcdb76265623c5 & imgtype=0 & src=http % 3A % 2F % 2Fimg1.3lian.com % 2Fimg013 % 2Fv3 % 2F2 % 2Fd % 2F61.jpg', 'https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1495693185413di=55835ae37fdc95a317b03f28162c0de1 & imgtype=0 & src=http % 3A % 2F % 2Fimg4.duitang.com % 2Fuploads % 2Fitem % 2F201307 % 2F12 % 2F20130712224237_nSjht.jpeg', 'https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1495693185410&di=e28cc03d2ae84130eabc26bf0fc7495f & imgtype=0 & src=http % 3A % 2F % 2Fpic36.photophoto.cn % 2F20150814 % 2F0005018308986502_b.jpg' ] }, previewImage: function (e) { var current = e.target.dataset.src; console.log(current); wx.previewImage({ current: current, // 当前显示图片的http链接 urls: this.data.imgalist, // 需要预览的图片http链接列表 success(res){console.log(res)}, fail(res) { console.log(res) } }) }
2019-01-23感觉你在钻牛角尖啊。很明显,人家有空就审核,没空就不审核。你干么这么认真?
春节审核求解审核调整通知只是说,1月31号前提交的2月4号前审核完毕,那31号到2月3号提交的小程序就要到2月11号回来后才能审么
2019-01-23666
腾讯狠起来连自己都屏蔽吗[图片] ··········
2019-01-23真机是可以的
图片不能预览var that = this; console.log(e); //获取当前图片的下表 var index = e.currentTarget.dataset.index, //数据源 pictures = that.data.picsfinal; wx.previewImage({ //当前显示下表 current: pictures[index], //数据源 urls: pictures }) 在模拟器IOS X下,无法预览图片。点击图片,只有一下的log [图片]
2019-01-21我也是这样问题。求解。
iPhonex(ios 12.1.2)真机调试不了(通讯失败,真机上显示空白)- 当前 Bug 的表现(可附上截图) iPhonex(ios 12.1.2)真机调试不了(通讯失败,真机上显示空白) 备注:用iphone7(ios 11.4.1)是可以的 - 预期表现 可以进行真机调试 - 复现路径 开发者工具--真机调试-->必现 - 提供一个最简复现 Demo
2019-01-16这个是部分代码。 使用模拟器,不能使用相机拍照。所以测试不出问题来。 使用真机,如果使用相册图片,加上时间戳,可以上传。但是使用拍照,加上时间戳,就不能正常上传图片了。 今天又不能真机调试。真是抓狂。
拍照加上时间戳后,图片不能正常上传到服务器- 需求的场景描述(希望解决的问题) - 希望提供的能力 ctx.draw(false, function () { wx.canvasToTempFilePath({ canvasId: 'firstCanvas', success: (res) => { const tempFilePaths = res.tempFilePath; pics = pics.concat(tempFilePaths); that.setData({ pics: pics })}, fail: (e) => { console.log(e) } })
2019-01-16[图片] 更多错误如上 [publib]:1 thirdScriptError APP-SERVICE-SDK:setStorageSync:fail timeout;at App lifeCycleMethod onLaunch function Error: APP-SERVICE-SDK:setStorageSync:fail timeout at setStorageSync ([publib]:1:470726) at r.(anonymous function) ([publib]:1:472111) at Object.pf.(anonymous function) [as setStorageSync] ([publib]:1:472711) at Object.<anonymous> ([publib]:1:306149) at Object.<anonymous> ([publib]:1:550483) at Function.<anonymous> ([publib]:1:550579) at Object.<anonymous> ([publib]:1:265452) at e.onLaunch (weapp:///app.js:50:8) at e.<anonymous> ([publib]:1:713769) at new e ([publib]:1:714653)
不能真机调试- 当前 Bug 的表现(可附上截图) 真机上显示发送失败,是否继续重试 放弃 重试 怎么试都不能debug [图片] - 预期表现 - 复现路径 - 提供一个最简复现 Demo
2019-01-16