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=819&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: 1746983240,
nonceStr: '7THPwIWSzIJFJX1z',
signature: '758aa35e2b7f20a4f829c714c1db6cf6dd109c6e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/140377de2aa8d37a8053a6081d3476e6.jpg","title":"\u9042\u5b81\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u8fd9\u5c01\u8bca\u65ad\u4e66 \u5979\u73cd\u85cf\u4e86\u5341\u5e74","smalltext":"\u201c\u5341\u5e74\u4e86\uff0c\u5f00\u59cb\u6211\u8fd8\u62c5\u5fc3\u4f1a\u8ba4\u4e0d\u51fa\u4ed6\u7684\u6a21\u6837\uff0c\u4f46\u89c1\u5230\u4ed6\u65f6\uff0c\u6211\u8fd8\u662f\u4e00\u773c\u5c31\u8ba4\u51fa\u4e86\u4ed6\u3002\u201d7\u67089\u65e5\uff0c\u4eca\u5e7470\u5c81\u7684\u9648\u540c\u534e\u5728\u5973\u513f\u548c\u5b59\u5b50\u7684\u966a\u4f34\u4e0b\u6765\u5230\u9042\u5b81\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u9aa8\u79d1\uff0c\u638f\u51fa\u4e86\u4e00\u5f20\u5fae\u5fae\u6cdb\u9ec4\u7684\u75c5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=819"};
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 () {
}
});
});
}