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=1041&classid=11&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: 1746210126,
nonceStr: 'rD5vx6wtE6d46SXi',
signature: '91400724c77ff0872b04cd1262c6860d04e00515',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6df1\u5733\u5e02\u4e2d\u533b\u9662\uff1a\u4e94\u65ec\u5927\u59d0\u65c5\u6e38\u56de\u6765\u906d\u9047\u602a\u75c5\uff0c\u7a7f\u8863\u670d\u50cf\u53d7\u5211","smalltext":"\u5e74\u8fc7\u4e94\u65ec\u7684\u6df1\u5733\u5e02\u6c11\u8d75\u5927\u59d0\u5e73\u7d20\u6ca1\u75c5\u6ca1\u75db\uff0c\u8eab\u4f53\u633a\u597d\u7684\uff0c\u6ca1\u60f3\u5230\u7adf\u7136\u5728\u524d\u6bb5\u65f6\u95f4\uff0c\u5f97\u4e86\u4e00\u4e2a\u542c\u8d77\u6765\u83ab\u540d\u5176\u5999\u7684\u75be\u75c5\u2014\u2014\u201c\u5e26\u72b6\u75b1\u75b9\u201d\uff0c\u8fd8\u662f\u5728\u65c5\u6e38\u5f52\u6765\u540e\u3002\u8ba9\u4eba\u66f4\u52a0\u90c1\u95f7\u7684\u662f\uff0c\u8fd9\u4e2a\u542c\u8d77\u6765\u5c31\u4e0d\u53cb","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=1041"};
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 () {
}
});
});
}