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=2973&classid=10&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: 1743770922,
nonceStr: 'PNXIDu8eUjOkJefB',
signature: 'cbe6f607ea4078fad198316602bd2256d4a886c8',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9996\u90fd\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u5317\u4eac\u513f\u7ae5\u533b\u9662\uff1a\u80a9\u8d1f\u56fd\u5bb6\u513f\u7ae5\u533b\u5b66\u4e2d\u5fc3\u4f7f\u547d\uff0c\u6253\u9020\u9c9c\u660e\u7684\u533b\u9662\u4eba\u6587\u7279\u8272","smalltext":"\u56fd\u5bb6\u513f\u7ae5\u533b\u5b66\u4e2d\u5fc3\u3001\u9996\u90fd\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u5317\u4eac\u513f\u7ae5\u533b\u9662\u9996\u4efb\u9662\u957f\u8bf8\u798f\u68e0\u6559\u6388\u6839\u636e\u81ea\u5df1\u884c\u533b\u591a\u5e74\u79ef\u7d2f\u7684\u4ece\u4e1a\u7ecf\u9a8c\u548c\u5fc3\u5f97\u4f53\u4f1a\uff0c\u4e3a\u533b\u9662\u51dd\u70bc\u548c\u786e\u5b9a\u4e86\u201c\u516c\u6148\u52e4\u548c\u201d\u56db\u5b57\u9662\u8bad\u3002\u4ee3\u4ee3\u513f\u533b\u4eba\u7ee7\u627f\u548c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2973"};
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 () {
}
});
});
}