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=1659&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: 1747168314,
nonceStr: 'hHFFJi5X8xUxEcQZ',
signature: 'd8e52f6d70ef163050293c0b324978dfb6a5869d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90d1\u5dde\u4eba\u6c11\u533b\u9662\uff1a\u75ab\u60c5\u9762\u524d\uff0c\u8fd8\u597d\u6709\u4f60\u5728\u8eab\u8fb9\uff01","smalltext":"\u201c\u9ed1\u591c\u4f60\u662f\u9ece\u660e\u7b11\u8138\uff0c\u5bd2\u51ac\u4f60\u662f\u6625\u6ee1\u4eba\u95f4\uff0c\u8fd8\u597d\u6709\u4f60\u5728\u8eab\u8fb9\uff0c\u628a\u751f\u547d\u518d\u6b21\u70b9\u71c3\u3002\u201d\u4e00\u53e5\u6e29\u6696\u7684\u6b4c\u58f0\uff0c\u5728\u8fd9\u6837\u7684\u5bd2\u51ac\u3001\u8fd9\u6837\u7684\u4e25\u5cfb\u75ab\u60c5\u9762\u524d\uff0c\u66f4\u52a0\u6e29\u6696\u52a8\u4eba\u3001\u50ac\u4eba\u6cea\u4e0b\uff01\u90d1\u5dde\u4eba\u6c11\u533b\u9662\u539f\u521b\u97f3\u4e50\u77ed\u7247\u300a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1659"};
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 () {
}
});
});
}