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=6435&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: 1743703073,
nonceStr: 'TdJm7VTRysRaY5A0',
signature: 'b32006cb8d82f1e815569239800186381a26f4e7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u7231\u4e0e\u62a4\u505a\u201c\u53cc\u62d0\u201d\uff0c\u8111\u762b\u513f\u70bc\u6210\u5927\u5b66\u751f","smalltext":"\u5f00\u5b66\u62a5\u5230\u5728\u5373\uff0c\u9762\u5bf9\u672a\u77e5\u7684\u6821\u56ed\u751f\u6d3b\uff0c\u65e5\u524d\uff0c\u5f20\u742a\uff08\u5316\u540d\uff09\u5fe7\u8651\u57cb\u4e8e\u5fc3\uff0c\u5fcd\u4e0d\u4f4f\u627e\u4e0a\u4e86\u4e00\u4f4d\u7279\u6b8a\u7684\u670b\u53cb\u2014\u2014\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff08\u4e0b\u79f0\u201c\u5987\u5e7c\u201d\uff09\u513f\u7ae5\u5eb7\u590d\u79d1\u4e3b\u4efb\u8c2d\u80b2\u534e\u3002\u201c\u8fd8\u67093\u5929\u5c31\u8981\u53bb\u62a5\u9053\u4e86\uff0c\u8981\u72ec\u81ea","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6435"};
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 () {
}
});
});
}