This commit is contained in:
2026-03-05 16:34:25 +08:00
parent 13ee9e66cc
commit 69e199e9cc
15 changed files with 1398 additions and 677 deletions

View File

@ -123,6 +123,9 @@
},
loadImage: function () {
var _this = this
uni.showLoading({
title: '图片加载中...',
})
uni.getImageInfo({
src: _this.imageSrc,
@ -188,7 +191,14 @@
isShowImg: true
})
uni.hideLoading()
}
},
fail() {
uni.hideLoading()
uni.showToast({
title: '图片加载失败',
icon: 'none'
})
},
})
},
// 拖动时候触发的touchStart事件