Files
peko-h5/view/peko/modules/h5Income/other.html
2023-07-18 17:32:28 +08:00

85 lines
3.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>賬戶資料</title>
<link rel="stylesheet" href="../../common/css/reset.css">
<link rel="stylesheet" href="./css/other.css">
</head>
<body>
<!-- 返回 -->
<img src="./images/back.png" alt="" class="back">
<!-- 標題 -->
<h3>其他賬戶</h3>
<!-- 銀行卡手機號等信息 -->
<div class="box2">
<div>
<span>Payoneer賬戶</span>
<input class="bankCard" type="text" placeholder="Payoneer賬戶">
</div>
<div>
<span>真實姓名</span>
<input class="name" type="text" placeholder="例:張三">
</div>
<div>
<span>身份證號</span>
<input class="card" type="text" placeholder="請輸入正確的身份證號碼">
</div>
<div>
<span>聯繫方式</span>
<input class="phone" type="text" placeholder="可聯繫您的聯繫方式,郵箱/電話">
</div>
</div>
<!-- 上傳身份證 -->
<div class="box3">
<p>上傳身份證照片</p>
<div class="idBox">
<!-- 正面 -->
<div class="z">
<img src="./images/chainBank/documents_front.png" alt="" class="documents">
<img src="./images/chainBank/icon_camera.png" alt="" class="icon_camera">
<span>請上傳正面照片</span>
<input type="file" id="frontImageUpload" accept="image/*" onchange="fileChangeZ(event)" class="upload"
style="opacity: 0;">
</div>
<!-- 反面 -->
<div class="f">
<img src="./images/chainBank/documents_reverse.png" alt="" class="documents">
<img src="./images/chainBank/icon_camera.png" alt="" class="icon_camera">
<span>請上傳反面照片</span>
<input type="file" id="backImageUpload" accept="image/*" onchange="fileChangeF(event)" class="upload"
style="opacity: 0;">
</div>
</div>
</div>
<!-- 綁定按鈕 -->
<div class="but">確認綁定</div>
<!-- 說明 -->
<div class="rule">
<p>註意:</p>
<p>1.其他賬戶提領將由Payoneer發放</p>
<p>2.Payoneer的使用方法請聯繫客服 Wechat:sd245376 咨詢;</p>
<p>3.Payoneer賬戶必須與真實姓名一致否則提領不能到賬</p>
<p>4.請勿將賬號綁定他人的姓名,提領真實姓名綁定後不能修改,請謹慎操作;</p>
<p>5.首次進行提領流程時,會需要上傳您的身份證相關信息;</p>
<p>6.申請提領人為未滿二十歲的未成年人,除需提供申請人的身份證相關信息外,另須提供法定代理人(或監護人)的身份證件相關信息;</p>
<p>7.如有疑問請聯繫Wechat:sd245376</p>
</div>
</body>
</html>
<script src="../../common/js/flexible.js"></script>
<script src="../../common/js/jquery-3.2.1.min.js"></script>
<script src="../../common/js/common2.js"></script>
<script src="../../common/js/layer.js"></script>
<script src="../../common/js/vconsole.min.js"></script>
<script src="../../common/js/route-constant.js"></script>
<script src="../../common/js/svga.min.js"></script>
<script src="./js/qiniu.min.js"></script>
<script src="./js/other.js?v=1.0"></script>