@@ -483,7 +483,7 @@
const btn = $(this);
$.ajax({
- url: '/profile/code?_csrf_j=' + csrf,
+ url: '/profile/code?_csrf_j=<%= ctx.csrf %>',
type: 'post',
data: { mobile: authMobile, type: 'shenpi' },
dataTye: 'json',