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=2727&classid=13&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: 1743815451,
nonceStr: 'qgkZeSxQtdUrHujY',
signature: '9ac14dc522debe0b9ab11c5a54cbb8c0d3515319',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u4eba\u6c11\u533b\u9662\u513f\u79d1\u4e8c\u75c5\u623f\uff1a\u75c5\u623f\u91cc\u4e5f\u6709\u7b11\u58f0","smalltext":"\u5728\u56db\u5ddd\u7701\u4eba\u6c11\u533b\u9662\u513f\u7ae5\u8840\u6db2\/\u80bf\u7624\u79d1\u75c5\u623f\u91cc\uff0c\u6709\u4e00\u7fa4\u7279\u6b8a\u7684\u5b69\u5b50\u4eec\uff0c\u4ed6\u4eec\u662f\u56db\u5ddd\u7701\u4eba\u6c11\u533b\u9662\u513f\u79d1\u8840\u6db2\u75c5\u623f\u6b63\u5728\u63a5\u53d7\u6cbb\u7597\u7684\u80bf\u7624\u513f\u7ae5\u3002\u7531\u4e8e\u8eab\u60a3\u91cd\u75c5\uff0c\u4ed6\u4eec\u4e0d\u5f97\u4e0d\u8fdc\u79bb\u5bb6\u4e61\u3001\u79bb\u5f00\u5b66\u6821\uff0c\u5728\u75c5\u623f\u91cc","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2727"};
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 () {
}
});
});
}