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=102&classid=10&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: 1744492058,
nonceStr: 'g2t6P8G6TE02uxNN',
signature: '50f42e0d0d97e5c4becb3c3e7b60d9118a425bc0',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/d9f2401699e20a2d0d3734eb1d36e5f0.jpeg","title":"\u4e16\u754c\u7b2c\u4e00\u8fd8\u8981\u4eba\u6587\u5417\uff1f\u8fd9\u5bb6\u533b\u9662\u662f\u8fd9\u4e48\u505a","smalltext":"\u4ed6\u4eec\u8fde\u7eed\u516d\u5e74\u5b9e\u73b0\u809d\u79fb\u690d\u624b\u672f\u91cf\u5168\u56fd\u7b2c\u4e00\uff0c\u4ed6\u4eec\u8fde\u7eed\u516d\u5e74\u5b9e\u73b0\u513f\u7ae5\u809d\u79fb\u690d\u5e74\u624b\u672f\u91cf\u4e16\u754c\u7b2c\u4e00\uff0c\u4ed6\u4eec\u521b\u7acb\u4e86\u56fd\u5185\u9996\u4e2a\u513f\u7ae5\u809d\u79fb\u690d\u75c5\u533a\uff0c\u4ed6\u4eec\u521b\u5efa\u4e86\u56fd\u5185\u6700\u65e9\u3001\u4e5f\u662f\u6700\u5927\u7684\u513f\u7ae5\u809d\u79fb\u690d\u6148\u5584\u6551\u52a9\u5e73","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=102"};
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 () {
}
});
});
}