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=1668&classid=5&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: 1747167943,
nonceStr: 'miORTh8kk72jyopx',
signature: '4c6cb15ebca1b5f9adf1962e5cd939e4691b7ef8',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202001\/a19e3ec3df97586747d2a6e4d3eb4e65.jpg","title":"\u6e29\u533b\u5927\u9644\u4e8c\u9662\uff1a\u652f\u63f4\u6b66\u6c49\uff01\u4eca\u5929\uff0c\u9644\u4e8c\u6700\u7f8e\u201c\u9006\u884c\u4eba\u201d\uff0c\u51fa\u53d1\u4e86\uff01","smalltext":"\u6628\u5929\u51cc\u6668\uff0c\u6b63\u5728\u503c\u591c\u73ed\u7684ICU\u62a4\u58eb\u738b\u5bc6\u82b3\u63a5\u5230\u7d27\u6025\u7535\u8bdd\uff0c\u8981\u6c42\u5979\u56de\u5bb6\u7a0d\u4f5c\u51c6\u5907\uff0c\u4e8e\u4eca\u6668\u4ece\u533b\u9662\u96c6\u4e2d\u51fa\u53d1\uff0c\u5954\u8d74\u6b66\u6c49\u3002\u540c\u65f6\u63a5\u5230\u7c7b\u4f3c\u7535\u8bdd\u7684\u8fd8\u6709\u6b64\u6b21\u5954\u8d74\u6b66\u6c49\u9a70\u63f4\u7684\u53e6\u5916\u56db\u540d\u533b\u62a4\u4eba\u5458\uff0c\u4ed6\u4eec\u5206\u522b\u662f\uff1a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1668"};
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 () {
}
});
});
}