chooseImage 在 IOS系统下 图片加载问题

发布于 6 年前作者 daiming13811 次浏览最后编辑 6 年前来自 ask

IOS系统需要加载 ! 还有等待时间,我都以为自己卡了

安卓系统刷刷的

wx.chooseImage({

    count: 1,

    sizeType: [‘original’],

    success: (res) => {

    let imgArray = this.data.imageArray;

    imgArray.push(res.tempFilePaths);

        this.setData({

        imageArray: imgArray

        })

    }

})

也不说别的,怎么显示那个加载

1 回复
jingdeng
jingdeng1 楼4 年前

同问该问题