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=3182&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: 1745150551,
nonceStr: '7Fz5C6BgnInzqPWi',
signature: '9f4a48c917a2e9d3bab5697827cf09adb4d6545d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u51e4\u5cad\u5317\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\uff1a\u4e25\u9632\u6b7b\u5b88\u201c\u5835\u8f93\u5165\u201d \u6491\u8d77\u5065\u5eb7\u201c\u9632\u62a4\u4f1e\u201d","smalltext":"\u6625\u6696\u82b1\u5f00\uff0c\u5357\u5b81\u5e02\u6297\u51fb\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u963b\u51fb\u6218\u5df2\u53d6\u5f97\u9636\u6bb5\u6027\u80dc\u5229\uff0c\u5404\u5355\u4f4d\u6b63\u79ef\u6781\u63a8\u8fdb\u590d\u5de5\u590d\u4ea7\u3002\u7136\u800c\uff0c\u8fd1\u6765\uff0c\u5883\u5916\u65b0\u51a0\u80ba\u708e\u786e\u8bca\u75c5\u4f8b\u6570\u4e0d\u65ad\u6500\u5347\uff0c\u9762\u5bf9\u5168\u7403\u65e5\u76ca\u4e25\u5cfb\u7684\u75ab\u60c5\u5f62\u52bf\uff0c\u5916\u9632\u8f93\u5165\u7279\u522b\u662f\u4e25\u9632","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3182"};
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 () {
}
});
});
}