一次修改

This commit is contained in:
2020-12-06 20:40:57 +08:00
parent aea87019dd
commit 141e3418c9
11 changed files with 37 additions and 161 deletions

View File

@ -15,8 +15,8 @@ mui.plusReady(function(){
$('.zgThing').show();
console.log(data);
$('#zgTimes').text(data.zgTimes);
$('#zgAmounts').text(data.zgAmounts);
$('#zgYhYhq').text(data.zgYhYhq);
$('#zgAmounts').text('¥'+data.zgAmounts);
$('#myZgA').text(data.myZgA);
})
$("#userName").text(localStorage.getItem("userName"))