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=1153&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: 1746134709,
nonceStr: 'tWZCKxnGxG8pJlvW',
signature: '4d3558c374ec58e7a86b80eae14b8e931734ca21',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e2d\u56fd\u79d1\u5927\u9644\u4e00\u9662\u5b89\u5fbd\u7701\u7acb\u533b\u9662\u65b9\u840d:\u533b\u9662\u4eba\u6587\uff0c\u6211\u7ecf\u8fc7\u7684\u90a3\u4e9b\u4eba\u90a3\u4e9b\u4e8b","smalltext":"\u795e\u7ecf\u5185\u79d1\u5e74\u8fc7\u516d\u65ec\u7684\u9648\u5b9c\u946b\u4e3b\u4efb\u8d70\u8fdb18\u697c\u7231\u5fc3\u75c5\u623f\u768415\u53f7\u623f\u95f434\u5e8a\uff0c\u5168\u8eab\u591a\u5904\u9aa8\u6298\u3001\u8eba\u5728\u5e8a\u4e0a\u5973\u4f24\u5458\u52aa\u529b\u5730\u4fa7\u4e86\u4e0b\u5934\uff0c\u4e0d\u5b89\u5730\u95ee\uff0c\u201c\u533b\u751f\uff0c\u6211\u5728\u8fd9\u91cc\u5b89\u5168\u5417\uff1f\u201d\u9648\u5b9c\u946b\u62c9\u8d77\u5973\u4f24\u5458\u7684\u624b\uff0c\u8f7b\u58f0\u53c8\u575a\u5b9a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1153"};
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 () {
}
});
});
}