Sfoglia il codice sorgente

add orders list file

abiao 4 anni fa
parent
commit
83ca553abf
1 ha cambiato i file con 16 aggiunte e 0 eliminazioni
  1. 16 0
      app/views/rails_admin/bulk_action.html.erb

+ 16 - 0
app/views/rails_admin/bulk_action.html.erb

@@ -0,0 +1,16 @@
+
+<!DOCTYPE html>
+<html>
+<head>
+  <title>拒绝提现</title>
+</head>
+<body>
+  <div id="confirm" style="display: <%=@confirm_diaplay%>">
+    <input type="button" value="是的,我确定" id="yes" onclick="confirm()" >
+    <input type="button" value="取 消" id="no" onclick="not_confirm()" >
+  </div>
+  <div id="success" >
+    <h3>已拒绝, 提现款项已回到资金账户中。</h3>
+  </div>
+</body>
+</html>