Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
84647a34
Commit
84647a34
authored
Mar 13, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
对接接口 暂定
parent
a1eafa48
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
16 deletions
+3
-16
cashAccountList.js
public/resource/js/cashAccountList.js
+3
-16
No files found.
public/resource/js/cashAccountList.js
View file @
84647a34
...
...
@@ -16,12 +16,7 @@ define (['doT', 'text!temp/cash_account_list_template_tpl.html', 'css!style/home
e
.
preventDefault
();
e
.
stopPropagation
();
$
(
this
).
parent
().
parent
().
remove
();
/*if(confirm('确定删除该图片吗?')) {
var _imgId = _this.parent().attr('data-imgid');
var file_id = $(this).parent('li').attr('id') - 0 ;
_this.parent().remove();
user.addDeleteNewsEvent(file_id);
};*/
});
$
(
"#search"
).
click
(
function
()
{
//搜索
redEnvelope
.
getList
(
1
);
...
...
@@ -35,19 +30,11 @@ define (['doT', 'text!temp/cash_account_list_template_tpl.html', 'css!style/home
//获取列表
getList
:
function
(
pageNo
)
{
redEnvelope
.
pageNo
=
pageNo
;
var
params
=
{
"AuthToken"
:
JSON
.
parse
(
decodeURIComponent
(
localStorage
.
getItem
(
'pcUserInfo'
))).
AuthToken
,
};
var
params
=
{};
params
.
pageNo
=
redEnvelope
.
pageNo
;
params
.
pageSize
=
redEnvelope
.
pageSize
;
params
.
img_type
=
$
(
'#p_type option:selected'
).
val
()
==
-
1
?
''
:
$
(
'#p_type option:selected'
).
val
();
if
(
params
.
img_type
==
2
){
params
.
label
=
''
;
}
else
{
params
.
label
=
$
(
'#yetai_type option:selected'
).
val
()
==-
1
?
''
:
$
(
'#yetai_type option:selected'
).
html
();
}
$
.
ajax
({
url
:
'/index/
getImageDepot
List'
,
//获取列表
url
:
'/index/
userAccountBalance
List'
,
//获取列表
type
:
'GET'
,
async
:
true
,
data
:
params
,
...
...
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