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=1377&classid=11&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: 1744328382,
nonceStr: 'Gb0abWVgwPiYhGt1',
signature: '8f7f03235f8426d325045a6176657f83dc210adf',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/0ee495cfbb97e31141c049bc3d07587e.jpg","title":"\u200b\u7ef5\u7af9\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u5728\u7ee7\u627f\u4e2d\u53d1\u5c55 \u53cc\u62e5\u82b1\u5f00\u522b\u6837\u7ea2","smalltext":"11\u67088\u65e5\uff0c\u521d\u51ac\u7684\u7ef5\u7af9\u5df2\u6e10\u5bd2\u51b7\u3002\u5728\u4f4d\u4e8e\u57ce\u533a\u4e1c\u90ca\u7684\u82cf\u7ef5\u516c\u56ed\u91cc\uff0c\u4e0d\u65f6\u4f20\u6765\u9635\u9635\u53e3\u53f7\u58f0\uff0c\u5728\u8fd9\u91cc\uff0c\u7ef5\u7af9\u5e02\u4eba\u6c11\u533b\u9662\u768440\u4f59\u540d\u9000\u5f79\u519b\u4eba\u9f50\u805a\u4e00\u5802\uff0c\u6b63\u5728\u4e3e\u884c\u201c\u8001\u5175\u5fc6\u521d\u5fc3\uff0c\u94c1\u8840\u94f8\u519b\u9b42\u201d\u4e3b\u9898\u6d3b\u52a8\u3002\r\n","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=1377"};
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 () {
}
});
});
}