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=1008&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: 1747100850,
nonceStr: 'nutQbBxiU1lclv6Y',
signature: '721e283a4e94a24bcdcae9a487e9fe879768954c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u53e3\u8154\u533b\u9662\uff1a\u9707\u60ca\uff01\u8fd9\u73a9\u610f\u5c45\u7136\u4e5f\u80fd\u6233\u5230\u5634\u5df4\u91cc\uff1f\uff01\u7236\u6bcd\u5343\u4e07\u8981\u6ce8\u610f\uff01","smalltext":" \u201c\u533b\u751f\uff0c\u533b\u751f\uff0c\u8bf7\u5e2e\u5e2e\u6211\u7684\u5b69\u5b50\uff0c\u4ed6\u4e1c\u897f\u6233\u5230\u5634\u5df4\u91cc\u4e86\uff01\u201d\u4e00\u4f4d\u6000\u62b1\u7740\u54ed\u95f9\u4e0d\u505c\u7684\u5a74\u513f\u7684\u5988\u5988\u7126\u6025\u5730\u5411\u5f53\u665a\u7684\u6025\u8bca\u533b\u751f\u2014\u2014\u6e29\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u53e3\u8154\u533b\u9662\u988c\u9762\u5916\u79d1\u533b\u751f\u4e8e\u5065\u6d9b\u6c42\u6551\u3002\u4e8e\u5065\u6d9b\u533b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1008"};
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 () {
}
});
});
}