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=3165&classid=5&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: 1745151178,
nonceStr: 'LBUbrEzIgwPTd8NL',
signature: 'd44ed44704edaf2e90227a53e8515fff65a67b0c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u4f60\u4eec\u7684\u5173\u5fc3 \u6211\u4eec\u7684\u6696\u5fc3","smalltext":"\u6070\u597d\u7684\u6625\u5149\uff0c\u4ee5\u4e3a\u6211\u4eec\u5c31\u8981\u62e5\u62b1\u6625\u98ce\u9759\u5f85\u82b1\u5f00\uff0c\u6ca1\u60f3\u5230\u65b0\u51a0\u75c5\u6bd2\u5982\u6b64\u987d\u56fa\uff0c\u8086\u8650\u7684\u6a2a\u626b\u5168\u7403\u3002\u800c\u4e2d\u6d41\u7825\u67f1\u7684\u767d\u8863\u6218\u58eb\uff0c\u4ecd\u8981\u575a\u5b88\u9635\u5730\uff0c\u4fdd\u536b\u6211\u4eec\u7684\u540c\u80de\u3002\u4e0d\u80fd\u5fd8\u8bb0\uff0c\u7269\u54c1\u4f9b\u4e0d\u5e94\u6c42\u65f6\u4f60\u4eec\u9001\u6765\u7684\u5404\u79cd","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3165"};
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 () {
}
});
});
}