Authored by 石坚

列表页--备货中改为待发货

... ... @@ -85,7 +85,7 @@
{{/if}}
{{#if paid}}
<span class="paid">备货中</span>
<span class="paid">待发货</span>
{{/if}}
{{#if shipped}}
... ... @@ -112,7 +112,7 @@
{{/if}}
{{#if complete}}
<span class="complete">备货中</span>
<span class="complete">待发货</span>
{{/if}}
{{#if cancel}}
... ...
... ... @@ -21,8 +21,8 @@ define('USE_INTER_FACE_SHUNT', false);//分流开关
//define('API_OLD', 'http://test2.open.yohobuy.com/');
#dev环境
define('API_URL', 'http://api-test3.yohops.com:9999');
define('SERVICE_URL', 'http://service-test3.yohops.com:9999/');
define('API_URL', 'http://api-test1.yohops.com:9999');
define('SERVICE_URL', 'http://service-test1.yohops.com:9999/');
define('YOHOBUY_URL', 'http://www.yohobuy.com/');
define('SERVICE_NOTIFY', 'http://test2.open.yohobuy.com/');
define('API_OLD', 'http://devservice.yoho.cn:58077/');
... ...