Commit 9aefc929 authored by 黄奎's avatar 黄奎

页面修改

parent c1d3bc2e
This diff is collapsed.
......@@ -157,13 +157,20 @@
Name: "", //商品名称
CategoryIds: "", //商品分类
IsGetShare: 1, //获取分销
ERPUserId: "19992"
ERPUserId: 0, //商城用户Id
ERPSmallShopId: 0, //用户店铺Id
},
};
},
methods: {
//获取商品列表
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.DataList = [];
this.mallapipost(
......
......@@ -24,7 +24,7 @@
<span class="v">{{CurrentUserInfo.DepartName}}</span>
</div>
</div>
<div class="n-info" ><!-- v-if="CurrentUserInfo.RB_Group_id==2 || EditBtn" -->
<div class="n-info" >
<div class="item" @click="changeBoard(0)">
<i class="iconfont icon-yichuheimingdan"></i>
<span class="n-name">个人首页</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment