MaiXinRong 1 rok temu
rodzic
commit
a91bfd767d
1 zmienionych plików z 1 dodań i 1 usunięć
  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;