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=1916&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: 1747146288,
nonceStr: 'ghskBu4s3TjDmT6D',
signature: '52857a35260c201d29a198449556e9422e7ed72a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u79d1\u5b66\u5e94\u5bf9\uff0c\u76f4\u9762\u6218\u201c\u75ab\u201d\u5927\u8003","smalltext":"\u4e60\u8fd1\u5e73\u603b\u4e66\u8bb0\u6307\u51fa\uff0c\u201c\u8981\u59cb\u7ec8\u628a\u4eba\u6c11\u7fa4\u4f17\u751f\u547d\u5b89\u5168\u548c\u8eab\u4f53\u5065\u5eb7\u653e\u5728\u7b2c\u4e00\u4f4d\u201d\u3002\u968f\u7740\u5404\u884c\u5404\u4e1a\u7684\u9010\u6b65\u590d\u5de5\u590d\u4ea7\uff0c\u533b\u9662\u7684\u9632\u201c\u75ab\u201d\u6218\u5f79\u4e5f\u4ece\u7a81\u56f4\u6218\u8f6c\u5411\u7ec4\u5408\u6218\u3002\u9762\u5bf9\u201c\u5927\u8003\u201d\uff0c2\u67082\u65e5\uff0c\u533b\u9662\u515a\u653f\u518d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1916"};
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 () {
}
});
});
}