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=6700&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: 1743891598,
nonceStr: 'KZl6MYyy17zmX6n1',
signature: '29bddbdb93b33e4031cea771e12c40ea5ae63b7d',
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\u57fa\u4e8e\u7d27\u6025\u8054\u7cfb\u4eba\u89c6\u89d2\u4fdd\u969c\u60a3\u8005\u77e5\u60c5\u540c\u610f\u6743\uff0c\u63d0\u5347\u60a3\u8005\u5c31\u533b\u611f\u53d7","smalltext":"\u4e00\u3001\u6848\u4f8b\u80cc\u666f\u533b\u751f\u7ed9\u60a3\u8005\u5b9e\u65bd\u6cbb\u7597\u524d\u5e94\u5148\u53d6\u5f97\u60a3\u8005\u7684\u540c\u610f\uff0c\u5e76\u7b7e\u7f72\u77e5\u60c5\u540c\u610f\u4e66\uff0c\u300a\u6c11\u6cd5\u5178\u300b\u3001\u300a\u533b\u5e08\u6cd5\u300b\u548c\u300a\u533b\u7597\u673a\u6784\u7ba1\u7406\u6761\u4f8b\u300b\u7b49\u6cd5\u5f8b\u6cd5\u89c4\u5bf9\u6b64\u5747\u6709\u4e25\u683c\u89c4\u5236\u3002\u4f46\u906d\u9047\u7d27\u6025\u60c5\u51b5\uff0c\u4ec5\u6709\u60a3\u8005","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6700"};
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 () {
}
});
});
}