Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
d1f82f2e
Commit
d1f82f2e
authored
Apr 20, 2019
by
Junling Bu
Browse files
chore[litemall-vue]: 删除团队组件
parent
02148fd1
Changes
3
Hide whitespace changes
Inline
Side-by-side
litemall-vue/src/views/user/module-team/index.vue
deleted
100755 → 0
View file @
02148fd1
<
template
>
<div
class=
"user_team"
>
<van-cell-group>
<van-cell
title=
"我的团队(50)"
>
<div>
<van-icon
name=
"invitation"
/>
<router-link
to=
"/user/invitation"
>
邀请会员
</router-link>
</div>
</van-cell>
</van-cell-group>
<van-cell-group>
<van-cell>
<div
slot=
"title"
class=
"user_member"
>
<div
class=
"user_avatar float-l"
>
<img
src=
"../../../assets/images/avatar_default.png"
alt=
"头像"
>
</div>
<div
class=
"user_info"
>
<div>
张三
</div>
<div>
一级会员
</div>
</div>
</div>
</van-cell>
<van-cell>
<div
slot=
"title"
class=
"user_member"
>
<div
class=
"user_avatar float-l"
>
<img
src=
"../../../assets/images/avatar_default.png"
alt=
"头像"
>
</div>
<div
class=
"user_info"
>
<div>
张三
</div>
<div>
一级会员
</div>
</div>
</div>
</van-cell>
<van-cell>
<div
slot=
"title"
class=
"user_member"
>
<div
class=
"user_avatar float-l"
>
<img
src=
"../../../assets/images/avatar_default.png"
alt=
"头像"
>
</div>
<div
class=
"user_info"
>
<div>
张三
</div>
<div>
一级会员
</div>
</div>
</div>
</van-cell>
</van-cell-group>
</div>
</
template
>
<
script
>
export
default
{};
</
script
>
<
style
lang=
"scss"
scoped
>
.user_team
{
background-color
:
#fff
;
}
.user_member
{
.user_avatar
{
height
:
55px
;
width
:
55px
;
border-radius
:
50%
;
overflow
:
hidden
;
img
{
max-width
:
100%
;
max-height
:
100%
;
}
}
.user_info
{
margin-left
:
70px
;
}
}
</
style
>
litemall-vue/src/views/user/tabbar-user-module.vue
View file @
d1f82f2e
...
...
@@ -2,7 +2,6 @@
<div
class=
"user_module"
>
<van-cell-group>
<van-cell
icon=
"shoucang"
title=
"我的收藏"
to=
"/user/collect"
isLink
/>
<!--
<van-cell
icon=
"team"
title=
"我的团队"
to=
"/user/team"
isLink
/>
-->
<van-cell
icon=
"dingwei"
title=
"收货地址"
to=
"/user/address"
isLink
/>
<van-cell
icon=
"kefu"
title=
"服务中心"
to=
"/user/server"
isLink
/>
</van-cell-group>
...
...
litemall-vue/src/vue/router/user.js
View file @
d1f82f2e
...
...
@@ -2,7 +2,6 @@ import asyncLoader from 'core/async-loader';
const
tab_user
=
asyncLoader
(
'
user/tabbar-user
'
);
const
UserCollect
=
asyncLoader
(
'
user/module-collect
'
);
const
UserTeam
=
asyncLoader
(
'
user/module-team
'
);
const
UserInvitation
=
asyncLoader
(
'
user/module-invitation
'
);
const
UserAddress
=
asyncLoader
(
'
user/module-address
'
);
const
UserAddressEdit
=
asyncLoader
(
'
user/module-address-edit
'
);
...
...
@@ -42,14 +41,6 @@ export default [
},
component
:
UserCollect
},
{
path
:
'
/user/team
'
,
name
:
'
team
'
,
meta
:
{
login
:
true
},
component
:
UserTeam
},
{
path
:
'
/user/invitation
'
,
name
:
'
invitation
'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment