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=6575&classid=14&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: 1743703360,
nonceStr: 'qR8TUOL0uKVuwwm0',
signature: 'a83fb6fe1629a5b6d14f62a7bb0ccce04052420e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u201c\u82b1\u56ed\u5f0f\u533b\u9662\u201d\u7684\u6587\u5316\u9b45\u529b","smalltext":"\u201c\u4e71\u82b1\u6e10\u6b32\u8ff7\u4eba\u773c \u6700\u7f8e\u9f99\u57ce\u56db\u6708\u5929\u201d\u3002\u8d70\u8fdb\u67f3\u5dde\u5e02\u67f3\u94c1\u4e2d\u5fc3\u533b\u9662\uff08\u4ee5\u4e0b\u7b80\u79f0\u94c1\u533b\uff09\uff0c\u4ef0\u53ef\u89c1\u7fa4\u697c\u6797\u7acb\uff0c\u4fef\u53ef\u62fe\u70c2\u6f2b\u7e41\u82b1\uff0c\u59cb\u5efa\u4e8e1958\u5e74\u7684\u67f3\u5dde\u5e02\u5386\u53f2\u5efa\u7b51\u2014\u2014\u82cf\u5f0f\u7ea2\u697c\uff0c\u66f4\u6298\u5c04\u51fa\u94c1\u533b77\u5e74\u6765\u7684\u201c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6575"};
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 () {
}
});
});
}