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=1533&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: 1747193942,
nonceStr: 'ectKXA79NTPgUi6o',
signature: '554cfaa3be2fcca817ebbe072594330b6d903ac9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u200b\u6e29\u6c5f\u533a\u4eba\u6c11\u533b\u9662\uff1a\u6211\u662f\u7956\u56fd\u82b1\u6735\u7684\u5b88\u62a4\u8005","smalltext":" \u8d75\u80b2\u7ea2\uff0c\u5979\uff0c\u56e0\u4e3a\u559c\u6b22\u6240\u4ee5\u575a\u6301\uff0c\u56e0\u4e3a\u575a\u6301\u4fbf\u6709\u4e86\u8d23\u4efb\uff0c\u201c\u6211\u559c\u6b22\u8fd9\u4e2a\u804c\u4e1a\uff0c\u4f5c\u4e3a\u4e00\u4e2a\u8001\u7684\u513f\u79d1\u533b\u751f\uff0c\u5c31\u60f3\u4e3a\u8fd9\u4e9b\u7956\u56fd\u7684\u82b1\u6735\uff0c\u80fd\u591f\u505a\u4e00\u4e9b\u4fdd\u9a7e\u62a4\u822a\uff0c\u6211\u89c9\u5f97\u80fd\u591f\u591a\u5de5\u4f5c\u4e00\u5929\uff0c\u80fd\u591f\u591a\u6551\u6cbb\u4e00\u4e2a\u60a3\u513f\uff0c\u8fd9\u4e2a\u5b69\u5b50\u957f\u5927\u4ee5\u540e\u5c31\u80fd\u4e3a\u7956\u56fd\u591a\u505a\u4e00\u4efd\u8d21\u732e\u3002\u60f3\u60f3\u6211\u90fd\u89c9\u5f97\u5f88\u6b23\u6170\u3002\u201d\u5982\u4eca\uff0c\u8d75\u80b2\u7ea2\u4f9d\u7136\u594b\u6597\u5728\u5c97\u4f4d\u4e0a\uff0c\u505a\u597d\u7956\u56fd\u82b1\u6735\u5065\u5eb7\u7684\u5b88\u62a4\u8005\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1533"};
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 () {
}
});
});
}