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=437&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: 1743923319,
nonceStr: '90A32KNAcgqDy7jE',
signature: 'b7cca4773cc9d4033327b13a0a5e5ea1d226fae5',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/4dab520197305c10b2955acfb89dbcb8.jpg","title":"\u5357\u5b81\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u5f90\u6c5f\u71d5:1\u5e741\u4e075\u5343\u516c\u91cc\uff0c\u5979\u6539\u53d8\u4e86\u8fd9\u5bb6\u4e61\u9547\u536b\u751f\u9662\u7684\u9762\u8c8c","smalltext":"\u5f90\u6c5f\u71d5\uff0c\u5357\u5b81\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u513f\u79d1\u7684\u4e00\u540d\u533b\u751f\uff0c\u526f\u4e3b\u4efb\u533b\u5e08\u30022018\u5e745\u670810\u65e5\u5f00\u59cb,\u5979\u6302\u804c\u6c38\u5dde\u4e2d\u5fc3\u536b\u751f\u9662\u526f\u9662\u957f\u3002\u5f88\u591a\u4eba\u4ee5\u4e3a\u4e0b\u4e61\u652f\u63f4\u5c31\u662f\u8d70\u8d70\u8fc7\u573a\uff0c\u4f46\u5979\u771f\u6293\u5b9e\u5e72\uff0c\u8ba9\u8fd9\u6240\u9a6c\u5c71\u53bf\u6700\u897f\u7aef\u7684\u4e61\u9547","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=437"};
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 () {
}
});
});
}