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=381&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: 1743703069,
nonceStr: 'CLzjvkxMyKDbrMwA',
signature: 'a8f02c03c52d5ac200b6b6caaed4c8d3cac27040',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/d6b1efaa11ebd89d0509064e33428fb5.jpg","title":"\u7518\u8083\u5b9d\u77f3\u82b1\u533b\u9662\uff1a\u8fd0\u7528\u65b0\u5a92\u4f53\u63d0\u5347\u533b\u9662\u5ba3\u4f20\u5de5\u4f5c","smalltext":"\u8fd1\u51e0\u5e74\u662f\u533b\u9662\u6df1\u5316\u6539\u9769\uff0c\u63a8\u8fdb\u533b\u9662\u793e\u4f1a\u5316\u3001\u5e02\u573a\u5316\u53d1\u5c55\u7684\u5173\u952e\u65f6\u671f\uff0c\u533b\u9662\u52a0\u5927\u5ba3\u4f20\u529b\u5ea6\uff0c\u79ef\u6781\u8fd0\u7528\u65b0\u5a92\u4f53\u3001\u4e92\u8054\u7f51\u4f20\u64ad\u533b\u9662\u597d\u58f0\u97f3\uff0c\u9002\u5e94\u533b\u9662\u6539\u9769\u53d1\u5c55\u7684\u65b0\u5f62\u52bf\uff0c\u4ee5\u201c\u7edf\u4e00\u601d\u60f3\uff0c\u8f6c\u53d8\u670d\u52a1\u89c2\u5ff5\uff0c\u6811\u7acb\u533b\u9662\u826f\u597d\u5f62\u8c61\u201d\u4e3a\u76ee\u6807\uff0c\u5f15\u5bfc\u5e7f\u5927\u5458\u5de5\u589e\u5f3a\u656c\u4e1a\u610f\u8bc6\u3001\u5b9e\u5e72\u610f\u8bc6\u3001\u5949\u732e\u610f\u8bc6\uff0c\u6811\u7acb\u6b63\u786e\u7684\u7406\u60f3\u4fe1\u5ff5\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=381"};
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 () {
}
});
});
}