member i18n

This commit is contained in:
lealife
2015-11-28 15:17:36 +08:00
parent bc0e09f222
commit b1f36dfbf1
26 changed files with 197 additions and 159 deletions

View File

@@ -1,5 +1,5 @@
{{template "member/top.html" .}}
<div class="m-b-md"> <h3 class="m-b-none">{{msg . "cate"}}</h3></div>
<div class="m-b-md"> <h3 class="m-b-none">{{msg . "Category"}}</h3></div>
<div class="row">
<div class="col-sm-8">
@@ -46,9 +46,9 @@ $(function() {
});
ajaxPost("/member/blog/upateCateIds", {cateIds: ids}, function(re){
if(reIsOk(re)) {
art.tips("Success");
art.tips(getMsg("Success"));
} else {
art.alert(re.Msg || "error");
art.alert(re.Msg || getMsg("Error"));
}
});
});
@@ -61,7 +61,7 @@ $(function() {
if(reIsOk(re)) {
$t.val(re.Item);
} else {
art.alert(re.Msg || "error");
art.alert(re.Msg || getMsg("Error"));
}
});
});