Update image.html

This commit is contained in:
Anyon 2022-06-30 16:53:42 +08:00
parent 28e8e3db01
commit f643cfcf48

View File

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