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=5055&classid=5&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: 1744317892,
nonceStr: 'nbMFy6kndhF3eBx0',
signature: '7979429d4be9166bfb4de29bdea94fb1249f4341',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a3D\u6253\u5370\u8f85\u52a9\u8179\u8154\u955c\u53f3\u4fa7\u80be\u4e0a\u817a\u5de8\u5927\u80bf\u7624\u5207\u9664\u672f","smalltext":"\u201c\u611f\u8c22\u4e13\u5bb6\u4eec\u7528\u4e16\u754c\u5148\u8fdb\u7684\u6280\u672f-3D\u6253\u5370\u6280\u672f\u7ed3\u5408\u589e\u5f3a\u73b0\u5b9e\u6280\u672f\u4e3a\u6211\u6cbb\u7597\u4e86\u80be\u810f\u80bf\u7624\uff0c\u7ed9\u4e86\u6211\u65b0\u7684\u751f\u547d\u3002\u201d11\u670815\u65e5\uff0c\u6587\u67d0\u51fa\u9662\u65f6\uff0c\u63e1\u4f4f\u6ccc\u5c3f\u5916\u79d1\u4e13\u5bb6\u9a6c\u8dc3\u7684\u624b\u611f\u6fc0\u5730\u8bf4\u9053\u3002\u6587\u67d0\uff0c\u7537\u6027\uff0c38\u5c81\uff0c11","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5055"};
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 () {
}
});
});
}