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=5545&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: 1746134710,
nonceStr: '8lg90QU9xd84LrFV',
signature: '27ca1ff1ff3f956e2c379b5e8c23dcd2f1f42368',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u201c\u836f\u201d\u62a4\u5065\u5eb7\uff0c\u5c0f\u7a97\u53e3\uff0c\u5927\u5949\u732e","smalltext":"\u533b\u751f\u548c\u62a4\u58eb\u7ecf\u5e38\u51b2\u5728\u4fdd\u536b\u5065\u5eb7\u7684\u7b2c\u4e00\u7ebf\uff0c\u800c\u836f\u5e08\u5c31\u662f\u80cc\u540e\u575a\u5f3a\u7684\u62a4\u76fe\uff0c\u4e3a\u7fa4\u4f17\u7528\u836f\u5b89\u5168\u9ed8\u9ed8\u4fdd\u9a7e\u62a4\u822a\u3002\u4ed6\u4eec\u867d\u662f\u5e73\u51e1\u7684\u5c97\u4f4d\uff0c\u4f46\u5728\u8fd9\u4e2a\u4e0d\u5e73\u51e1\u7684\u65f6\u671f\uff0c\u5374\u80fd\u53d1\u6325\u51fa\u5173\u952e\u7684\u7ebd\u5e26\u4f5c\u7528\u3002\u6628\u65e5\u4e00\u5927\u65e9","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5545"};
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 () {
}
});
});
}