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
Email Patches
Plain Diff
Browse Files
Authored by
liangxs
9 years ago
Commit
75bb42cde6ccd11c53de8e7b2b7f009a9afeedf1
1 parent
0e334648
'接口转换到测试环境'
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletions
library/Api/Yohobuy.php
static/sass/home/_coupon.scss
template/m.yohobuy.com/actions/index/coupon/index.phtml
library/Api/Yohobuy.php
View file @
75bb42c
...
...
@@ -24,7 +24,7 @@ class Yohobuy
//java API
// const API_URL = 'http://apih5.yoho.cn/';
const
API_URL
=
'http://
192.168.102.205:8080/gateway
/'
;
const
API_URL
=
'http://
testapi.yoho.cn:28078
/'
;
const
API_URL2
=
'http://apih5.yoho.cn/'
;
const
SERVICE_URL
=
'http://serviceh5.yoho.cn/'
;
const
YOHOBUY_URL
=
'http://www.yohobuy.com/'
;
...
...
static/sass/home/_coupon.scss
View file @
75bb42c
.just-img
{
width
:
100%
;
height
:
96rem
/
$pxConvertRem
;
float
:
left
;
margin
:
0
;
}
.coupon-floor
{
float
:
left
;
width
:
100%
;
...
...
template/m.yohobuy.com/actions/index/coupon/index.phtml
View file @
75bb42c
...
...
@@ -28,6 +28,9 @@
</div>
</div>
{
{/if
}
}
{
{#if
isSingleImage
}
}
<img
class=
"just-img"
src=
"{{src}}"
/>
{
{/if
}
}
{
{#if
isCoupon
}
}
<div
class=
"coupon-floor"
>
{
{#if
showFloorTitle
}
}
...
...
Please
register
or
login
to post a comment