''
liukangdong
2024-05-20 3c403cfa2a03e3ec6d3b0e4ccb9a38c552e16d0d
h5/uni_modules/qf-image-cropper/components/qf-image-cropper/qf-image-cropper.vue
@@ -353,6 +353,7 @@
               success: (res) => {
                  this.resetData();
                  this.initImage(res.tempFiles[0].path);
                  // this.open()
               }
            });
         },
@@ -369,6 +370,7 @@
          * @param {String} url 图片链接
          */
         initImage(url) {
            this.open()
            uni.getImageInfo({
               src: url,
               success: (res) => {