Showing
1 changed file
with
2 additions
and
1 deletions
@@ -69,7 +69,6 @@ $btnSure.on('touchstart', function() { | @@ -69,7 +69,6 @@ $btnSure.on('touchstart', function() { | ||
69 | }, | 69 | }, |
70 | success: function(data) { | 70 | success: function(data) { |
71 | var res = data.data; | 71 | var res = data.data; |
72 | - console.log(data.message); | ||
73 | 72 | ||
74 | if (data.code === 200) { | 73 | if (data.code === 200) { |
75 | showErrTip('注册成功'); | 74 | showErrTip('注册成功'); |
@@ -85,6 +84,8 @@ $btnSure.on('touchstart', function() { | @@ -85,6 +84,8 @@ $btnSure.on('touchstart', function() { | ||
85 | 84 | ||
86 | $('.ensure').on('click', function() { | 85 | $('.ensure').on('click', function() { |
87 | $('.prompt').hide(); | 86 | $('.prompt').hide(); |
87 | + $('.pitch').addClass('select'); | ||
88 | + $('.pitch').html(''); | ||
88 | 89 | ||
89 | $.ajax({ | 90 | $.ajax({ |
90 | type: 'POST', | 91 | type: 'POST', |
-
Please register or login to post a comment