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=3352&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: 1745135269,
nonceStr: 'pFpJksxjA2eBlT6M',
signature: 'c0346b33361f250e97614a67bd3b19951d5fa3a7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5185\u8499\u53e4\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u201c\u5e86\u516d\u4e00\u3001\u4e00\u5207\u4e3a\u4e86\u5b69\u5b50\u7684\u5065\u5eb7\u201d\u7b2c\u56db\u515a\u652f\u90e8\u5f00\u5c55\u4e3b\u9898\u515a\u65e5\u6d3b\u52a8","smalltext":"\u513f\u7ae5\u662f\u7956\u56fd\u7684\u82b1\u6735\uff0c\u513f\u7ae5\u662f\u7956\u56fd\u7684\u672a\u6765\uff0c\u4e00\u5e74\u4e00\u5ea6\u7684\u516d\u4e00\u56fd\u9645\u513f\u7ae5\u8282\u6084\u7136\u800c\u81f3\uff0c\u4e3a\u4e86\u5b69\u5b50\u4eec\u8fc7\u4e00\u4e2a\u6709\u610f\u4e49\u7684\u8282\u65e5\uff0c\u5185\u8499\u53e4\u5987\u5e7c\u4fdd\u5065\u9662\u7b2c\u56db\u515a\u652f\u90e8\u79c9\u627f\u201c\u91cd\u89c6\u9884\u9632\u75be\u75c5\uff0c\u4f20\u9012\u5065\u5eb7\u77e5\u8bc6\u201d\u7684\u7406\u5ff5\uff0c\u7ec4\u7ec7","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3352"};
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 () {
}
});
});
}