MaiXinRong 1 년 전
부모
커밋
a91bfd767d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/view/ledger/audit_modal.ejs

+ 1 - 1
app/view/ledger/audit_modal.ejs

@@ -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;