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=3358&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: 1745135384,
nonceStr: '8WqPGoJd30wy66w3',
signature: '726d3e129ab364c33b48c502934773fcbe74cc7c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u533b\u60a3\u7ec4\u56e2\u5305\u997a\u5b50\u3001\u5e03\u5076\u6d3e\u793c\u7269","smalltext":"\u513f\u7ae5\u8282\uff0c\u662f\u5b69\u5b50\u4eec\u6700\u671f\u5f85\u7684\u8282\u65e5\uff0c\u4e5f\u662f\u5145\u6ee1\u6d3b\u529b\u7684\u8282\u65e5\u3002\u4e3a\u4e86\u80fd\u8ba9\u5728\u9662\u5c31\u8bca\u513f\u7ae5\u4eab\u53d7\u540c\u6837\u7684\u8282\u65e5\u5feb\u4e50\uff0c\u4fc3\u8fdb\u8eab\u4f53\u5eb7\u590d\uff0c\u503c\u201c\u516d\u4e00\u201d\u56fd\u9645\u513f\u7ae5\u8282\u6765\u4e34\u4e4b\u9645\uff0c\u97f6\u5987\u5e7c\u7cbe\u5fc3\u7ec4\u7ec7\u4e86\u7cfb\u5217\u6d3b\u52a8\uff0c\u8ba9\u5b69\u5b50\u4eec\u611f\u53d7","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3358"};
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 () {
}
});
});
}