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=6492&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: 1743705767,
nonceStr: 'pTVS1RYLZC0XcY70',
signature: '2d156d227c7c63811139d2bc53c4e43a9efcd26e',
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\u52c7\u6562\u7684\u5c0f\u7537\u5b69","smalltext":"\u6070\u9022\u6691\u5047\u671f\u95f4\uff0c\u624b\u672f\u5ba4\u7684\u5c0f\u513f\u60a3\u8005\u91cf\u660e\u663e\u589e\u591a\u3002\u4eca\u5929\u6211\u7684\u9996\u53f0\u60a3\u8005\u5c31\u662f\u4e00\u4e2a3\u5c81\u7684\u5c0f\u670b\u53cb\uff0c\u51c6\u5907\u505a\u817a\u6837\u4f53\u5207\u9664\u672f\u3002\u6bcf\u6b21\u9762\u5bf9\u8fd9\u6837\u201c\u7279\u6b8a\u7684\u75c5\u4eba\u201d\u90fd\u4f1a\u8ba9\u6211\u4e0d\u7531\u5f97\u7d27\u5f20\uff0c\u4e0d\u77e5\u9053\u4ed6\u4f1a\u4e0d\u4f1a\u5f88\u597d\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6492"};
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 () {
}
});
});
}