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=6536&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: 1743703329,
nonceStr: 'z6QEeDK8dMnRUh8d',
signature: 'fc417033b22f9b45d1bbd59dbac182d7a21aa6a1',
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\u7ae5\u5fc3\u5173\u7231\uff0c\u4f17\u529b\u76f8\u4f34\uff1a\u534e\u5c71\u533b\u9662\u201c\u7ae5\u5fc3\u613f\u201d\u5eb7\u590d\u513f\u7ae5\u6210\u957f\u8425","smalltext":"\u534e\u5c71\u533b\u9662\u201c\u7ae5\u5fc3\u613f\u201d\u6c47\u805a\u4e86\u534e\u5c71\u533b\u9662\u79d1\u5ba4\u7684\u201c\u68a6\u4e4b\u961f\u201d\uff0c\u5305\u62ec\u5168\u56fd\u7b2c\u4e00\u7684\u5eb7\u590d\u533b\u5b66\u79d1\u3001\u524d\u4e09\u7684\u795e\u7ecf\u5185\u5916\u79d1\u3001\u4e0a\u6d77\u5e02\u9996\u6279\u793e\u4f1a\u5de5\u4f5c\u793a\u8303\u57fa\u5730\u7684\u793e\u5de5\u90e8\uff0c\u6839\u690d\u4e8e\u516c\u76ca\u534e\u5c71\u7684\u6df1\u539a\u6c83\u571f\uff0c\u5728\u4e0a\u6d77\u5e02\u5fd7","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6536"};
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 () {
}
});
});
}