Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
郭成尧
8 years ago
Commit
d021e934469fcd63c14ef18436e5c2e8b85e2853
2 parents
feda9006
70eba41c
Merge branch 'feature/ordrEnsurOptmz' into release/5.3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
static/js/me/pay.js
yohobuy/m.yohobuy.com/public/index-dev.php
static/js/me/pay.js
View file @
d021e93
...
...
@@ -25,7 +25,7 @@ var appIconPosition = {
$
(
'.nav-back'
).
on
(
'touchend'
,
function
()
{
richTip
.
show
(
[
'超过支付
失
效后订单会被取消,'
,
'请尽快到我的订单完成支付哦!'
],
[
'超过支付
时
效后订单会被取消,'
,
'请尽快到我的订单完成支付哦!'
],
[
{
href
:
'/home/orders'
,
...
...
yohobuy/m.yohobuy.com/public/index-dev.php
View file @
d021e93
...
...
@@ -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
();
...
...
Please
register
or
login
to post a comment