87,997
社区成员




wx.config(data);
wx.ready(function () {
wx.onMenuShareTimeline({
title: base64decodeToStr(_title),
link: _link,
imgUrl: _imgUrl,
success: function (res) {
closeLayer();
if (_isShareNext == "0") {
userShare();
}
else {
shareLayer();
}
//window.location.href = _link;
}
}
);
<script src="~/script/jquery-1.11.3.min.js"></script>
<script>
var flag = false;
$.ajax({
type: "post",
url: "../Home/IndexAjax",
async: false,
success: function (obj) {
alert(obj);
flag = true;
}
});
</script>
<script>
while (flag == false) {
}
</script>
@{
ViewBag.Title = "Index";
}
<h2>Index</h2>