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=848&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: 1747136715,
nonceStr: 'B6dkUMLfc5b4dsbt',
signature: '4d35b433129f79dee2fceb4deb06427c34baa720',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/5894d7a6da349b3b797c7bddcb7123a8.png","title":"\u6606\u5c71\u5e02\u8001\u5e74\u533b\u9662\uff1a\u4f60\u53ea\u662f\u4e00\u4e2a\u62ac\u773c\uff0c\u5c31\u8ba9\u6211\u751f\u673a\u91cd\u73b0","smalltext":"\u8fd1\u65e5\uff0c\u4e00\u5bf9\u592b\u59bb\u643a\u7740\u4e00\u9762\u9526\u65d7\u6765\u5230\u533b\u9662\u9662\u529e\uff0c\u8981\u611f\u8c22\u5fc3\u5185\u79d1\u533b\u5e08\u8c22\u5b97\u6e0a\u3002\u63a5\u5230\u7535\u8bdd\u524d\u6765\u7684\u8c22\u5b97\u6e0a\u533b\u5e08\uff0c\u4e00\u8fb9\u548c\u60a3\u8005\u70ed\u60c5\u62db\u547c\u3001\u5bd2\u6684\uff0c\u4e00\u8fb9\u5728\u8111\u5b50\u91cc\u98de\u901f\u5bfb\u627e\u4ea4\u96c6\u7684\u8f68\u8ff9\uff0c\u4f9d\u7a00\u8bb0\u5f97\u8fd9\u662f\u4e00\u4f4d\u81ea\u5df1\u66fe","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=848"};
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 () {
}
});
});
}