ソースを参照

Merge branch 'dev/v4.9.71_wmh' of qmx/jy into feature/v4.9.71

wenmenghao 8 ヶ月 前
コミット
853e32699d

+ 2 - 0
src/web/staticres/common-module/active/exchange/exchange.js

@@ -185,6 +185,7 @@ var exchangeV = new Vue({
     if(!url){
       return
     }
+    alert(url)
         var _this = this
         var imgs = url
         var img = document.createElement('img')
@@ -193,6 +194,7 @@ var exchangeV = new Vue({
         img.onload = function () {
           var base2Img = _this.getBase64Image(img)
           var imgUrl = base2Img.replace('data:image/png;base64,', '')
+          alert(imgUrl)
           try {
             if (typeof window.__compatibleAppFn === 'function') {
               window.__compatibleAppFn(JyObj.savePic, imgUrl, '剑鱼标讯需要您的存储权限、电话权限,将用于帮助您下载、保存图片到本地,将内容成功分享到社交平台。')