Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
9aefc929
Commit
9aefc929
authored
Sep 08, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
c1d3bc2e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1130 additions
and
1022 deletions
+1130
-1022
PersonalInfoSet.vue
src/components/PersonalInfoSet.vue
+1121
-1020
goodlist.vue
src/components/mall/goodlist.vue
+8
-1
personalCenter.vue
src/components/personalCenter.vue
+1
-1
No files found.
src/components/PersonalInfoSet.vue
View file @
9aefc929
This diff is collapsed.
Click to expand it.
src/components/mall/goodlist.vue
View file @
9aefc929
...
@@ -157,13 +157,20 @@
...
@@ -157,13 +157,20 @@
Name
:
""
,
//商品名称
Name
:
""
,
//商品名称
CategoryIds
:
""
,
//商品分类
CategoryIds
:
""
,
//商品分类
IsGetShare
:
1
,
//获取分销
IsGetShare
:
1
,
//获取分销
ERPUserId
:
"19992"
ERPUserId
:
0
,
//商城用户Id
ERPSmallShopId
:
0
,
//用户店铺Id
},
},
};
};
},
},
methods
:
{
methods
:
{
//获取商品列表
//获取商品列表
getGoodList
()
{
getGoodList
()
{
if
(
this
.
getLocalStorage
().
MallUserId
)
{
this
.
msg
.
ERPUserId
=
this
.
getLocalStorage
().
MallUserId
;
}
if
(
this
.
getLocalStorage
().
MallSmallShopsId
)
{
this
.
msg
.
ERPSmallShopId
=
this
.
getLocalStorage
().
MallSmallShopsId
;
}
this
.
loading
=
true
;
this
.
loading
=
true
;
this
.
DataList
=
[];
this
.
DataList
=
[];
this
.
mallapipost
(
this
.
mallapipost
(
...
...
src/components/personalCenter.vue
View file @
9aefc929
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
<span
class=
"v"
>
{{
CurrentUserInfo
.
DepartName
}}
</span>
<span
class=
"v"
>
{{
CurrentUserInfo
.
DepartName
}}
</span>
</div>
</div>
</div>
</div>
<div
class=
"n-info"
>
<!-- v-if="CurrentUserInfo.RB_Group_id==2 || EditBtn" -->
<div
class=
"n-info"
>
<div
class=
"item"
@
click=
"changeBoard(0)"
>
<div
class=
"item"
@
click=
"changeBoard(0)"
>
<i
class=
"iconfont icon-yichuheimingdan"
></i>
<i
class=
"iconfont icon-yichuheimingdan"
></i>
<span
class=
"n-name"
>
个人首页
</span>
<span
class=
"n-name"
>
个人首页
</span>
...
...
Write
Preview
Markdown
is supported
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