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=5119&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: 1743764807,
nonceStr: '1Vpq0y0qC1sqHJ2P',
signature: '551fab005ef5aec5d09bbb5d4b8a94b86fc0157e',
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\u75ab\u60c5\u9632\u63a7\u51b2\u950b\u5728\u524d \u575a\u5b88\u5c97\u4f4d\u521d\u5fc3\u4e0d\u53d8","smalltext":"\u62a4\u7406\u90e8\u8d75\u4e3b\u4efb\u65f6\u5e38\u52c9\u52b1\u62a4\u7406\u59d0\u59b9\u4eec\uff1a\u201c\u5728\u793e\u4f1a\u8fd9\u4e2a\u5927\u96c6\u4f53\u4e2d\uff0c\u6211\u4eec\u4e0d\u4ec5\u662f\u59bb\u5b50\uff0c\u662f\u6bcd\u4eb2\uff0c\u662f\u5973\u513f\uff0c\u6211\u4eec\u8fd8\u662f\u4e00\u540d\u533b\u52a1\u5de5\u4f5c\u8005\uff0c\u5728\u5168\u7403\u75ab\u60c5\u8086\u610f\u8513\u5ef6\u7684\u5927\u73af\u5883\u4e0b\u6211\u4eec\u5e94\u6709\u4e00\u5206\u70ed\uff0c\u53d1\u4e00\u4efd\u5149\uff0c\u4e3a\u75ab\u60c5\u9632\u63a7\u8d21","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5119"};
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 () {
}
});
});
}