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
5771696c
Commit
5771696c
authored
Dec 27, 2017
by
clone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
经济人列表页不用autoken验证
parent
00ff6ae4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Basic.php
application/api/extend/Basic.php
+1
-0
transfer.js
public/resource/js/transfer.js
+2
-1
No files found.
application/api/extend/Basic.php
View file @
5771696c
...
...
@@ -47,6 +47,7 @@ class Basic extends Controller
"api/shopDetail"
,
"api/bannerList"
,
"api/averagePriceAndTurnover"
,
"api/getBroker"
,
);
/**
...
...
public/resource/js/transfer.js
View file @
5771696c
define
([
'doT'
,
'text!temp/transfer_template_tpl.html'
,
'css!style/home.css'
,
'paginationStart'
],
function
(
doT
,
template
)
{
user
=
{
pageNo
:
1
,
/*第几页*/
pageSize
:
1
0
,
/*每页显示多少条*/
pageSize
:
1
5
,
/*每页显示多少条*/
urls
:
''
,
init
:
function
()
{
...
...
@@ -96,6 +96,7 @@ define (['doT', 'text!temp/transfer_template_tpl.html', 'css!style/home.css','pa
data
:
params
,
dataType
:
'json'
,
success
:
function
(
data
)
{
console
.
log
(
data
);
var
temp
=
document
.
getElementById
(
'transfer_list_tpl'
).
innerHTML
;
var
doTtmpl
=
doT
.
template
(
temp
);
$
(
"#sublet_list"
).
html
(
doTtmpl
(
data
.
data
.
list
));
...
...
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