Update image.html

This commit is contained in:
Anyon 2022-06-30 16:46:32 +08:00
parent 229fdf2392
commit 0d1555b34e

View File

@ -99,7 +99,7 @@
},
// 上传图片文件
uploadImage: function () {
this.$ups.off('choose').on('choose', function (e, xurl) {
this.$ups.one('push', function (e, xurl) {
app.setValue(xurl);
}).click();
},