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=221&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: 1746134914,
nonceStr: 'GUNIDFIazxytR9vt',
signature: 'de843ab273395fadff74fe3089b461d8d42b09e7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u6587\u5316\u548c\u54c1\u724c\u5efa\u8bbe\u7684\u534e\u897f\u5b9e\u8df5","smalltext":"\u533b\u9662\u7684\u6838\u5fc3\u7ade\u4e89\u529b\u662f\u4ec0\u4e48\uff1f\u662f\u786c\u4ef6\u5417\uff1f\u4ee5\u524d\u6211\u4eec\u5728\u5199\u533b\u9662\u4ecb\u7ecd\u7684\u65f6\u5019\uff0c\u6211\u4eec\u975e\u5e38\u70ab\u8000\u6211\u4eec\u533b\u9662\u6709\u591a\u5c11\u4ea9\uff0c\u6709\u591a\u5c11\u8bbe\u5907\uff0c\u5728\u5f53\u4eca\u4e2d\u56fd\u5d1b\u8d77\u4e86\uff0c\u6bd4\u8fd9\u4e2a\u5f53\u4eca\u4e0d\u662f\u6838\u5fc3\u7ade\u4e89\u529b\u3002\u662f\u8f6f\u4ef6\u5417\uff1f\u73b0\u5728\u662f\u4e00\u4e2a\u5171\u4eab\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=221"};
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 () {
}
});
});
}