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=1416&classid=3&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: 1743632789,
nonceStr: '6oO3wwa3O3UifgIw',
signature: 'e22d78d291690d884fd70a3d5da1b95820a52328',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/3a4890409c6bfdd00433cba252256043.jpg","title":"\u59d4\u5458\u674e\u84d3\uff1a\u6c38\u5f53\u5065\u5eb7\u4f20\u64ad\u201c\u8ffd\u68a6\u4eba\u201d","smalltext":"\u674e\u84d3\uff0c\u6b66\u6c49\u5e02\u4e2d\u5fc3\u533b\u9662\u5ba3\u4f20\u90e8\u526f\u4e3b\u4efb\uff0c\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u4e13\u4e1a\u59d4\u5458\u4f1a\u59d4\u5458\uff0c\u767d\u6c42\u6069\u7cbe\u795e\u7814\u7a76\u4f1a\u7406\u4e8b\uff0c\u591a\u5e74\u4ece\u4e8b\u516c\u7acb\u533b\u9662\u54c1\u724c\u4e0e\u6587\u5316\u4f20\u64ad\uff0c\u4ee5\u521b\u65b0\u601d\u7ef4\u6784\u5efa\u201c\u5927\u5ba3\u4f20\u201d\u683c\u5c40\uff0c\u7528\u4eba\u6587\u89c6\u89d2\u4f20\u64ad\u533b\u5b66\u7684\u6e29\u5ea6\uff0c\u501f\u65b0\u5a92\u4f53\u4e1c\u98ce\u666e\u53ca\u5065\u5eb7\u6587\u5316\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=3&id=1416"};
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 () {
}
});
});
}