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=863&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: 1747164967,
nonceStr: '7ZhUYlN2qXotSee2',
signature: 'f204310c8128f5194a646d6b4eeece2c91e210d2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/cf8a616ecda1eeecf84ca3bcb21cc358.jpg","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u5973\u5b69\u52a8\u8f66\u4e0a\u660f\u53a5 \u533b\u52a1\u4eba\u5458\u53ca\u65f6\u6551\u6cbb","smalltext":"\u3000\u3000\u201c\u52a8\u8f66\u4e0a\u6709\u4e58\u5ba2\u7a81\u53d1\u75be\u75c5\uff0c\u8bf7\u5217\u8f66\u4e0a\u6709\u533b\u52a1\u4eba\u5458\u7684\u901f\u52306\u53f7\u8f66\u53a2\u5e2e\u5fd9\u6551\u6cbb\u2026\u2026\u201d7\u670823\u65e512\u65f630\u5206\u8bb8\uff0c\u4ece\u798f\u5b89\u5f00\u5f80\u4e0a\u6d77\u8679\u6865\u7684\u52a8\u8f66\u4e0a\uff0c\u4e00\u9635\u7a81\u7136\u54cd\u8d77\u7684\u5e7f\u64ad\u58f0\u6253\u7834\u4e86\u8f66\u53a2\u5185\u7684\u5b89\u9759\u3002\u542c\u5230\u5e7f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=863"};
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 () {
}
});
});
}