wx.chooseImage选完图片,使用wx.showLoading没有反应
wepy.chooseImage({
count: 1
}).then(res => {
wepy.showLoading({
title: ‘加载中’
}) //无法显示???
})
wepy.chooseImage({
count: 1
}).then(res => {
wepy.showLoading({
title: ‘加载中’
}) //无法显示???
})