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=3015&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: 1749396828,
nonceStr: 'QGAzAGEsn4F3Prix',
signature: 'a0cb7fc860a148441511988dedaf87480311ed83',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8fd9\u4e2a\u201c\u79d1\u666e\u5065\u5eb7\u8bb2\u5802\u201d\u4e3a\u4f55\u706b\u4e86","smalltext":"\u515a\u7684\u5341\u4e5d\u5927\u62a5\u544a\u4e2d\u63d0\u51fa\uff1a\u5b9e\u65bd\u5065\u5eb7\u4e2d\u56fd\u6218\u7565\uff0c\u8981\u6c42\u575a\u6301\u9884\u9632\u4e3a\u4e3b\u3001\u5168\u65b9\u4f4d\u3001\u5168\u5468\u671f\u7ef4\u62a4\u4eba\u6c11\u5065\u5eb7\u3002\u4e0d\u65ad\u63d0\u9ad8\u5927\u4f17\u5065\u5eb7\u7d20\u517b\uff0c\u5df2\u7136\u6210\u4e3a\u4e00\u9879\u91cd\u8981\u5de5\u4f5c\u3002\u4e0d\u5fd8\u4ece\u533b\u521d\u5fc3\uff0c\u80a9\u8d1f\u5065\u5eb7\u4f7f\u547d\u3002\u4f5c\u4e3a\u5e02\u7ea7\u516c\u7acb\u533b\u9662\u7684\u201c\u6392\u5934\u5175\u201d\u7684\u5e02\u4e09\u533b\u9662\u5e0c\u671b\u901a\u8fc7\u5b9e\u9645\u884c\u52a8\u4e0d\u65ad\u63a2\u7d22\uff0c\u5efa\u7acb\u8d77\u4e00\u6761\u7fa4\u4f17\u6ee1\u610f\u7684\u79d1\u666e\u5065\u5eb7\u6559\u80b2\u8def\u5f84\u3002\u4eca\u5e744\u6708\u8d77\uff0c\u9996\u521b\u63a8\u51fa\u7684\u201c\u79d1\u666e\u5065\u5eb7\u8bb2\u5802\u201d\u575a\u6301\u9884\u9632\u4e3a\u4e3b\u3001\u5065\u5eb7\u4f18\u5148\uff0c\u622a\u6b62\u4eca\u65e5\u5df2\u5b8c\u621022\u671f\uff0c\u5305\u542b\u5fc3\u8840\u7ba1\u75be\u75c5\u3001\u547c\u5438\u75be\u75c5\u3001\u6025\u6551\u3001\u6ccc\u5c3f\u75be\u75c5\u3001\u53e3\u8154\u5065\u5eb7\u7b49\u4e0d\u540c\u4e3b\u9898\uff0c\u5438\u5f15\u5343\u4f59\u5e02\u6c11\u53c2\u4e0e\u3002\u540c\u65f6\uff0c\u7ec4\u7ec7\u804c\u5de5\u4ee3\u8868\u6f14\u793a\u5e7f\u64ad\u4f53\u64cd\u3001\u516b\u6bb5\u9526\uff0c\u5021\u5bfc\u5e02\u6c11\u5065\u5eb7\u751f\u6d3b\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3015"};
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 () {
}
});
});
}