gx
queenwuli
2021-01-15 4b80c98ef5fda8d6358778f2efe8bb35cb20ccf9
hive-app/common/jssdk/uploadImg.js
@@ -55,7 +55,6 @@
         base64: 'data:image/jpeg;base64,'+ file
      }, 'POST').then((res) => {
         if(res.status == 200){
            console.log(res.mapInfo.file)
            this.callback && this.callback(res.mapInfo.file)
         }else{
            toast.info(res.info)