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=5196&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: 1743764388,
nonceStr: 'mxRTuoG7UGplZrEO',
signature: '55b3f6ca4a27ff4255f8afd07a374d0904a3411b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u6ee1\u8db3\u60a3\u8005\u66f4\u591a\u9700\u6c42\uff0c\u4fbf\u6c11\u9910\u8f66\u201cC\u4f4d\u51fa\u9053\u201d","smalltext":"\u201c\u56e0\u4e3a\u8981\u7a7a\u8179\u62bd\u8840\uff0c\u6ca1\u5403\u65e9\u996d\uff0c\u6765\u7684\u8def\u4e0a\u8fd8\u62c5\u5fc3\u505a\u5b8c\u68c0\u67e5\u4f1a\u4e0d\u4f1a\u6655\u3002\u201d\u8fd1\u65e5\uff0c\u524d\u5f80\u5e02\u4e8c\u533b\uff08\u91d1\u9633\u533b\u9662\uff09\u5c31\u8bca\u7684\u5e02\u6c11\u738b\u5973\u58eb\u60ca\u559c\u5730\u53d1\u73b0\uff0c\u5728\u533b\u9662\u95e8\u8bca\u5e7f\u573a\u524d\u589e\u52a0\u4e86\u4fbf\u6c11\u670d\u52a1\u9910\u8f66\u3002\u201c\u62bd\u5b8c\u8840\u7b49\u62a5\u544a\u7684\u7a7a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5196"};
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 () {
}
});
});
}