|
@@ -9,13 +9,17 @@ class SaveController extends AbstractAction |
|
@@ -9,13 +9,17 @@ class SaveController extends AbstractAction |
9
|
*/
|
9
|
*/
|
10
|
public function indexAction()
|
10
|
public function indexAction()
|
11
|
{
|
11
|
{
|
12
|
- $src="http://img04.static.yohobuy.com/thumb/2015/08/25/08/012622ad14f32470d56a0b1da5d533a7e2-0060x0060-2-goodsimg.jpg"
|
12
|
+ $src="http://img04.static.yohobuy.com/thumb/2015/08/25/08/012622ad14f32470d56a0b1da5d533a7e2-0060x0060-2-goodsimg.jpg";
|
13
|
$data = array(
|
13
|
$data = array(
|
14
|
'orderSavePage' => true,
|
14
|
'orderSavePage' => true,
|
15
|
'orderSave'=>array(
|
15
|
'orderSave'=>array(
|
16
|
'orderProducts'=>array(
|
16
|
'orderProducts'=>array(
|
17
|
- array('name' =>"Eight Guys 破洞束口牛仔裤",'tip'=>"颜色:蓝色 尺码:L",'src'=$src,'href'=>'','price'=>'179.00','coin'=>'0','count'=>'1'),
|
|
|
18
|
- array('name' =>"Eight Guys 破洞束口牛仔裤",'tip'=>"颜色:蓝色 尺码:L",'src'=$src,'href'=>'','price'=>'179.00','coin'=>'0','count'=>'1')
|
17
|
+ array('name' =>"Eight Guys 破洞束口牛仔裤",'tip'=>"颜色:蓝色 尺码:L",'src'=>$src,'href'=>'','price'=>'179.00','coin'=>'0','count'=>'1'),
|
|
|
18
|
+ array('name' =>"Eight Guys 破洞束口牛仔裤",'tip'=>"颜色:蓝色 尺码:L",'src'=>$src,'href'=>'','price'=>'179.00','coin'=>'0','count'=>'1')
|
|
|
19
|
+ ),
|
|
|
20
|
+ 'piaotypes'=>array(
|
|
|
21
|
+ array('name'=>'个人','value'=>'001'),
|
|
|
22
|
+ array('name'=>'公司','value'=>'002')
|
19
|
)
|
23
|
)
|
20
|
)
|
24
|
)
|
21
|
);
|
25
|
);
|