Authored by 郭成尧

Merge branch 'feature/ordrEnsurOptmz' into release/5.3

... ... @@ -25,7 +25,7 @@ var appIconPosition = {
$('.nav-back').on('touchend', function() {
richTip.show(
['超过支付效后订单会被取消,', '请尽快到我的订单完成支付哦!'],
['超过支付效后订单会被取消,', '请尽快到我的订单完成支付哦!'],
[
{
href: '/home/orders',
... ...
... ... @@ -15,16 +15,16 @@ define('USE_INTER_FACE_SHUNT', false);//分流开关
#dev环境
define('API_URL', 'http://dev-api.yohops.com:9999/');
define('SERVICE_URL', 'http://dev-service.yohops.com:9999/');
define('YOHOBUY_URL', 'http://www.yohobuy.com/');
define('SERVICE_NOTIFY', 'http://dev-service.yohops.com:9999/');
//define('API_URL', 'http://dev-api.yohops.com:9999/');
//define('SERVICE_URL', 'http://dev-service.yohops.com:9999/');
//define('YOHOBUY_URL', 'http://www.yohobuy.com/');
//define('SERVICE_NOTIFY', 'http://dev-service.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://service-test1.yohops.com:9999/');
define('API_URL', 'http://api-test3.yohops.com:9999/');
define('SERVICE_URL', 'http://service-test3.yohops.com:9999/');
define('YOHOBUY_URL', 'http://www.yohobuy.com/');
define('SERVICE_NOTIFY', 'http://service-test3.yohops.com:9999/');
$application = new Application(APPLICATION_PATH . '/configs/application.developer.ini');
$application->bootstrap()->run();
... ...