Authored by 郭成尧

button-size-adjust

... ... @@ -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',
... ...
... ... @@ -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;
... ...
... ... @@ -842,8 +842,10 @@ class CartModel
array(
'href' => Helpers::url('/cart/index/index'),
'text' => '重新选择商品',
'class' => ''
),
array(
'href' => '',
'text' => '继续结算',
'class' => 'order-tip-btnred'
));
... ...
... ... @@ -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)) {
... ...