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=5147&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: 1746152880,
nonceStr: 'qM5bmIQjpOeLdeHi',
signature: '7be894830b27bb9c42a44ff3ce062013ff908dd5',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u5148\u5fc3\u75c5\u60a3\u513f\u91cd\u83b7\u201c\u5fc3\u201d\u751f \u8ba9\u751f\u547d\u4e4b\u82b1\u91cd\u65b0\u7efd\u653e","smalltext":"\u201c\u54c8\u54c8\u54c8\u2026\u2026\u201d\u8fd8\u6ca1\u8d70\u8fdb\u75c5\u623f\uff0c\u5a77\u5a77\uff08\u5316\u540d\uff09\u7684\u7b11\u58f0\u5148\u4f20\u5165\u8033\u91cc\u30021\u670819\u65e5\u4e0b\u5348\uff0c\u5728\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u5fc3\u810f\u4e2d\u5fc3\u7684\u4e00\u95f4\u75c5\u623f\uff0c\u4e00\u4f4d8\u5c81\u5357\u5145\u5c0f\u5973\u5b69\u5a77\u5a77\u4f9d\u504e\u5728\u5988\u5988\u8eab\u8fb9\uff0c\u4e00\u540c\u89c2\u770b\u52a8\u753b\u7247\uff0c\u6b64\u523b\u7684\u753b\u9762\u8ba9","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5147"};
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 () {
}
});
});
}