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
d03fe5f2f2b567b9df6b372173bd4e7aa5b92461
2 parents
38aebfe9
4270416e
Merge branch 'feature/ordrEnsurOptmz' into release/5.3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
6 deletions
library/LibModels/Wap/Home/CartData.php
static/sass/index.css
yohobuy/m.yohobuy.com/application/models/Index/Cart.php
yohobuy/m.yohobuy.com/application/modules/Cart/controllers/Index.php
library/LibModels/Wap/Home/CartData.php
View file @
d03fe5f
...
...
@@ -444,10 +444,10 @@ class CartData
// 'data' => array(
// 'activityAmount' => 0,
// 'hintInfo' => array(
// 'lastLine' => '
继续结算剩余商品
',
// 'lastLine' => '
dfgdfsgfdsg
',
// 'prefix' => '',
// 'suffix' => '已被抢光',
// 'productName' => 'Life.After Life 字母印花织带休闲裤【吴亦凡亲身试着】Life.After Life 字母印花织带休闲裤【吴亦凡亲身试着】字母印花织带休闲裤【吴亦凡亲身试着】【吴亦凡亲身试着】字母印花织带休闲裤【吴亦凡亲身试着】'
// 'suffix' => 'sdfgsdfgsdgfd',
// 'productName' => 'sdfgsdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdfdf'
// ),
// 'isOpenTicket' => 'N',
// 'is_hint' => 'Y',
...
...
static/sass/index.css
View file @
d03fe5f
...
...
@@ -213,17 +213,17 @@ iframe[height="0"] {
position
:
absolute
;
bottom
:
0
;
width
:
100%
;
height
:
60px
;
line-height
:
60px
;
a
{
width
:
209px
;
height
:
50px
;
box-shadow
:
none
;
background-color
:
#fff
;
font-size
:
1.2em
;
text-align
:
center
;
float
:
left
;
display
:
inline-block
;
padding-top
:
24px
;
span
{
display
:
block
;
...
...
yohobuy/m.yohobuy.com/application/models/Index/Cart.php
View file @
d03fe5f
...
...
@@ -843,8 +843,10 @@ class CartModel
array(
'href' => Helpers::url('/cart/index/index'),
'text' => '重新选择商品',
'class' => ''
),
array(
'href' => '',
'text' => '继续结算',
'class' => 'order-tip-btnred'
));
...
...
yohobuy/m.yohobuy.com/application/modules/Cart/controllers/Index.php
View file @
d03fe5f
...
...
@@ -680,7 +680,9 @@ class IndexController extends AbstractAction
}
$result
=
CartModel
::
orderSub
(
$uid
,
$addressId
,
$cartType
,
$deliveryTime
,
$deliveryWay
,
$invoices
,
$paymentId
,
$paymentType
,
$remark
,
$couponCode
,
$yohoCoin
,
$skuList
,
$unionKey
,
$userAgent
,
$times
);
$result
[
'data'
][
'unionCookie'
]
=
$unionInfo
;
if
(
!
empty
(
$unionInfo
))
{
$result
[
'data'
][
'unionCookie'
]
=
$unionInfo
;
}
// 记录下单异常的数据
if
(
empty
(
$result
))
{
...
...
Please
register
or
login
to post a comment