You've already forked qlg.frontend
助购额外信息
This commit is contained in:
@ -9,6 +9,15 @@ mui.plusReady(function(){
|
||||
'<span class="c3">'+each.level+'</span></div>')
|
||||
}
|
||||
})
|
||||
JZL.ajax(qlgUrl('app/user_level/stats'), {}, function(data) {
|
||||
// console.log(data); //服务器返回响应,根据响应结果,分析是否登录成功;
|
||||
var data = toJson(data, 1);
|
||||
$('.zgThing').show();
|
||||
console.log(data);
|
||||
$('#zgTimes').text(data.zgTimes);
|
||||
$('#zgAmounts').text(data.zgAmounts);
|
||||
$('#zgYhYhq').text(data.zgYhYhq);
|
||||
})
|
||||
|
||||
$("#userName").text(localStorage.getItem("userName"))
|
||||
JZL.ajax(qlgUrl('app/users/getIndex'), {}, function(data) {
|
||||
|
Reference in New Issue
Block a user