li.shaoyi 4 月之前
父节点
当前提交
01cdd83330
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/packages/tss/views/home/main/index.vue

+ 1 - 1
src/packages/tss/views/home/main/index.vue

@@ -79,7 +79,7 @@ const trackEvent = () => {
 
     const callbackID = window.plus.bridge.callbackId(success, fail)
 
-    window.plus.bridge.exec('AppsFlyerExpand', 'initSDK', ['123','456',callbackID, ])
+    window.plus.bridge.exec('AppsFlyerExpand', 'initSDK', ['123', '456', callbackID])
   })
 }