username@email.com
2025-05-14 99ddfbcecf0fa2881eb3a91028257eef87dab6de
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CashApply.aspx.cs" Inherits="CY.WebForm.Pages.pay.CashApply" %>
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>提现申请</title>
    <uc:CMSHead ID="CMSHead1" runat="server" />
    <script src="../../libs/js/nav/basicTab.js" type="text/javascript"></script>
</head>
<body>
            <div class="basicTab" iframemode="true" selectedidx="0" data='{"list":[{"name":"账户提现","url":"CashAccountToBank.aspx"},{"name":"推广提现","url":"CashSpreadToBank.aspx"},{"name":"推广转账","url":"CashSpreadToAccount.aspx"}]}'>
                <div>
                    <iframe scrolling="no" width="100%" frameborder="0" id="frmrightChild" name="frmrightChild" onload="iframeHeight('frmrightChild')" allowtransparency="true" style="padding: 15px 0 0px 20px;"></iframe>
                </div>
            </div>
</body>
</html>