...
|
...
|
@@ -96,7 +96,8 @@ class ShoppingCartController extends AbstractAction |
|
|
'thumb' => 'http://img11.static.yhbimg.com/goodsimg/2015/09/17/03/014cacfa5c458b9732c68adf1af15d7a45.jpg?imageMogr2/thumbnail/120x120/extent/120x120/background/d2hpdGU=/position/center/quality/90',
|
|
|
'name' => 'Life.After.Life纯棉短袜',
|
|
|
'salePrice' => 19,
|
|
|
'price' => 99
|
|
|
'price' => 99,
|
|
|
'count' => 1
|
|
|
)
|
|
|
),
|
|
|
array(
|
...
|
...
|
@@ -106,7 +107,8 @@ class ShoppingCartController extends AbstractAction |
|
|
'thumb' => 'http://img11.static.yhbimg.com/goodsimg/2015/10/03/10/01bc1878f9154e77ac4f7a6003c954f1b8.jpg?imageMogr2/thumbnail/235x314/extent/235x314/background/d2hpdGU=/position/center/quality/90',
|
|
|
'name' => '银鳞堂民族风牛皮手绳',
|
|
|
'salePrice' => 9,
|
|
|
'price' => 19
|
|
|
'price' => 19,
|
|
|
'count' => 1
|
|
|
)
|
|
|
)
|
|
|
)
|
...
|
...
|
|