Merge branch 'feature/currency' into release/5.2
Showing
3 changed files
with
3 additions
and
4 deletions
@@ -66,7 +66,7 @@ | @@ -66,7 +66,7 @@ | ||
66 | <i class="iconfont hide up"></i> | 66 | <i class="iconfont hide up"></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 |
-
Please register or login to post a comment