Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eduline
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
eduline
Commits
82d44d0e
Commit
82d44d0e
authored
May 21, 2020
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A
parent
559ee81e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
130 additions
and
0 deletions
+130
-0
apps/home/Tpl/default/User/account/income_old.html
+77
-0
apps/home/Tpl/default/User/account/income_w3g.html
+53
-0
No files found.
apps/home/Tpl/default/User/account/income_old.html
0 → 100644
View file @
82d44d0e
<include
file=
"__THEME__/public_header"
/>
<div
class=
"worap position-rt"
>
<!--左-->
<include
file=
"../../User/_left"
/>
<!--中 -->
<div
class=
"user-con fl user-pbottom"
>
<div
class=
"user-con-title"
>
<include
file=
"_tab"
/>
</div>
<div
class=
"user-Release"
>
<div
class=
"box_block Manage_all"
style=
"display:block"
>
<div
class=
"mt10b20 clearfix h55"
>
<form
method=
"get"
action=
"{:U('home/User/account', array('tab'=>1))}"
id=
"account-find-form"
>
<span
class=
"selected_title fl"
style=
" float: left;height: 30px;line-height: 30px;"
>
时间:
</span>
<div
class=
"myInput1 fl w130"
style=
"padding:0;height:30px"
>
<input
type=
"text"
style=
"height:30px;top:0"
onfocus=
"core.rcalendar(this,'');"
class=
"rcalendar_select"
readonly
name=
"st"
value=
"{$_GET['st']}"
/>
</div>
<span
class=
"selected_title mlr5 fl"
>
到
</span>
<div
class=
"myInput1 fl w130"
style=
"padding:0;height:30px"
>
<input
type=
"text"
style=
"height:30px;top:0"
onfocus=
"core.rcalendar(this,'');"
class=
"rcalendar_select"
readonly
name=
"et"
value=
"{$_GET['et']}"
/>
</div>
<a
class=
"sel_w fl ml15"
id=
"find-submit"
href=
"javascript:;"
>
查询
</a>
</form>
</div>
<style>
table
.table_ye
tr
td
{
border-top
:
1px
solid
#e3e3e3
;
border-left
:
1px
solid
#e3e3e3
;}
</style>
<table
class=
"table_ye"
cellpadding=
"0"
cellspacing=
"0"
border=
"0"
width=
"100%"
style=
"border-right:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;"
>
<thead>
<td
width=
"10%"
>
序号
</td>
<td
width=
"25%"
>
时间
</td>
<td
width=
"25%"
>
营收金额
</td>
<td
width=
"40%"
>
营收课程名称
</td>
</thead>
<?php foreach($data['data'] as $i=>$rs):?>
<tr>
<td>
<?php echo ($i+1)*$data['nowPage']?>
</td>
<td>
{:friendlyDate($rs['ctime'])}
</td>
<td>
{:unLast0($rs['user_num'])}积分
</td>
<td><a
href=
"{:U('course/Album/view', array('id'=>$rs['video_id']))}"
class=
"green_txt"
target=
"_blank"
title=
"{:getVideoNameForID($rs['video_id'])}"
>
{:mStr(getVideoNameForID($rs['video_id']), 15)}
</a></td>
</tr>
<?php endforeach;?>
</table>
<div
class=
"mt10 account_page"
>
营收总额:
<em
class=
"red_txt"
>
{:unLast0($total)}
</em>
积分
<p>
共{$data.totalRows}条 {$data.html}
</p></div>
</div>
</div>
</div>
<!--右-->
<include
file=
"../../User/_right"
/>
</div>
<script
type=
"text/javascript"
>
$
(
'input.rcalendar_select,#rcalendar_y,#rcalendar_m,#ryears,#rmonths'
).
live
(
'click'
,
function
(
e
){
return
false
;
});
$
(
document
).
click
(
function
(){
typeof
rcalendar_close
!=
'undefined'
&&
rcalendar_close
();
});
$
(
'#account-find-form'
).
submit
(
function
(
e
)
{
if
(
$
(
"input.rcalendar_select"
).
val
()
==
''
)
ui
.
error
(
'请选择查询时间'
);
var
url
=
$
(
this
).
attr
(
'action'
)
+
''
;
if
(
url
.
indexOf
(
'?'
)
>-
1
){
window
.
location
=
url
+
'&'
+
$
(
this
).
serialize
();
}
else
{
window
.
location
=
url
+
'?'
+
$
(
this
).
serialize
();
}
return
false
;
}).
find
(
'#find-submit'
).
click
(
function
(){
$
(
this
).
parents
(
'form'
).
submit
();
});
</script>
<include
file=
"__THEME__/public_footer"
/>
\ No newline at end of file
apps/home/Tpl/default/User/account/income_w3g.html
0 → 100644
View file @
82d44d0e
<include
file=
"__THEME__/public_header_w3g"
/>
<style
type=
"text/css"
>
</style>
<div
id=
"app"
>
<div
class=
"layout_v"
>
<div
class=
"widthraw_list_top layout_h"
>
<span
class=
"text_12_400 color_999999"
>
提现总金额:
</span>
<span
class=
"text_12_400 color_primary"
>
¥154
</span>
</div>
<van-list
v-model=
"loading"
:finished=
"finished"
finished-text=
"没有更多了"
@
load=
"onLoad"
>
<!-- v-for="(item, index)" :key="index" -->
<div
class=
"layout_h_b income_item"
>
<div
class=
"weight_full layout_v_b"
>
<span
class=
"text_14_400 color_333333"
>
用户8989购买了你推荐的【智慧校园教材】
</span>
<span
class=
"text_12_400 color_999999"
style=
"margin-top: 0.75rem;"
>
2020-01-02 15:35
</span>
</div>
<span
class=
"self_center text_14_600 color_FF3B3B"
style=
"margin-left: 1rem;"
>
+¥220.00
</span>
</div>
</van-list>
</div>
</div>
<script
type=
"text/javascript"
>
new
Vue
({
el
:
"#app"
,
data
:
function
()
{
return
{
loading
:
false
,
//加载时置为true
finished
:
false
,
//加载完毕时置为true,为false时自动到底加载更多,
items
:
[]
}
},
created
:
function
(){
$
(
"#preloader"
).
hide
();
},
methods
:
{
onLoad
:
function
()
{
}
}
})
</script>
<include
file=
"__THEME__/public_footer_w3g"
/>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment