Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ylc.llewan.com
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
llewan
ylc.llewan.com
Commits
3c21d85b
Commit
3c21d85b
authored
Sep 22, 2018
by
734642908@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改竞拍时间
parent
5a0341a2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
AuctionController.class.php
Application/Home/Controller/AuctionController.class.php
+3
-3
No files found.
Application/Home/Controller/AuctionController.class.php
View file @
3c21d85b
...
@@ -13,7 +13,7 @@ class AuctionController extends BaseController
...
@@ -13,7 +13,7 @@ class AuctionController extends BaseController
//竞拍商品列表
//竞拍商品列表
public
$goodsList
=
array
(
public
$goodsList
=
array
(
array
(
array
(
'date'
=>
'2018-09-2
2
'
'date'
=>
'2018-09-2
1
'
,
'name'
=>
'一期竞拍'
,
'name'
=>
'一期竞拍'
,
'list'
=>
array
(
,
'list'
=>
array
(
array
(
array
(
...
@@ -35,7 +35,7 @@ class AuctionController extends BaseController
...
@@ -35,7 +35,7 @@ class AuctionController extends BaseController
,
'initial_price'
=>
50
,
'initial_price'
=>
50
,
'bid_price'
=>
50
,
'bid_price'
=>
50
,
'enroll_price'
=>
50
,
'enroll_price'
=>
50
,
'start_time'
=>
'2018-09-2
2
17:00'
,
'start_time'
=>
'2018-09-2
1
17:00'
,
'end_time'
=>
''
,
'end_time'
=>
''
,
'status'
=>
'1'
,
'status'
=>
'1'
)
)
...
@@ -441,7 +441,7 @@ class AuctionController extends BaseController
...
@@ -441,7 +441,7 @@ class AuctionController extends BaseController
,
'msg'
=>
'获取成功'
,
'msg'
=>
'获取成功'
,
'd'
=>
array
(
,
'd'
=>
array
(
'list'
=>
$goodsList
,
'list'
=>
$goodsList
,
'activity_date'
=>
'2018.09.2
2
-2018.09.24'
'activity_date'
=>
'2018.09.2
1
-2018.09.24'
)
)
);
);
echo
$this
->
formatRes
(
$result
);
echo
$this
->
formatRes
(
$result
);
...
...
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