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=4597&classid=11&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: 1743764639,
nonceStr: 'UmUnSVMX2UHtEg2T',
signature: 'eb216df8d86a5381f490ce21f916b08bc7640aee',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7518\u8083\u5b9d\u77f3\u82b1\u533b\u9662-\u63a8\u8fdb\u4eba\u6587\u521b\u65b0\u8425\u9020\u7279\u8272\u9c9c\u660e \u5185\u6db5\u4e30\u5bcc\u7684\u533b\u9662\u6587\u5316","smalltext":"\u4e00\u3001\u533b\u9662\u4ecb\u7ecd\u7518\u8083\u4e2d\u533b\u836f\u5927\u5b66\u7b2c\u56db\u9644\u5c5e\u533b\u9662\uff08\u7518\u8083\u5b9d\u77f3\u82b1\u533b\u9662\uff09\u7684\u524d\u8eab\u7cfb\u96b6\u5c5e\u4e8e\u4e2d\u56fd\u77f3\u6cb9\u5170\u5dde\u77f3\u6cb9\u5316\u5de5\u516c\u53f8\u7684\u5170\u70bc\u533b\u9662\u3001\u5170\u5316\u533b\u9662\u5408\u5e76\u800c\u6210\u7684\u5170\u5dde\u77f3\u5316\u603b\u533b\u9662\uff0c\u5c5e\u4e8e\u7518\u8083\u7701\u536b\u751f\u5065\u5eb7\u59d4\u5458\u4f1a\u76f4","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4597"};
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 () {
}
});
});
}