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=2299&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: 1747125430,
nonceStr: 'yoA3TB6NJiKNK5fD',
signature: '3097be6a47fa8a893e21186e8da7f8487c66391a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u666e\u6d31\u5e02\u601d\u8305\u533a\u4eba\u6c11\u533b\u9662\uff1a\u9000\u4f0d\u519b\u4eba\u6587\u54e5\u548c\u4ed6\u7684\u201c\u5144\u5f1f\u8fde\u201d","smalltext":" \u201c\u8fd9\u4f4d\u5e08\u5085\uff0c\u6162\u4e00\u70b9\u6162\u4e00\u70b9\uff01\u201d\u201c\u90a3\u8fb9\u7684\u6469\u6258\u8f66\uff0c\u9760\u8fb9\u9760\u8fb9\uff01\u201d\u201c\u524d\u9762\u90a3\u8f86\u8f66\u9760\u8fb9\u505c\u5230\u524d\u9762\uff0c\u9ebb\u70e6\u4e0b\u8f66\u767b\u8bb0\uff01\u201d\u8fd9\u4f4d\u7a7f\u5f97\u50cf\u4e2a\u53c2\u52a0\u6bd4\u8d5b\u7684\u8fd0\u52a8\u5458\u4e00\u6837\uff0c\u98ce\u98ce\u706b\u706b\u7684\u5927\u55d3\u95e8\u5c31\u662f\u6211\u4eec\u4fdd\u536b\u79d1\u79d1\u957f\u5f90\u6587\u6000\uff0c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2299"};
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 () {
}
});
});
}