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=4985&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: 1743764481,
nonceStr: 'AcvlzuVwEC3LNhkt',
signature: '6777db08a09096a15a869bcbe6d9a9549f62e27b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e58\u6f6d\u5e02\u4e2d\u5fc3\u533b\u9662\u515a\u653f\u529e\u201c\u56db\u4e2a\u5f3a\u5316\u201d\u80b2\u4eba\u6587\uff0c\u60e0\u666f\u82ac\u82b3\u6ea2\u6ee1\u5802","smalltext":"\u5750\u843d\u5728\u6e56\u5357\u6e58\u6c5f\u4e4b\u6ee8\u7684\u6e58\u6f6d\u5e02\u4e2d\u5fc3\u533b\u9662\u59cb\u5efa\u4e8e1900\u5e74\uff0c\u524d\u8eab\u4e3a\u6559\u4f1a\u533b\u9662\u201c\u60e0\u666f\u533b\u9662\u201d\uff0c\u662f\u4e00\u5bb6\u6709\u7740121\u5e74\u5386\u53f2\u4f20\u627f\u548c\u6587\u5316\u5e95\u8574\u7684\u56fd\u5bb6\u4e09\u7ea7\u7532\u7b49\u7efc\u5408\u533b\u9662\u3002\u8fd1\u5e74\u6765\uff0c\u533b\u9662\u515a\u59d4\u529e\u516c\u5ba4\uff08\u4ee5\u4e0b\u7b80\u79f0\u201c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4985"};
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 () {
}
});
});
}