@@ -485,7 +485,7 @@
$.ajax({
url: '/profile/code?_csrf_j=<%= ctx.csrf %>',
type: 'post',
- data: { mobile: authMobile, type: 'shenpi' },
+ data: { mobile: '<%- authMobile %>', type: 'shenpi' },
dataTye: 'json',
error: function() {
isPosting = false;