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=3498&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: 1746983487,
nonceStr: 'RYp4eNomzZv8IM6a',
signature: 'f15069b4a84791631ce87790bb846359cd5194e0',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u90a3\u4e48\u5927\u7684\u68c9\u7403\u5835\u5728\u6c14\u7ba1 \u591a\u4e8f\u533b\u751f\u955c\u4e0b\u53d6\u51fa","smalltext":"\u7ec6\u96e8\u5fae\u8499\u7684\u65e9\u4e0a\uff0c\u4e4c\u4e91\u906e\u4f4f\u6175\u61d2\u7684\u5149\uff0c\u60a0\u60a0\u7684\u5fc3\u968f\u7740\u7ec6\u788e\u7684\u8f66\u8f6e\u58f0\u62c9\u5f00\u8b66\u6212\uff0c\u662f\u719f\u6089\u7684\u6025\u8bca\u62a4\u58eb\uff0c\u8fd8\u662f\u90a3\u4e2a\u5e73\u8f66\uff01\u81ea\u7f13\u51b2\u7597\u533a\u6210\u7acb\u4ee5\u6765\uff0c\u975e\u6025\u91cd\u75c7\u60a3\u8005\u4e0d\u4f1a\u76f4\u63a5\u9001\u5230\u5404\u7597\u533a\uff0c\u679c\u7136\uff0c\u8001\u8fdc\u5c31\u542c\u89c1\u8d39\u529b\u7684\u54b3","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3498"};
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 () {
}
});
});
}