公告板
版本库
filestore
活动
搜索
登录
main
/
chuanyin-group-project
川印集团项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
张薇按我这个界面比例画图 生产要求只填1行就够了,其他跟之前的一样 这个地方是增加或者删除不需要的后道
username@email.com
2026-04-02
b03ae699c49cfca53d22772f0c2aec5210bc9758
[chuanyin-group-project.git]
/
CY_ECommercePlatform
/
CY.WebForm
/
Pages
/
pay
/
CashApply.aspx
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>