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=4590&classid=12&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: 1746159050,
nonceStr: 'PwLSRHbxYbChnt6D',
signature: 'cc65982c3a99a89724229028e738fb28ab221c45',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7518\u8083\u5b9d\u77f3\u82b1\u533b\u9662-\u515a\u59d4\u4e66\u8bb0\u738b\u680b","smalltext":"\u57f9\u80b2\u533b\u9662\u6587\u5316 \u5168\u529b\u63a8\u8fdb\u533b\u9662\u53d1\u5c55--\u7518\u8083\u5b9d\u77f3\u82b1\u533b\u9662 \u515a\u59d4\u4e66\u8bb0 \u7eaa\u59d4\u4e66\u8bb0 \u5de5\u4f1a\u4e3b\u5e2d \u738b\u680b\u4e00\u3001\u52a0\u5f3a\u653f\u6cbb\u7406\u8bba\u5b66\u4e60\uff0c\u52aa\u529b\u63d0\u5347\u81ea\u8eab\u7406\u8bba\u7d20\u517b\u3002\u8ba4\u771f\u6309\u516c\u53f8\u8981\u6c42\uff0c\u5229\u7528\u53c2\u52a0\u96c6\u4e2d\u8f85\u5bfc\u3001\u73ed\u5b50\u4e2d\u5fc3","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4590"};
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 () {
}
});
});
}