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=385&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: 1746152609,
nonceStr: 'vcGICy7l6kKyJtM4',
signature: 'b9a316d9738dc25c58ff060548d8b76d132f374b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u5b55\u5987\u5b66\u6821DIY\u8bfe\u5802 \u6559\u60a8\u201c\u7231\u201d\u9700\u8981\u7528\u884c\u52a8\u8868\u8fbe","smalltext":"\u3000\u30005\u670818\u65e5\uff0c\u95fd\u4e1c\u533b\u9662\u5b55\u5987\u5b66\u6821\u5f00\u5c55\u4e00\u5802\u522b\u5f00\u751f\u9762\u7684\u82b1\u827a\u5236\u4f5cDIY\u624b\u5de5\u8bfe\u6d3b\u52a8\uff0c\u5438\u5f15\u4e8620\u591a\u540d\u51c6\u5988\u5988\u548c\u51c6\u7238\u7238\u53c2\u4e0e\u6d3b\u52a8\u3002\u3000\u3000\u5b55\u5987\u5b66\u6821\u5de5\u4f5c\u4eba\u5458\u63d0\u524d\u7cbe\u5fc3\u51c6\u5907\u597d\u6750\u6599\uff0c\u51c6\u5988\u5988\u548c\u51c6\u7238\u7238\u4eec\u6311\u9009","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=385"};
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 () {
}
});
});
}