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=6424&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: 1738735288,
nonceStr: 'kJxG8NZ7AZB35gmB',
signature: '19b21d77da920b99ff33ed277ddfdfae19e8234e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u5e02\u4e5d\u9f99\u5761\u533a\u4eba\u6c11\u533b\u9662:\u4eba\u6587\u5173\u6000\u5728\u795e\u5185\u5185\u5206\u6ccc\u79d1\u75c5\u623f\u7684\u5e94\u7528","smalltext":"\u4e3a\u6df1\u5165\u8d2f\u5f7b\u843d\u5b9e\u4e2d\u5171\u4e2d\u592e\u56fd\u52a1\u9662\u5370\u53d1\u300a\u201c\u5065\u5eb7\u4e2d\u56fd2030\u201d\u89c4\u5212\u7eb2\u8981\u300b\u4e2d\u52a0\u5f3a\u533b\u7597\u670d\u52a1\u4eba\u6587\u5173\u6000\uff0c\u6784\u5efa\u548c\u8c10\u533b\u60a3\u5173\u7cfb\u7eb2\u8981\u548c\u6211\u9662\u4e8e2022\u5e745\u6708\u4e0b\u53d1\u7684\u300a\u201c\u4eba\u6587\u62a4\u7406\u793a\u8303\u75c5\u533a\u201d\u8bd5\u70b9\u5de5\u4f5c\u5b9e\u65bd","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=6424"};
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 () {
}
});
});
}