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=1203&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: 1747147376,
nonceStr: 'RQGKGkXzLrJaaXPF',
signature: '2fdc9f203b002170632cb19a58289ce0dd6597c9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u4eba\u751f\u201c\u7b2c\u4e00\u5370\u201d\uff0c\u4e2d\u79cb\u7ed9\u65b0\u5988\u5988\u6696\u6696\u7684\u8d70\u5fc3\u793c","smalltext":"\u601d\u5ff5\uff0c\u662f\u4eba\u4e0e\u4eba\u4e4b\u95f4\u7684\u5730\u5fc3\u5f15\u529b\uff1b\u800c\u56e2\u5706\uff0c\u5219\u662f\u4e2d\u79cb\u4f73\u8282\u6700\u6838\u5fc3\u7684\u4ef7\u503c\u3002 9\u670813\u65e5\uff0c\u4e2d\u79cb\u4f73\u8282\uff0c\u60a8\u662f\u5426\u89c9\u5f97\u5bf9\u6bcf\u4e00\u4f4d\u4f4f\u9662\u7684\u5b55\u4ea7\u5987\u670b\u53cb\u6765\u8bf4\uff0c\u56e2\u5706\u4e0e\u6b22\u5e86\uff0c\u663e\u5f97\u4f1a\u6709\u70b9\u5962\u4f88\uff1fNO\uff01NO\uff01\u4e0d\u4fe1\uff1f\u90a3\u5c31\u8bf7\u60a8\u6765\u97f6\u5173\u5e02","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1203"};
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 () {
}
});
});
}