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=4287&classid=7&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: 1743747874,
nonceStr: 'B3BAGWgI4uvyACuM',
signature: '153d105f6d73f764be9fa9dc1235f110d1b431fe',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56de\u5fc6\u4e2d\u56fd\u533b\u9662\u4eba\u6587\u7ba1\u7406\u8def\u6f14\u6d3b\u52a8\u7684\u53f0\u524d\u5e55\u540e","smalltext":"\u4eba\u751f\u5982\u5927\u6c5f\u5927\u6cb3\uff0c\u4e07\u6d9b\u5954\u6d41\uff0c\u4f60\u6211\u7686\u662f\u5176\u4e2d\u4e00\u6735\u6d6a\u82b1\uff0c\u867d\u7136\u53ef\u80fd\u8eab\u4e0d\u7531\u5df1\uff0c\u4f46\u4e5f\u53ef\u4ee5\u52aa\u529b\u4e00\u628a\uff0c\u5c55\u73b0\u51fa\u81ea\u5df1\u7684\u7480\u74a8\u3002\u673a\u9047\u5982\u98ce\u8d77\u4e91\u6d8c\uff0c\u7f18\u805a\u7f18\u6563\uff0c\u4f60\u6211\u8981\u7ecf\u5386\u5f88\u591a\u624d\u4f1a\u660e\u767d\uff1a\u540d\u5229\u65e0\u8da3\uff0c\u771f\u60c5\u65e0\u4ef7\uff0c\u80fd\u591f\u76f8\u9047","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=7&id=4287"};
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 () {
}
});
});
}