li.shaoyi 4 months ago
parent
commit
01cdd83330
1 changed files with 1 additions and 1 deletions
  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])
   })
 }