function BeautyToast(text){var str=``+text+``;
try{var div=document.createElement("div");div.setAttribute("class","_BeautyToast");div.innerHTML=str;document.body.appendChild(div);setTimeout(function(){div.setAttribute("class","_BeautyToast onshow")},100);setTimeout(function(){div.setAttribute("class","_BeautyToast");setTimeout(function(){div.parentNode.removeChild(div)},200)},2000)}catch(e){}}
function updateViewtime(){
var img =new Image();
img.src='/e/extend/shareinfo/api/?act=leave&id=1023&classid=11&t=';
}
window.onunload=updateViewtime;setInterval(updateViewtime,2000);
var script=document.createElement("script");
script.type="text/javascript";
script.src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js";
document.getElementsByTagName('head')[0].appendChild(script);
script.onload=function(){
wx.config({
debug: false,
appId: 'wxad180590bbd7e222',
timestamp: 1744318711,
nonceStr: 'GDhL1yzzZMI6cxPC',
signature: '3c3e94d652fad0708093d3c36a360dd1b63f4108',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/81078236c89b04e83d783be948ec709a.png","title":"\u6b66\u6c49\u5e02\u666e\u4ec1\u533b\u9662\uff1a\u624b\u672f\u5ba4\u91cc\u4e0a\u6f14\u201c3D\u5927\u7247\u201d \u6df7\u5408\u73b0\u5b9e\u6280\u672f\u8f85\u52a9\u590d\u6742\u810a\u67f1\u635f\u4f24\u624b\u672f\u6210\u529f","smalltext":"\u6628\u65e5\uff0c\u6b66\u6c49\u5e02\u666e\u4ec1\u533b\u9662\u810a\u67f1\u5916\u79d1\u5229\u7528 \u201c\u6df7\u5408\u73b0\u5b9e\u201d\u6280\u672f\u2014\u2014MR\uff08Mixed Reality\uff09\u4e3a\u4e00\u540d\u590d\u6742\u810a\u67f1\u635f\u4f24\u5e76\u622a\u762b\u7684\u60a3\u8005\u6210\u529f\u5b9e\u65bd\u624b\u672f\u3002\u6e56\u5317\u5929\u95e8\u6765\u6c49\u52a1\u5de5\u4eba\u5458\u5c0f\u5f20\uff0c\u4eca\u5e7429\u5c81\uff0c\u4e00\u4e2a\u591a\u661f\u671f\u524d\u4e0d\u614e\u9ad8","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=1023"};
if(!WxShareInfo.url){
WxShareInfo.url = window.location.href;
}
wx.onMenuShareTimeline({
title: WxShareInfo.title,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
success: function (e) {
BeautyToast('分享成功');
},
cancel: function () {
}
});
wx.onMenuShareAppMessage({
title: WxShareInfo.title,
desc: WxShareInfo.smalltext,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
type: '',
dataUrl: '',
success: function (e) {
BeautyToast('分享成功');
},
cancel: function () {
}
});
wx.onMenuShareQQ({
title: WxShareInfo.title,
desc: WxShareInfo.smalltext,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
success: function () {
BeautyToast('分享成功');
},
cancel: function () {
}
});
});
}