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=1334&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: 1747193754,
nonceStr: 'RM282vjY3j3yt0hL',
signature: '3ed5d2a1cdae12b1a84882060283b62d835d40ea',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5dde\u4e00\u9662\uff1a\u9752\u5e74\u533b\u751f\u5728\u4e09\u5927\u533b\u5b66\u9876\u7ea7\u671f\u520a\u53d1\u58f0\uff0c\u5531\u54cd\u9752\u5e74\u597d\u58f0\u97f3\uff01","smalltext":" \u533b\u751f\uff0c\u8eab\u62ab\u767d\u5927\u8902\uff0c\u4f60\u9996\u5148\u60f3\u5230\u7684\u53ef\u80fd\u662f\u770b\u75c5\u3001\u67e5\u623f\u3001\u624b\u672f\u2026\u2026\u4f46\u8981\u6210\u4e3a\u5168\u9762\u53d1\u5c55\u7684\u4f18\u79c0\u4eba\u624d\uff0c\u8fd9\u4e9b\u8fd8\u4e0d\u591f\uff0c\u4ed6\u4eec\u9700\u8981\u9605\u8bfb\u5927\u91cf\u6587\u732e\uff0c\u53ca\u65f6\u8ffd\u8e2a\u56fd\u9645\u3001\u56fd\u5185\u5b66\u672f\u52a8\u6001\u3002 \u8fd1\u65e5\uff0c\u5e38\u5dde\u4e00\u9662\u80bf\u7624","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1334"};
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 () {
}
});
});
}