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=4992&classid=12&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: 1743632790,
nonceStr: 'N7y9B2lSqGhpyjj4',
signature: 'dc0f7babcd91884990de040db064b3b46208c5eb',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u4eac\u5317\u5927\u533b\u7597\u5eb7\u590d\u533b\u9662\u9662\u957f\u200b\u5434\u4e1c\u4eae:\u4eba\u6587\u4e0e\u6e29\u5ea6,\u533b\u9662\u4e0e\u5173\u6000","smalltext":"\u5434\u4e1c\u4eae\uff0c\u7814\u7a76\u751f\u5b66\u5386\uff0c\u73b0\u4efb\u5317\u4eac\u5317\u5927\u533b\u7597\u5eb7\u590d\u533b\u9662\u9662\u957f\u3002\u4f5c\u4e3a\u533b\u9662\u8d1f\u8d23\u4eba\uff0c\u5434\u4e1c\u4eae\u59cb\u7ec8\u5162\u5162\u4e1a\u4e1a\uff0c\u4e00\u4e1d\u4e0d\u82df\uff0c\u8ba4\u771f\u628a\u597d\u533b\u9662\u7684\u6bcf\u4e00\u9053\u5173\u53e3\uff0c\u59cb\u7ec8\u628a\u4eba\u6c11\u7fa4\u4f17\u548c\u533b\u62a4\u4eba\u5458\u7684\u5065\u5eb7\u5b89\u5168\u653e\u5728\u9996\u4f4d\uff0c\u8eab\u5148\u58eb\u5352","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4992"};
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 () {
}
});
});
}