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=1207&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: 1747145267,
nonceStr: 'ZqeMif6VOwbz1gNo',
signature: '22133dd99a030eef1a6f5ad0b48834e6a1f37e8e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662:\u63a8\u51fa\u514d\u8d39\u201c\u8fd4\u8bca\u53f7\u201d\u4fbf\u6c11\u63aa\u65bd","smalltext":"\u8fd1\u65e5\uff0c\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\u4e3a\u4f18\u5316\u95e8\u8bca\u5c31\u533b\u6d41\u7a0b\uff0c\u7f13\u89e3\u7fa4\u4f17\u770b\u75c5\u8d35\u95ee\u9898\uff0c\u5236\u5b9a\u4e86\u4e00\u6761\u8ba9\u7fa4\u4f17\u62cd\u624b\u79f0\u5feb\u7684\u4fbf\u6c11\u63aa\u65bd\uff1a\u5b9e\u65bd\u514d\u8d39\u201c\u8fd4\u8bca\u53f7\u201d\u3002\u8fd9\u662f\u8be5\u9662\u5f00\u5c55\u201c\u4e0d\u5fd8\u521d\u5fc3\u3001\u7262\u8bb0\u4f7f\u547d\u201d\u4e3b\u9898\u6559\u80b2\uff0c\u7740\u773c\u4e8e\u7fa4\u4f17","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1207"};
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 () {
}
});
});
}