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=760&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: 1746677844,
nonceStr: 'CLzBDSB9TQvIZyns',
signature: '1e05d6240e55506ba5cc722b74ff2068d098e20a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/bbd6701a47161b7f974ab6ede2627dd0.jpg","title":"\u7518\u8083\u7701\u5987\u5e7c\u4fdd\u5065\u9662\uff1a370\u514b\uff01\u5168\u56fd\u6700\u5c0f\u4f53\u91cd\u8d85\u65e9\u4ea7\u513f\u6210\u529f\u6551\u6cbb","smalltext":"\u8fd1\u65e5\uff0c\u7518\u8083\u7701\u5987\u5e7c\u4fdd\u5065\u9662\u6210\u529f\u6551\u6cbb\u4e00\u540d\u51fa\u751f\u4f53\u91cd\u4ec5370\u514b\u3001\u80ce\u9f8424\u5468\u7684\u8d85\u65e9\u4ea7\u513f\u3002\u7ecf\u8fc7\u533b\u9662\u533b\u62a4\u4eba\u5458\u548c\u60a3\u513f\u5bb6\u5c5e\u957f\u8fbe\u8fd17\u4e2a\u6708\u7684\u5171\u540c\u52aa\u529b\uff0c\u76ee\u524d\u60a3\u513f\u4f53\u91cd\u5df2\u8fbe3640\u514b\uff0c\u5404\u9879\u751f\u547d\u4f53\u5f81\u5e73\u7a33\uff0c\u8fd1\u65e5\u5373","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=760"};
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 () {
}
});
});
}