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=842&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: 1738759728,
nonceStr: 'Ylo98opyPDgz6tsb',
signature: '653467f4843a1e63ec680610f593e93dd0e9e231',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/806c457c0cf3b0a518c254e075abd048.jpg","title":"\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\u6768\u67f3\uff1a\u4ece\u201c\u83dc\u9e1f\u5c0f\u767d\u201d\u5230\u201cLucky Girl\u201d","smalltext":"\u6211\u662f\u6768\u67f3\uff0c\u6765\u81ea\u8fbd\u5b81\u7701\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\u3002\u6211\u7684\u5bb6\u4e61\u961c\u65b0\u5ea7\u843d\u5728\u8fbd\u5b81\u897f\u90e8\uff0c\u5b83\u4e0e\u5185\u8499\u53e4\u514b\u5c14\u6c81\u5de6\u5180\u4ea4\u754c\uff0c\u66fe\u662f\u5efa\u56fd\u521d\u671f\u5168\u56fd\u6700\u5927\u7684\u9732\u5929\u7164\u77ff\u6240\u5728\u5730\uff0c\u53d6\u201c\u7269\u5bcc\u6c11\u4e30 \u7115\u7136\u4e00\u65b0\u201d\u4e4b\u610f\u3002\u5982\u4eca\uff0c\u8fd9\u91cc\u6210","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=842"};
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 () {
}
});
});
}