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=1247&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: 1747169235,
nonceStr: '2u0g9XXJWxuPdA8r',
signature: 'ded5fb66515e927e814847aa73f118e23d2cf22e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u4e07\u91cc\u8d8a\u6d0b\u7535\u8bdd\u8fde\u7ebf\u533b\u60a3\uff0c\u610f\u5927\u5229\u88c1\u7f1d\u201c\u98de\u201d\u56de\u56fd\u770b\u75c5","smalltext":" \u968f\u7740\u751f\u6d3b\u6c34\u5e73\u7684\u63d0\u9ad8\uff0c\u81ea\u638f\u8170\u5305\u8d74\u56fd\u5916\u5c31\u533b\u7684\u4eba\u5c61\u89c1\u4e0d\u9c9c\u3002\u7136\u800c\uff0c\u968f\u7740\u56fd\u5185\u533b\u7597\u6c34\u5e73\u7684\u4e0d\u65ad\u63d0\u9ad8\uff0c\u770b\u75c5\u6d41\u7a0b\u7684\u65b9\u4fbf\u5feb\u6377\uff0c\u4e0d\u5c11\u4eba\u4e13\u7a0b\u6765\u5230\u4e2d\u56fd\u5bfb\u533b\u95ee\u836f\u3002 \u4e07\u91cc\u8d8a\u6d0b\u7535\u8bdd \u7275\u52a8\u533b\u60a3\u60c5\u6df1","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1247"};
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 () {
}
});
});
}