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=1330&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: 1747189200,
nonceStr: 'Pzgi0bFzTxvt1Qpk',
signature: '7c99fe3fe08fc105a40c35a3366d29997758422c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/5532ea170f134efc2f21ba181f5c47c6.jpg","title":"\u6c5f\u897f\u7701\u513f\u7ae5\u533b\u9662:\u201c\u9aa8\u6298\u533b\u751f\u201d\u770b\u201c\u9aa8\u6298\u60a3\u8005\u201d","smalltext":"\u201c\u2018\u9aa8\u6298\u533b\u751f\u2019\u770b\u2018\u9aa8\u6298\u60a3\u8005\u2019\uff0c\u6c5f\u897f\u7701\u513f\u7ae5\u533b\u9662\u9aa8\u79d1\u533b\u751f\u675c\u9999\u5e73\u6bcf\u5929\u7684\u4f8b\u884c\u67e5\u623f\uff0c\u7adf\u6210\u4e86\u4e00\u9053\u6e29\u6696\u7684\u98ce\u666f\u7ebf\u3002\u201d\u6c5f\u897f\u7701\u513f\u7ae5\u533b\u9662\u300a\u77b3\u771f\u300b\u4eba\u6587\u7248\u520a\u767b\u51fa\u8fd9\u6761\u4fe1\u606f\u540e\uff0c\u5f15\u6765\u4f17\u591a\u7f51\u53cb\u4e3a\u5176\u656c\u4e1a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1330"};
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 () {
}
});
});
}