﻿$.post("/Service/Member/GetCurrent.aspx", "referrer=" + window.location, function (resp) {
    if (resp.Success) {
        $(".welcome").html('您好，<b class="red">' + resp.Result + '</b>，欢迎光临尤美儿商城。<a href="/logout.html">[退出]</a>');
    }
    if (resp.Message) {
        var o = eval(resp.Message);
        $(".hqty").html(o.Count);
        $(".hmoney").html(o.Money);
    }
}, "json");
$(function () {
    deftext.Attach("#keyword", { Default: "输入您想找的内容..." });
});
