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=3093&classid=12&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: 1743632888,
nonceStr: '3sChdSKtaMuyqeAA',
signature: '2f2d06fd0c4a654bde71d09c795799730b1fba78',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202004\/6d9ec238ee0cd5d05134ee754f74db59.jpg","title":"\u6297\u75ab\u7231\u5fc3\u5fd7\u613f\u8005\u738b\u8bd7\u7476\uff1a\u200b\u6211\u4eec\u66fe\u4e00\u8d77\u4e3a\u7956\u56fd\u7684\u4e00\u7ebf\u5bfb\u627e\u8fc7\u201c\u76fe\u724c\u201d","smalltext":"\u8fd9\u4e2a\u65b0\u5e74\uff0c\u662f\u6211\u51fa\u56fd4\u5e74\u6765\u7b2c\u4e00\u6b21\u6ca1\u6709\u56de\u5bb6\u8fc7\u5e74\u30021\u670825\u53f7\uff0c\u58a8\u5c14\u672c\u3002 \u6211\u5728\u670b\u53cb\u5bb6\u505a\u597d\u4e86\u5e74\u591c\u996d\uff0c\u6253\u5f00\u7535\u89c6\u7a9d\u5728\u6c99\u53d1\u91cc\u51c6\u5907\u770b\u6625\u665a\uff0c\u5237\u624b\u673a\u3002\u4eca\u5929\u7684\u5fae\u535a\u70ed\u641c\u4e0d\u662f\u5a31\u4e50\u516b\u5366\uff0c\u800c\u662f\u4e0d\u65ad\u589e\u957f\u7684\u7684\u611f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=3093"};
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 () {
}
});
});
}