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=547&classid=4&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: 1743703026,
nonceStr: 'LWq2FoaP2W05UioE',
signature: '5052d95207d7911a8a277887a9c1c70ebc2173d9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/1e3e4773d8f5b1825ac6ddce16980fef.jpg","title":"\u767e\u5e74\u8001\u9662\u4f20\u85aa\u706b \u535a\u7231\u7cbe\u795e\u6c38\u7559\u5b58","smalltext":"2017\u5e745\u670826\u65e5\uff0c\u7531\u590d\u65e6\u5927\u5b66\u51fa\u7248\u793e\u51fa\u7248\u7684\u300a\u5317\u6781\u5149\u7167\u8000\u6843\u82b1\u4ed1\u2014\u2014\u4e00\u4e2a\u632a\u5a01\u5bb6\u65cf\u7684\u4e2d\u56fd\u60c5\u300b\u5728\u590d\u65e6\u5927\u5b66\u53d1\u5c55\u7814\u7a76\u9662\u9996\u53d1\u3002\u76ca\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u65f6\u4efb\u515a\u59d4\u4e66\u8bb0\u3001\u9662\u957f\u66fe\u8dc3\u7ea2\u5e94\u9080\u51fa\u5e2d\u53d1\u5e03\u4f1a\uff0c\u5e76","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=547"};
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 () {
}
});
});
}