Authored by 郝肖肖

Merge branch 'feature/currency' into release/5.2

@@ -165,7 +165,6 @@ @@ -165,7 +165,6 @@
165 font-size: 28px; 165 font-size: 28px;
166 background: #e0e0e0; 166 background: #e0e0e0;
167 display: none; 167 display: none;
168 - padding-bottom: 8px;  
169 168
170 li{ 169 li{
171 border-bottom:1px solid #fff; 170 border-bottom:1px solid #fff;
@@ -66,7 +66,7 @@ @@ -66,7 +66,7 @@
66 <i class="iconfont hide up">&#xe615;</i> 66 <i class="iconfont hide up">&#xe615;</i>
67 </h3> 67 </h3>
68 <ul> 68 <ul>
69 - <li class="dispatch-time-info">快递公司会尽力按您选择的送货时间配送,如遇特殊情况(天气、环境等)无法按您要求时间配送,还请您谅解。</li> 69 + <li class="dispatch-time-info">快递公司会尽力按您选择的送货时间配送,如遇特殊情况(天气、环境等)无法按您要求时间配送,还请您谅解。</li>
70 {{#each dispatchTime}} 70 {{#each dispatchTime}}
71 <li {{#if isSelected}}class="chosed"{{/if}} data-id="{{id}}"> 71 <li {{#if isSelected}}class="chosed"{{/if}} data-id="{{id}}">
72 <span>{{name}}</span> 72 <span>{{name}}</span>
@@ -17,8 +17,8 @@ define('USE_INTER_FACE_SHUNT', false);//分流开关 @@ -17,8 +17,8 @@ define('USE_INTER_FACE_SHUNT', false);//分流开关
17 17
18 #dev环境 18 #dev环境
19 19
20 -define('API_URL', 'http://api-test1.yohops.com:9999/');  
21 -define('SERVICE_URL', 'http://service-test1.yohops.com:9999/'); 20 +define('API_URL', 'http://api-test3.yohops.com:9999/');
  21 +define('SERVICE_URL', 'http://service-test3.yohops.com:9999/');
22 define('YOHOBUY_URL', 'http://www.yohobuy.com/'); 22 define('YOHOBUY_URL', 'http://www.yohobuy.com/');
23 define('SERVICE_NOTIFY', 'http://service-test1.yohops.com:9999/'); 23 define('SERVICE_NOTIFY', 'http://service-test1.yohops.com:9999/');
24 24