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=4753&classid=11&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: 1746159545,
nonceStr: '3bRdqW0IX2fxg5Ag',
signature: 'ae1d9d250be14d7bacf578b6bb940f2f1f14312f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u5927\u533b\u7597\u6dc4\u535a\u533b\u9662\u6709\u9650\u516c\u53f8-\u5371\u6025\u6551\u6cbb\u201c\u5954\u8dd1\u8005\u201d","smalltext":"\u5e73\u65e5\u91cc\uff0c\u4ed6\u5206\u79d2\u5fc5\u4e89\uff0c\u4e0e\u6b7b\u795e\u8d5b\u8dd1\uff0c\u5168\u5fc3\u5168\u529b\u62a2\u6551\u5371\u91cd\u75c7\u75c5\u4eba\uff1b\u5371\u6025\u65f6\uff0c\u4ed6\u633a\u8eab\u63f4\u9102\uff0c\u594b\u6218\u5728\u4e00\u7ebf\uff0c\u662f\u4eba\u4eba\u656c\u4f69\u7684\u6218\u75ab\u82f1\u96c4\u3002\u80a9\u8d1f\u201c\u6025\u6551\u5458\u201d\u7684\u62c5\u5f53\uff0c\u65f6\u523b\u8fdb\u5165\u201c\u5954\u8dd1\u8005\u201d\u7684\u59ff\u52bf\uff0c\u4ece\u533b25\u5e74\uff0c\u5317\u5927\u533b\u7597\u6dc4\u535a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4753"};
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 () {
}
});
});
}