|
|
|
@ -31,7 +31,7 @@ class UserCenterBlockService implements UserCenterBlockServiceInterface |
|
|
|
return [ |
|
|
|
[ |
|
|
|
'type' => 'user', |
|
|
|
'title' => '我的', |
|
|
|
'title' => '常用功能', |
|
|
|
'items' => [ |
|
|
|
['name' => '收货地址', 'icon' => $img_host . 'user_icons/user_addr.png', 'type' => 'page', 'path' => '/pages/address/userAddress/userAddress','command'=>'user_addr'], |
|
|
|
['name' => '当面付订单查询', 'icon' => $img_host . 'user_icons/offline_orders.png', 'type' => 'page', 'path' => '/pages/faceOrderList/faceOrderList','command'=>'offline_orders'], |
|
|
|
@ -42,7 +42,7 @@ class UserCenterBlockService implements UserCenterBlockServiceInterface |
|
|
|
], |
|
|
|
[ |
|
|
|
'type' => 'store_user', |
|
|
|
'title' => '我的', |
|
|
|
'title' => '商户相关', |
|
|
|
'items' => [ |
|
|
|
['name' => '商家入口', 'icon' => $img_host . 'user_icons/shop_enter.png', 'type' => 'page', 'path' => '/pages/shopLogin/shopLogin','command'=>'store_login'] |
|
|
|
] |
|
|
|
|