Commit b73cb7dd by dosZhang

dos

parent 9e21ea4b
...@@ -170,8 +170,8 @@ function checkInfo() { ...@@ -170,8 +170,8 @@ function checkInfo() {
username = name; username = name;
company = resp.branch; company = resp.branch;
toUploadPage(); toUploadPage();
$('.username').text(username); $(".username").append('<div class="text">' + username + '</div>');
$('.company').html(company); $(".company").append('<div class="text">' + company + '</div>');
// if (fyp == 0) { // if (fyp == 0) {
// $('.perf').html('<span>个人累计承保</span><br/>' + perf + '件') // $('.perf').html('<span>个人累计承保</span><br/>' + perf + '件')
// } else { // } 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