Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
hf
9 years ago
Commit
b2e8a763516ca83f6e4cac5a1c6d17e43967eca1
2 parents
10046810
171f7309
Merge branch 'test' of
http://git.dev.yoho.cn/web/yohobuy
into test
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
library/Plugin/DataProcess/NewSaleProcess.php
template/m.yohobuy.com/actions/index/home/online-service.phtml
yohobuy/m.yohobuy.com/application/models/Product/Newsale.php
library/Plugin/DataProcess/NewSaleProcess.php
View file @
b2e8a76
...
...
@@ -43,7 +43,7 @@ class NewSaleProcess
// 处理商品
if
(
isset
(
$products
[
'product_list'
]))
{
foreach
(
$products
[
'product_list'
]
as
$single
)
{
$result
[
'goods'
][]
=
Helpers
::
formatProduct
(
$single
,
true
,
false
,
false
,
2
90
,
388
);
$result
[
'goods'
][]
=
Helpers
::
formatProduct
(
$single
,
true
,
false
,
false
,
2
35
,
314
);
}
}
...
...
template/m.yohobuy.com/actions/index/home/online-service.phtml
View file @
b2e8a76
...
...
@@ -36,7 +36,7 @@
<span
class=
"icon iconfont icon-tel"
>
63
e;</span>
电话客服
<p>
400-889-964
9
09
:
00
-
22
:
30
(周一至周日)
400-889-964
6
09
:
00
-
22
:
30
(周一至周日)
</p>
</a>
...
...
yohobuy/m.yohobuy.com/application/models/Product/Newsale.php
View file @
b2e8a76
...
...
@@ -219,7 +219,7 @@ class NewsaleModel
if
(
isset
(
$data
[
'code'
])
&&
$data
[
'code'
]
===
200
&&
isset
(
$data
[
'data'
][
'product_list'
]))
{
foreach
(
$data
[
'data'
][
'product_list'
]
as
$val
)
{
$result
[
'goods'
][]
=
Helpers
::
formatProduct
(
$val
,
true
,
false
,
false
,
2
99
,
388
);
$result
[
'goods'
][]
=
Helpers
::
formatProduct
(
$val
,
true
,
false
,
false
,
2
35
,
314
);
}
}
...
...
Please
register
or
login
to post a comment