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=506&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: 1746264231,
nonceStr: 'SlRXgDmeqKsaQW20',
signature: '1d929feb4f6c46689c4e0d7ab6579398d04b31e5',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u767e\u540d\u533b\u62a4\u4eba\u5458\u5171\u5531\u201c\u6211\u7231\u4f60\u4e2d\u56fd\u201d","smalltext":"\u4eca\u5e74\u662f\u4e2d\u534e\u4eba\u6c11\u5171\u548c\u56fd\u5efa\u56fd70\u5468\u5e74\uff0c\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u4ee5\u70ed\u7231\u7956\u56fd\uff0c\u62a5\u6548\u7956\u56fd\uff0c\u4e0d\u5fd8\u521d\u5fc3\uff0c\u56e2\u7ed3\u594b\u6597\u4e3a\u4e3b\u9898\uff0c\u62cd\u6444\u5236\u4f5c\u4e86\u5e86\u795d\u5efa\u56fd70\u5468\u5e74\u201c\u6211\u7231\u4f60\u4e2d\u56fd\u201dMV\uff0c\u4ee5\u5feb\u95ea\u548c\u65b9\u9635\u7ec4\u5408\u7684\u5f62\u5f0f\uff0c\u5531\u54cd\u4f1f\u5927\u7956\u56fd\u7f8e\u597d\u65f6\u4ee3\u4e3b\u65cb\u5f8b\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=506"};
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 () {
}
});
});
}