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=2264&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: 1747124980,
nonceStr: 'QAMujzDvMfD7cULU',
signature: '6ee309350565c19452051309773e40f04a671f79',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5065\u5eb7\u533b\u5b66\u9662\u9644\u5c5e\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u94ff\u9535\u73ab\u7470\u7684\u786c\u6838\u62c5\u5f53","smalltext":"\u75ab\u60c5\u9632\u63a7\u7684\u7b2c\u4e00\u7ebf\uff0c\u5979\u4eec\u9009\u62e9\u51b2\u950b\u9677\u9635\u3002\u6297\u51fb\u75c5\u6bd2\u7684\u6700\u524d\u6cbf\uff0c\u5979\u4eec\u9009\u62e9\u575a\u5b9a\u9006\u884c\u3002\u5979\u4eec\u7528\u67d4\u5f31\u7684\u80a9\u8180\uff0c\u625b\u8d77\u6c89\u7538\u7538\u7684\u8d23\u4efb\uff0c\u8ff8\u53d1\u51fa\u201c\u5dfe\u5e3c\u4e0d\u8ba9\u987b\u7709\u201d\u7684\u786c\u6838\u62c5\u5f53\u3002\u6218\u201d\u75ab\u201d\u6307\u6325\u5b98\uff1a\u9ec4\u851a\u840d\u75ab\u60c5\u53d1","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2264"};
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 () {
}
});
});
}