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=1009&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: 1747101052,
nonceStr: 'RH4zgbTnO3jMokFG',
signature: 'dd4b0f1eb9023acc1d75f8882cf3ba5ea0621a75',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/b40d92400ef70a63e7d2b12046a1dbda.jpg","title":"\u6e29\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u53e3\u8154\u533b\u9662\uff1a \u201c\u5fae\u7b11\u5de5\u7a0b\u201d\u518d\u5706\u5fae\u7b11\u68a6 \u7231\u5fc3\u4f01\u4e1a\u6350\u52a9\u8d2b\u56f0\u513f","smalltext":"\u6e29\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u53e3\u8154\u533b\u9662\u74ef\u6d77\u5206\u9662\u7684\u988c\u9762\u5916\u79d1\u75c5\u623f\u91cc\uff0c\u4e00\u5bf9\u7a7f\u7740\u6734\u7d20\u7684\u7236\u6bcd\u6b63\u54c4\u7740\u4e00\u4e2a\u5b69\u5b50\u559d\u5976\uff0c\u5b69\u5b50\u7684\u5634\u5df4\u4e0a\u8fd8\u8d34\u7740\u80f6\u5e26\uff0c\u56e0\u4e3a\u624b\u672f\u540e\u7684\u9ebb\u9189\u836f\u6548\u521a\u8fc7\uff0c\u5b69\u5b50\u75bc\u5f97\u76f4\u54ed\uff0c\u4f46\u5b69\u5b50\u7684\u7236\u6bcd\u8138\u4e0a\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1009"};
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 () {
}
});
});
}