| $(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... | |
| } | |
| } | |
| }); | |
| } | |
| }); |

浙公网安备 33010602011771号