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=4148&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: 1745056474,
nonceStr: 'uzvG3Tx0PCHT3P6I',
signature: '70a23bc91d2f95c7a68c9dde829d4a3ba828d49c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u4e0d\u8981\u4ee5\u4efb\u4f55\u65b9\u5f0f\u6b67\u89c6\u764c\u75c7","smalltext":"\u201c\u533b\u8005\u610f\u4e5f\u201d\uff0c\u533b\u5b66\u4e0e\u5176\u4ed6\u5f88\u591a\u5b66\u79d1\u4e0d\u4e00\u6837\uff0c\u533b\u751f\u9664\u4e86\u8981\u6709\u5e7f\u535a\u7684\u77e5\u8bc6\u5916\uff0c\u8fd8\u9700\u8981\u201c\u5e08\u7236\u9886\u8fdb\u95e8\u4fee\u884c\u5728\u4e2a\u4eba\u201d\u7684\u611f\u609f\u3001\u987f\u609f\u548c\u610f\u4f1a\u3002\u5728\u4e34\u5e8a\u4e0a\uff0c\u4e00\u4e2a\u597d\u7684\u533b\u751f\u4e00\u5b9a\u4e0d\u4ec5\u4ec5\u5173\u6ce8\u75be\u75c5\u7684\u9759\u6001\u7ed3\u6784\u6539\u53d8\uff0c\u800c\u662f\u66f4\u52a0\u91cd\u89c6\u5728\u751f\u547d\u4f53\u5185\u7684\u75be\u75c5\u7684\u52a8\u6001\u8fc7\u7a0b\u3002\u56e0\u6b64\uff0c\u5728\u73b0\u4ee3\u7cbe\u51c6\u533b\u5b66\u3001AI\u6280\u672f\u7b49\u8d8a\u6765\u8d8a\u53d1\u8fbe\u7684\u540c\u65f6\uff0c\u9762\u5bf9\u7cbe\u5bc6\u590d\u6742\u591a\u53d8\u7684\u4eba\u4f53\uff0c\u65e0\u8bba\u662f\u7535\u8111\u8fd8\u662f\u673a\u5668\uff0c\u6c38\u8fdc\u53ea\u80fd\u4f5c\u4e3a\u533b\u8005\u7684\u5de5\u5177\uff0c\u6c38\u8fdc\u4e5f\u66ff\u4ee3\u4e0d\u4e86\u4eba\u4e0e\u4eba\u4e4b\u95f4\u7684\u6c9f\u901a\u3001\u4ea4\u6d41\uff0c\u6c38\u8fdc\u4e5f\u66ff\u4ee3\u4e0d\u4e86\u4eba\u7684\u601d\u8003\u3001\u521b\u65b0\u3002\r\n\u672c\u4e13\u680f\u6536\u5f55\u6211\u9662\u533b\u52a1\u4eba\u5458\u5728\u5de5\u4f5c\u4e4b\u4f59\u64b0\u5199\u7684\u5fc3\u5f97\u5c0f\u6587\uff0c\u6216\u662f\u5bf9\u75be\u75c5\u7684\u79d1\u666e\uff0c\u6216\u662f\u5bf9\u7406\u5ff5\u7684\u521b\u65b0\uff0c\u6216\u662f\u5bf9\u4eba\u6587\u7684\u601d\u8003\uff0c\u6216","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4148"};
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 () {
}
});
});
}