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=853&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: 1747145519,
nonceStr: 'kh2TW3Rm9YYynMZ2',
signature: '31f30955fde1095ecfa0f9e4932b9a73d4911365',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6b66\u6c49\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u4e8c\u80ce\u5988\u5988\u9a91\u8f66\u98a0\u7c38\u81f4\u80ce\u76d8\u65e9\u5265\u5927\u51fa\u8840 \u533b\u751f\u5c40\u9ebb\u624b\u672f5\u5206\u949f\u6551\u51fa\u80ce\u513f","smalltext":"\u6000\u5b558\u4e2a\u6708\u7684\u4e8c\u80ce\u5988\u5988\u65e9\u4e0a\u9a91\u8f66\u98a0\u4e86\u51e0\u4e0b\uff0c\u7ed3\u679c\u665a\u4e0a\u7a81\u53d1\u80ce\u76d8\u65e9\u5265\u5927\u51fa\u8840\uff0c\u4ea7\u5987\u548c\u80ce\u513f\u547d\u60ac\u4e00\u7ebf\u3002\u7531\u4e8e\u8981\u4e0e\u65f6\u95f4\u8d5b\u8dd1\uff0c\u6839\u672c\u6765\u4e0d\u53ca\u6253\u5e38\u89c4\u786c\u819c\u5916\u9ebb\u9189\uff0c\u4ea7\u79d1\u533b\u751f\u679c\u65ad\u5b9e\u65bd\u5c40\u9ebb\u5256\u5bab\u4ea7\u624b\u672f\uff0c\u4ec5\u7528\u4e865\u5206\u949f\u6551\u51fa\u80ce\u513f\uff0c\u63a5\u7740\u5bf9\u4ea7\u5987\u8fdb\u884c\u5168\u9ebb\u624b\u672f\uff0c\u6210\u529f\u5c06\u5176\u4ece\u6b7b\u4ea1\u7ebf\u4e0a\u62c9\u4e86\u56de\u6765\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=853"};
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 () {
}
});
});
}