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=548&classid=4&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: 1743865832,
nonceStr: '6qlt75YQc8sUTehe',
signature: '9fc610a0cf3a459bc5b184164fadc90cf8169aa6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6dee\u9634\u533a\u536b\u751f\u5065\u5eb7\u59d4:\u201c\u7ea2\u9a6c\u7532\u201d\u6e29\u6696\u8001\u533a\u4eba\u6c11\u5fc3","smalltext":"5\u670823\u65e5\u4e0a\u5348\uff0c\u8bb0\u8005\u6765\u5230\u6dee\u9634\u533a\u5218\u8001\u5e84\u9547\u5357\u8425\u6751\u6751\u6c11\u674e\u6709\u751f\u5bb6\u4e2d\uff0c\u6b64\u65f6\u7684\u674e\u6709\u751f\u6b63\u548c\u4ed694\u5c81\u9ad8\u9f84\u7684\u7236\u4eb2\u5728\u5c4b\u524d\u804a\u5929\u3002\u53ea\u89c1\u4e00\u7fa4\u8eab\u7740\u7ea2\u8272\u9a6c\u7532\uff0c\u624b\u62ff\u533b\u7597\u4eea\u5668\u7684\u5bb6\u5ead\u533b\u751f\u56e2\u961f\u8d70\u8fdb\u9662\u95e8\uff0c\u4ed6\u4fe9\u4e50\u5f97","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=548"};
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 () {
}
});
});
}