Merge branch 'develop' of git.dev.yoho.cn:web/yohobuy into develop
Showing
4 changed files
with
14 additions
and
13 deletions
framework @ 119c247f
@@ -17,18 +17,18 @@ use Plugin\Cache; | @@ -17,18 +17,18 @@ use Plugin\Cache; | ||
17 | class Yohobuy | 17 | class Yohobuy |
18 | { | 18 | { |
19 | 19 | ||
20 | -// /* 正式环境 */ | ||
21 | - const API_URL = 'http://api2.open.yohobuy.com/'; | ||
22 | - const API_URL2 = 'http://api.open.yohobuy.com/'; | ||
23 | - const SERVICE_URL = 'http://service.api.yohobuy.com/'; | ||
24 | - const YOHOBUY_URL = 'http://www.yohobuy.com/'; | 20 | + /* 正式环境 */ |
21 | + // const API_URL = 'http://api2.open.yohobuy.com/'; | ||
22 | + // const API_URL2 = 'http://api.open.yohobuy.com/'; | ||
23 | + // const SERVICE_URL = 'http://service.api.yohobuy.com/'; | ||
24 | + // const YOHOBUY_URL = 'http://www.yohobuy.com/'; | ||
25 | 25 | ||
26 | /* 测试环境 */ | 26 | /* 测试环境 */ |
27 | - // const API_URL = 'http://test2.open.yohobuy.com/'; | ||
28 | - // const SERVICE_URL = 'http://test.service.api.yohobuy.com/'; | ||
29 | - // const YOHOBUY_URL = 'http://www.yohobuy.com/'; | ||
30 | - // const API_URL_MYCENTER = 'http://192.168.102.213:8080/api-gateway-web/'; // 我的个人中心接口URL | ||
31 | - // const API_URL_SHOPINGCART = 'http://192.168.102.213:8080/api-gateway-web/'; // 我的购物车接口URL | 27 | + const API_URL = 'http://test2.open.yohobuy.com/'; |
28 | + const SERVICE_URL = 'http://test.service.api.yohobuy.com/'; | ||
29 | + const YOHOBUY_URL = 'http://www.yohobuy.com/'; | ||
30 | + const API_URL_MYCENTER = 'http://192.168.102.213:8080/api-gateway-web/'; // 我的个人中心接口URL | ||
31 | + const API_URL_SHOPINGCART = 'http://192.168.102.213:8080/api-gateway-web/'; // 我的购物车接口URL | ||
32 | 32 | ||
33 | 33 | ||
34 | /** | 34 | /** |
1 | {{> layout/header}} | 1 | {{> layout/header}} |
2 | <div class="my-page yoho-page"> | 2 | <div class="my-page yoho-page"> |
3 | <div class="my-header"> | 3 | <div class="my-header"> |
4 | - <div class="user-info"><!--/home/personaldetails--> | 4 | + <a class="user-info" href="/home/personaldetails"> |
5 | <img class="user-avatar" src="{{head_ico}}"> | 5 | <img class="user-avatar" src="{{head_ico}}"> |
6 | <span class="username">{{profile_name}}</span> | 6 | <span class="username">{{profile_name}}</span> |
7 | {{#vip_info}} | 7 | {{#vip_info}} |
8 | <span class="vip-icon vip-{{next_level}}"></span> | 8 | <span class="vip-icon vip-{{next_level}}"></span> |
9 | {{/vip_info}} | 9 | {{/vip_info}} |
10 | <div class="iconfont more-icon"></div> | 10 | <div class="iconfont more-icon"></div> |
11 | - </div> | 11 | + </a> |
12 | </div> | 12 | </div> |
13 | <div class="my-link clearfix"> | 13 | <div class="my-link clearfix"> |
14 | <a class="link-item" href="/home/favorite"> | 14 | <a class="link-item" href="/home/favorite"> |
-
Please register or login to post a comment