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=2868&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: 1743766646,
nonceStr: '7zC7f7VaBDIdsA65',
signature: 'ffe25c8a2a22f9a5f16c44cc7eb77d3328a45a3f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e2d\u5c71\u5927\u5b66\u9644\u5c5e\u7b2c\u4e03\u533b\u9662\uff1a\u63a8\u52a8\u4e34\u5e8a\u533b\u5b66\u4eba\u6587\u5efa\u8bbe\uff0c\u6301\u7eed\u6539\u5584\u533b\u7597\u670d\u52a1\u8d28\u91cf","smalltext":"\u4e2d\u5c71\u5927\u5b66\u9644\u5c5e\u7b2c\u4e03\u533b\u9662\uff08\u4e0b\u6587\u7b80\u79f0\u201c\u4e2d\u5c71\u4e03\u9662\u201d\uff09\u662f\u4e2d\u5c71\u5927\u5b66\u548c\u6df1\u5733\u5e02\u653f\u5e9c\u5f3a\u5f3a\u8054\u5408\u7684\u7ed3\u6676\uff0c\u80a9\u8d1f\u5386\u53f2\u4f7f\u547d\uff0c\u5c06\u79c9\u627f\u4f18\u826f\u7684\u6587\u5316\u5e95\u8574\uff0c\u81f4\u529b\u4e8e\u5efa\u8bbe\u201c\u533b\u5fb7\u533b\u98ce\u6700\u597d\u201d\u7684\u533b\u9662\u3002\u4e00\u3001\u515a\u5efa\u5f15\u9886\uff0c\u63a8\u52a8\u4e34","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2868"};
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 () {
}
});
});
}