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=1551&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: 1747191295,
nonceStr: 'rwcyXPuJxDGwZskd',
signature: '79ecc7a163881069bda48c3e280b73839df29915',
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\u845b\u5747\u6ce2\u9662\u58eb\uff1a\u4fdd\u7559\u4e00\u4efd\u5929\u771f\u662f\u521b\u65b0\u6700\u91cd\u8981\u7684\u5143\u7d20","smalltext":"\u4ed6\u957f\u671f\u4ee5\u6765\u81f4\u529b\u4e8e\u63a8\u52a8\u4e2d\u56fd\u5fc3\u8840\u7ba1\u75c5\u9886\u57df\u7684\u521b\u65b0\uff0c\u4e3a\u6211\u56fd\u4e43\u81f3\u4e16\u754c\u5fc3\u8840\u7ba1\u8bca\u6cbb\u6c34\u5e73\u7684\u63d0\u5347\u505a\u51fa\u4e86\u5de8\u5927\u8d21\u732e\u3002\u8fd1\u65e5\uff0c\u4e16\u754c\u5fc3\u8840\u7ba1\u521b\u65b0\u5927\u4f1a\u4e0a\uff0c\u4ed6\u83b7\u5f97\u5fc3\u8840\u7ba1\u521b\u65b0\u7ec8\u8eab\u6210\u5c31\u5956\u6b8a\u8363\uff01\u60f3\u77e5\u9053\u4ed6\u5bf9\u201c\u521b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1551"};
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 () {
}
});
});
}