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=430&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: 1746209024,
nonceStr: '1j4tZgkiP5qrYJlO',
signature: '6f23c1fdab02fe522741b2e71e3cab2e3f4becb7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5973\u5927\u5b66\u751f\u81ea\u8d2d\u6fc0\u5149\u7b14\u201c\u6d17\u201d\u6587\u8eab \u707c\u4f24\u773c\u775b\u9669\u5931\u660e","smalltext":" \u6b66\u6c49\u67d0\u9ad8\u6821\u5927\u5b66\u5973\u751f\u5c0f\u68a6\uff08\u5316\u540d\uff09\u6587\u8eab\u4e4b\u540e\u4e0d\u6ee1\u610f\uff0c\u81ea\u5df1\u4ece\u7f51\u4e0a\u8d2d\u4e70\u6fc0\u5149\u7b14\u201c\u6d17\u201d\u7eb9\u8eab\uff0c\u6ca1\u60f3\u5230\u7684\u662f\uff0c\u6587\u8eab\u7eb9\u8eab\u6ca1\u53bb\u5e72\u51c0\u4e0d\u8bf4\uff0c\u773c\u775b\u8fd8\u5dee\u70b9\u88ab\u6fc0\u5149\u707c\u4f24\u5931\u660e\uff01\u6628\u65e5\uff0c\u5f97\u77e5\u89c6\u529b\u518d\u4e5f\u6062\u590d\u4e0d\u5230\u4e4b\u524d\uff0c\u5c0f\u68a6\u540e\u6094\u4e0d\u8fed\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=430"};
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 () {
}
});
});
}