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=702&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: 1741488651,
nonceStr: 'x7kVXwRcc61SVsIt',
signature: 'd95d1aa6b01b55193a9b06b52fdd815246d722ec',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/4a4b66ea77c47b081f792c54d73e0f8f.jpg","title":"\u81ea\u8d21\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u6211\u5fc3\u6696\u4f60\u5fc3 \u52a9\u4f60\u770b\u4e16\u754c","smalltext":"\u5728\u95fb\u540d\u9050\u8fe9\u5343\u5e74\u76d0\u90fd\u3001\u5357\u56fd\u706f\u57ce\u56db\u5ddd\u81ea\u8d21\uff0c\u6709\u4e00\u6240\u5177\u6709111\u5e74\u60a0\u4e45\u5386\u53f2\u7684\u4e09\u7ea7\u7532\u7b49\u7efc\u5408\u533b\u9662--- \u81ea\u8d21\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u3002\u8fd9\u6240\u5728\u4e0a\u4e16\u7eaa\u521d\u7531\u52a0\u62ff\u5927\u6559\u4f1a\u521b\u529e\u7684\u533b\u9662\uff0c\u7ecf\u8fc7\u4e00\u4e2a\u591a\u4e16\u7eaa\u7684","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=702"};
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 () {
}
});
});
}