$(function () {
  if (isLogined && !c_has_follwed) {
  $.ajax({
  url: "/mvc/Follow/FollowBlogger.aspx",
  data: '{"blogUserGuid":"43ebfc82-bdeb-df11-ac81-842b2b196315"}',
  dataType: "text",
  type: "post",
  contentType: "application/json; charset=utf-8",
  success: function (n) {
  if (n !== "未登录") {
  //TODO...
  }
  }
  });
  }
  }); 
posted on 2017-05-01 10:45  supermanlee  阅读(106)  评论(0)    收藏  举报