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=1326&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: 1747192489,
nonceStr: 'mPJjiuepxGazOzSX',
signature: '8f04078ec1f1705ef03f89c2d137d3f122e48c59',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u4e2d\u5c71\u533b\u9662:\u201c\u5fc3\u2022\u809d\u5b9d\u8d1d\u201d\u516c\u76ca\u6551\u52a9\u52a9\u529b\u6caa\u6ec7\u6276\u8d2b\u534f\u4f5c","smalltext":"\u5bb6\u4f4f\u4e91\u5357\u768454\u5c81\u5c24\u5148\u751f\u662f\u5bb6\u91cc\u7684\u9876\u6881\u67f1\uff0c\u5341\u5e74\u524d\u88ab\u533b\u751f\u544a\u77e5\u60a3\u6709\u80c6\u7ed3\u77f3\uff0c\u4f46\u56e0\u5bb6\u5ead\u8d2b\u56f0\uff0c\u4e00\u76f4\u6ca1\u6709\u63a5\u53d7\u7cfb\u7edf\u6cbb\u7597\u3002\u534a\u5e74\u524d\uff0c\u5f53\u5730\u533b\u9662\u53d1\u73b0\u4ed6\u809d\u5185\u80c6\u7ba1\u5145\u6ee1\u7ed3\u77f3\uff0c\u5de6\u809d\u5df2\u660e\u663e\u840e\u7f29\u3002\u8003\u8651\u5230\u75c5\u4eba\u53cd\u590d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1326"};
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 () {
}
});
});
}