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=1108&classid=4&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: 1746134425,
nonceStr: 'ZArrPX74Fiwrwbpb',
signature: 'f1a4268da1e171fe155c998af8ca06a8291ebd97',
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\u8521\u7538\u533a\u4eba\u6c11\u533b\u9662\u8303\u5fd7\u4f1f\uff1a\u90a3\u4e00\u6b21\uff0c\u6211\u62d2\u7edd\u4e3a\u4ed6\u624b\u672f","smalltext":"\u201c\u4e0d\u60a3\u4f4d\u4e4b\u4e0d\u5c0a\uff0c\u800c\u60a3\u5fb7\u4e4b\u4e0d\u5d07\u201d\u3002\u91ca\u4e49\u4e3a\uff1a\u6211\u4e0d\u62c5\u5fc3\u5730\u4f4d\u4e0d\u591f\u5c0a\u5d07\uff0c\u800c\u62c5\u5fc3\u81ea\u8eab\u9053\u5fb7\u4e0d\u591f\u5b8c\u5584\u3002\u8bb0\u5f972018\u5e74\u7684\u6700\u540e\u4e00\u5929\uff0c12\u670831\u65e5\u7684\u4e0b\u5348\uff0c\u9633\u5149\u6e29\u6d12\u5927\u5730\u3002\u4f5c\u4e3a\u9ebb\u9189\u533b\u751f\u7684\u6211\uff0c\u7a7f\u68ad\u4e8e\u5404\u4e2a\u624b\u672f\u5ba4","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1108"};
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 () {
}
});
});
}