chooseImage 在 IOS系统下 图片加载问题
IOS系统需要加载 ! 还有等待时间,我都以为自己卡了
安卓系统刷刷的
wx.chooseImage({
count: 1,
sizeType: [‘original’],
success: (res) => {
let imgArray = this.data.imageArray;
imgArray.push(res.tempFilePaths);
this.setData({
imageArray: imgArray
})
}
})
也不说别的,怎么显示那个加载