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=811&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: 1746982425,
nonceStr: 'jErES7q4UQeAjgbu',
signature: '7882b45e9c6c6ec492537594bfb6ae2aceda839d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/d95860285e231e923bbd2113ad7157a5.png","title":"\u6606\u5c71\u5e02\u8001\u5e74\u533b\u9662\uff1a\u771f\u9738\u6c14!\u8fd9\u91cc\u7684\u8001\u4eba\u5bf9\u8dcc\u5012\u8bf4NO","smalltext":"\u6c5f\u5357\u6709\u4e2a\u53eb\u9526\u6eaa\u7684\u5730\u65b9\uff0c\u90a3\u662f\u6211\u8bb0\u5fc6\u4e2d\u7684\u6c34\u4e61\u5929\u5802\uff0c\u4f20\u8bf4\u4f60\u50cf\u7761\u68a6\u4e2d\u7684\u5c11\u5973\uff0c\u6211\u770b\u66f4\u50cf\u6c34\u505a\u7684\u5ac1\u5a18\u2026\u2026\u7f8e\u4e3d\u7684\u6c5f\u5357\u6c34\u4e61\u9526\u6eaa\uff0c\u6c88\u4ece\u6587\u55bb\u5979\u201c\u7761\u68a6\u4e2d\u7684\u5c11\u5973\u201d,\u51af\u82f1\u5b50\u79f0\u5979\u6de1\u62b9\u6d53\u5986\u603b\u76f8\u5b9c\uff0c\u5218\u6d77\u7c9f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=811"};
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 () {
}
});
});
}