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=990&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: 1749425600,
nonceStr: 'KGas3qm6J2ofoOcx',
signature: 'f433466317f4c6f71f0ae87673c7c5055495e564',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/901e4c691d2624ba1ebca0b8415bf323.jpg","title":"\u629a\u987a\u5e02\u7b2c\u56db\u533b\u9662\uff1a\u533b\u751f\u54e5\u201c\u533b\u5165\u4ec1\u5fc3\u201d\u7537\u56e2\u51fa\u5708\uff0c\u533b\u5e08\u8282\u7206\u6b3e\u6f14\u5531\u300a\u751f\u547d\u4e4b\u8239\u300b","smalltext":"\u7ee7\u67d0\u679c\u53f0\u201c\u58f0\u5165\u4eba\u5fc3\u201d\u7537\u56e2\u51fa\u9053\u540e\uff0c\u629a\u987a\u56db\u9662\u533b\u751f\u54e5\u201c\u533b\u5165\u4ec1\u5fc3\u201d\u7537\u56e2\u57282019\u533b\u5e08\u8282\u6b63\u5f0f\u51fa\u5708\uff01\u201c\u6d0b\u4ed4\u3001\u963f\u8d85\u3001\u5927\u4eae\u3001\u5c0f\u6587\u201d\u3002\u201c\u996d\u5708\u201d\u59b9\u59b9\u4eec\u522b\u518d\u82e6\u8ffd\u90a3\u4e9b\u5f71\u89c6\u91cc\u9738\u5c4f\u7684\u533b\u751f\u4e86\uff0c\u4ed6\u4eec\u592a\u9065","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=990"};
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 () {
}
});
});
}