Commit b73cb7dd by dosZhang

dos

parent 9e21ea4b
......@@ -170,8 +170,8 @@ function checkInfo() {
username = name;
company = resp.branch;
toUploadPage();
$('.username').text(username);
$('.company').html(company);
$(".username").append('<div class="text">' + username + '</div>');
$(".company").append('<div class="text">' + company + '</div>');
// if (fyp == 0) {
// $('.perf').html('<span>个人累计承保</span><br/>' + perf + '件')
// } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment