Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
陈峰
2017-01-17 17:46:51 +0800
Commit
5f2aea866d30082ad3a24d6096456981d91caf23
2 parents
1a4ddad4
38b5faa6
Merge branch 'feature/cart' of
http://git.yoho.cn/fe/yohobuywap-node
into feature/cart
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
2 deletions
apps/cart/controllers/pay.js
apps/cart/models/pay.js
public/js/cart/order-ensure.page.js
public/scss/cart/_order-ensure.css
apps/cart/controllers/pay.js
View file @
5f2aea8
...
...
@@ -3,7 +3,7 @@
* @Author: Targaryen
* @Date: 2017-01-04 15:17:51
* @Last Modified by: Targaryen
* @Last Modified time: 2017-01-1
0 16:43:54
* @Last Modified time: 2017-01-1
7 16:02:22
*/
'use strict'
;
...
...
apps/cart/models/pay.js
View file @
5f2aea8
...
...
@@ -53,6 +53,10 @@ const _getOthersBuy2 = (param) => {
// 订单信息
const
_getOtherDetail
=
(
param
)
=>
{
if
(
!
param
.
uid
||
!
param
.
orderCode
)
{
return
Promise
.
resolve
({});
}
return
api
.
get
(
''
,
{
method
:
'app.SpaceOrders.detail'
,
uid
:
param
.
uid
,
...
...
public/js/cart/order-ensure.page.js
View file @
5f2aea8
...
...
@@ -307,7 +307,7 @@ function submitOrder() {
// 货到付款的进入订单页面
url
=
'/home/orderDetail?order_code='
+
res
.
data
.
order_code
;
}
else
{
url
=
'/
cart/index/new/pay
?order_code='
+
res
.
data
.
order_code
;
url
=
'/
home/orders/paynew
?order_code='
+
res
.
data
.
order_code
;
}
/* tar add 161116 */
...
...
public/scss/cart/_order-ensure.css
View file @
5f2aea8
...
...
@@ -249,6 +249,7 @@
line-height
:
100px
;
font-size
:
28px
;
padding-left
:
4%
;
z-index
:
3
;
span
{
color
:
#f00
;
...
...
Please
register
or
login
to post a comment