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=1479&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: 1747190489,
nonceStr: 'C5H91DAa3TGxx57a',
signature: 'e81ac139062365ccc3e74c78351b16c027350b51',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/9480ec097c45eaa6b73c6109640484ef.jpg","title":"\u82cf\u5317\u4eba\u6c11\u533b\u9662\uff1a\u718a\u732b\u8840\u60a3\u8005\u5fc3\u810f\u201c\u70b8\u5f39\u201d\u968f\u65f6\u5f15\u7206\uff0c\u533b\u751f\u4e34\u5371\u201c\u62c6\u5f39\u201d\u6551\u547d","smalltext":"\u4e3b\u52a8\u8109\u5939\u5c42\u662f\u6700\u5371\u9669\u7684\u5fc3\u8840\u7ba1\u75be\u75c5\u4e4b\u4e00\uff0c\u88ab\u79f0\u4e3a\u201c\u8840\u7ba1\u5185\u7684\u4e0d\u5b9a\u65f6\u70b8\u5f39\u201d\uff0c\u624b\u672f\u7684\u6700\u5927\u98ce\u9669\u5728\u4e8e\u6280\u672f\u590d\u6742\u3001\u51fa\u8840\u91cf\u5927\u3002\u524d\u4e0d\u4e45\uff0c\u82cf\u5317\u4eba\u6c11\u533b\u9662\u6536\u6cbb\u4e86\u4e00\u540dA\u578b\u4e3b\u52a8\u8109\u5939\u5c42\u60a3\u8005\uff0c\u800c\u8fd9\u540d\u60a3\u8005\u7adf\u7136","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1479"};
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 () {
}
});
});
}