|
@@ -10,7 +10,38 @@ window.weixin_Share_Init(
|
|
|
window.$originData.orginParames.title,
|
|
|
'',
|
|
|
'https://cxzx.smcic.net/topic/tool/img/%E9%9D%9E%E9%81%97%E7%9B%9B%E5%85%B8/fy.jpg',
|
|
|
- 'https://cxzx.smcic.net/topic/activity/IntangibleCulturalHeritageCeremony.html?' + Date.now()
|
|
|
+ 'https://cxzx.smcic.net/topic/activity/IntangibleCulturalHeritageCeremony.html?' +
|
|
|
+ Date.now()
|
|
|
);
|
|
|
document.title = window.$originData.orginParames.title || '';
|
|
|
+window.$originData.orginParames.SL = new window.SmcicLogger('special', 'c6124e07');
|
|
|
+window.$originData.orginParames.SL.Util.SetUrl('https://collect.smcic.net:8443/');
|
|
|
+window.$originData.orginParames.SL.Systematic.Init({
|
|
|
+ appid: 'c6124e07',
|
|
|
+ channel: 'special',
|
|
|
+ model: '',
|
|
|
+ os: '',
|
|
|
+ os_version: '',
|
|
|
+ carrier: '',
|
|
|
+ network_type: '',
|
|
|
+ ip: '',
|
|
|
+ app_name: '',
|
|
|
+ app_version: '',
|
|
|
+ build_version: '',
|
|
|
+ platform_type: ''
|
|
|
+});
|
|
|
+window.$originData.orginParames.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: []
|
|
|
+});
|
|
|
+
|
|
|
createApp(App).mount('#app');
|