小米5同样出现这个问题,但是苹果的机型没有出现,而且我是在后台进程都退出情况下只使用微信和小程序也会出现这个状况
微信小程序 调用相机 部分安卓手机出现重启小程序以下是我的方法,请问是怎么回事呢? doWordIndentify: function () { var that = this that.setData({ showOcrResult: false }) data: { ocrImgUrl: null } wx.chooseImage({ count: 1, sizeType: ['compressed'], sourceType: ['album', 'camera'], success: function (res) { var tempfilePath = res.tempFilePaths[0] that.setData({ ocrImgUrl: tempfilePath, }) console.log(tempfilePath) wx.uploadFile({ url: 'https://zs.nxxxjs.top/API/getImage', filePath: tempfilePath, name: 'file', formData: { 'user': 'test' }, success: function (res) { wx.showToast({ title: '解析成功', icon: 'succes', duration: 1000, mask: true }) var carN = res.data console.log(carN) console.log(carN[0]) var carN1 = carN.slice(15,-4) console.log(carN1) that.setData({ inputTxt1: carN1, }) //do something }, fail: function (err) { console.log(err) } }) }, fail: function (res) { // fail }, complete: function (res) { // complete } }) },
2019-01-04网上有个哥们做出来了,用scroll-view,我之前也看到这个了,不过放错地方,怪不得实现不了,https://blog.csdn.net/qq_36530458/article/details/81043694 ,大家可以借鉴一下。
swiper滑动流畅度问题请问如果我使用swiper组件,每一次只能滑动一个页面,如果我是一个图片列表,我要比较流畅的进行图片的滑动预览,能够像那种jquery插件一样多个图片滑动的比较顺畅的效果,请问能够实现的
2018-11-15我也是哇,打开word文档的时候苹果是可以的,安卓不行,调试器上面也是可以打开
安卓环境下wx.openDocument抛错!打开word文档安卓环境下:openDocumnet:fail file type not supported 2003,IOS正常能打开[图片]
2018-09-12