liyongli 2 жил өмнө
parent
commit
cb514bc570

+ 37 - 0
src/view/motorVehicle/index.js

@@ -7,3 +7,40 @@ environment();
 window.$originData = getPageParameters();
 document.title = window.$originData.orginParames.title || '';
 createApp(App).mount('#app');
+
+// 分享
+// window.weixin_Share_Init(
+//   '战马音浪 · 校园歌手大赛',
+//   '线上连麦PK报名通道已开通,火热报名中...',
+//   'https://cxzx.smcic.net/topic/highSpeed/img/logo3.png'
+// );
+
+var SL = new window.SmcicLogger('special', 'c6124e05');
+SL.Util.SetUrl('https://collect.smcic.net:8443/');
+SL.Systematic.Init({
+  appid: 'c6124d95',
+  channel: 'shanshipin',
+  model: '',
+  os: '',
+  os_version: '',
+  carrier: '',
+  network_type: '',
+  ip: '',
+  app_name: '',
+  app_version: '',
+  build_version: '',
+  platform_type: '',
+});
+SL.Content.CommodityDetail({
+  commodity_detail_source: '活动',
+  commodity_id: '',
+  commodity_name: document.title,
+  publisher_name: '',
+  publisher_id: '',
+  review_count: 0,
+  comment_count: 0,
+  collect_count: 0,
+  share_count: 0,
+  like_count: 0,
+  tag: [],
+});