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

页面修改

parent c1d3bc2e
This diff is collapsed.
...@@ -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(
......
...@@ -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>
......
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