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=1732&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: 1747169376,
nonceStr: 'pPNgE0aVFGwGwVsa',
signature: '29bf79e9723816140e3c73af1865d7fc67099b5e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u897f\u7701\u513f\u7ae5\u533b\u9662\uff1a\u5728\u53d1\u70ed\u7559\u89c2\u75c5\u623f\uff0c\u6211\u6d41\u6cea\u4e86","smalltext":"\u6211\u53eb\u4efb\u65ed\u51e4\uff0c\u662f\u4e00\u540d\u6025\u8bca\u75c5\u623f\u7684\u5e74\u8f7b\u533b\u5e08\uff0c\u6b64\u523b\u6211\u6b63\u5728\u75c5\u623f\u503c\u73ed\uff0c\u5bf9\uff0c\u5c31\u662f\u7591\u4f3c\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u611f\u67d3\u80ba\u708e\u60a3\u8005\u7684\u7559\u89c2\u75c5\u623f\u3002\u5728\u6c5f\u897f\u7701\u513f\u7ae5\u533b\u9662\u5de5\u4f5c\u8fd9\u4e9b\u5e74\uff0c\u601d\u7eea\u4ece\u672a\u50cf\u4eca\u5929\u8fd9\u822c\u9ebb\u4e71\u3002\u4ee5\u524d\uff0c\u540c\u5b66\u95ee\u6211","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1732"};
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 () {
}
});
});
}