|
|
@@ -162,6 +162,7 @@ class User extends UserModel
|
|
|
'url' => 'pages/address/index',
|
|
|
'icon' => 'map'
|
|
|
],
|
|
|
+ /*
|
|
|
'coupon' => [
|
|
|
'name' => '领券中心',
|
|
|
'url' => 'pages/coupon/coupon',
|
|
|
@@ -172,6 +173,7 @@ class User extends UserModel
|
|
|
'url' => 'pages/user/coupon/coupon',
|
|
|
'icon' => 'youhuiquan'
|
|
|
],
|
|
|
+ */
|
|
|
'sharing_order' => [
|
|
|
'name' => '拼团订单',
|
|
|
'url' => 'pages/sharing/order/index',
|
|
|
@@ -192,11 +194,16 @@ class User extends UserModel
|
|
|
'url' => 'pages/user/help/index',
|
|
|
'icon' => 'help'
|
|
|
],
|
|
|
- '设置' => [
|
|
|
+ 'setting' => [
|
|
|
'name' => '我的设置',
|
|
|
'url' => 'pages/user/setting/payPassword',
|
|
|
'icon' => 'shezhi1'
|
|
|
],
|
|
|
+ 'logout' => [
|
|
|
+ 'name' => '退出登录',
|
|
|
+ 'url' => 'pages/user/setting/payPassword',
|
|
|
+ 'icon' => 'shezhi1'
|
|
|
+ ],
|
|
|
];
|
|
|
// 判断分销功能是否开启
|
|
|
if (DealerSettingModel::isOpen()) {
|