Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai
9 years ago
Commit
88ef01d3931dc8b61657019bde2e02186c0222e3
1 parent
35dbe8bc
地址模板修改
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
library/Api/Yohobuy.php
template/m.yohobuy.com/actions/index/home/address.phtml
library/Api/Yohobuy.php
View file @
88ef01d
...
...
@@ -18,14 +18,14 @@ class Yohobuy
{
// /* 正式环境 */
const
API_URL
=
'http://api2.open.yohobuy.com/'
;
const
SERVICE_URL
=
'http://service.api.yohobuy.com/'
;
const
YOHOBUY_URL
=
'http://www.yohobuy.com/'
;
// const API_URL = 'http://api2.open.yohobuy.com/';
// const SERVICE_URL = 'http://service.api.yohobuy.com/';
// const YOHOBUY_URL = 'http://www.yohobuy.com/';
// /* 测试环境 */
// const API_URL = 'http://test2.open.yohobuy.com/';
// const SERVICE_URL = 'http://test.service.api.yohobuy.com/';
// const YOHOBUY_URL = 'http://www.yohobuy.com/';
const
API_URL
=
'http://test2.open.yohobuy.com/'
;
const
SERVICE_URL
=
'http://test.service.api.yohobuy.com/'
;
const
YOHOBUY_URL
=
'http://www.yohobuy.com/'
;
/**
* 私钥列表
...
...
template/m.yohobuy.com/actions/index/home/address.phtml
View file @
88ef01d
...
...
@@ -6,8 +6,8 @@
<span
class=
"tel"
>
{
{mobile
}
}</span>
<p
class=
"address-info"
>
{
{area
}
}
{
{address
}
}</p>
<div
class=
"action iconfont"
>
<span
class=
"edit"
>
61
e;</span>
<span
class=
"del"
>
621
;</span>
<a
href=
"/home/address/edit?id={{address_id}}"
class=
"edit"
>
61
e;</a>
<span
class=
"del"
data-id=
"{{address_id}}"
>
621
;</span>
</div>
</div>
{
{/
address
}
}
...
...
Please
register
or
login
to post a comment