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=710&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: 1746676662,
nonceStr: 'OqwJUu4n2lPON4jT',
signature: 'bd1fde17ec758b79c2486d80cfb88095f62ea646',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u201c\u5171\u4eab\u8f6e\u6905\u201d\u843d\u6237\u533b\u9662 \u4e24\u5c0f\u65f6\u5185\u514d\u8d39\u4f7f\u7528","smalltext":"\u3000\u30007\u67086\u65e5\uff0c\u9996\u627910\u8f86\u201c\u5171\u4eab\u8f6e\u6905\u201d\u5728\u95fd\u4e1c\u533b\u9662\u6295\u5165\u4f7f\u7528\uff0c\u60a3\u8005\u6216\u5bb6\u5c5e\u53ea\u9700\u8981\u4f7f\u7528\u5fae\u4fe1\u626b\u4e00\u626b\u4fbf\u53ef\u4ee5\u8f7b\u677e\u501f\u8fd8\uff0c\u8fd9\u662f\u5b9e\u73b0\u4fbf\u6c11\u60e0\u6c11\u53c8\u4e00\u4e3e\u63aa\u3002\u3000\u3000\u5171\u4eab\u8f6e\u6905\u79df\u501f\u65b9\u5f0f\u975e\u5e38\u4fbf\u6377\uff0c\u53ea\u9700\u7528\u624b\u673a\u626b\u4e00","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=710"};
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 () {
}
});
});
}