liyongli 1 жил өмнө
parent
commit
7448f1c2e1

+ 1 - 2
src/view/IntangibleCulturalHeritageCeremony/index.vue

@@ -142,7 +142,6 @@ const onLoad = e => {
 };
 
 const down = item => {
-  console.log(window.$originData.orginParames.SL);
   if (isWechat) return showToast('请使用浏览器打开本页面');
   window
     .fetch(item.downUrl)
@@ -165,7 +164,7 @@ const down = item => {
       window.URL.revokeObjectURL(url); // 释放URL对象
       document.body.removeChild(a);
       if (window.$originData.orginParames.SL)
-        window.$originData.orginParames.SL.Interactive.appClick({
+        window.$originData.orginParames.SL.Interactive.AppClick({
           page_name: item.title + '下载',
           event_type: item.downUrl
         });