This commit is contained in:
weipengfei 2024-03-21 15:25:58 +08:00
parent 9d5b5426f9
commit af0d0b8ef8
1 changed files with 8 additions and 8 deletions

View File

@ -286,14 +286,14 @@
this.mer_id = e.mer_id
this.userInfo = this.$store.state.app.userInfo;
if(typeof this.userInfo == 'string') this.userInfo = JSON.parse(this.userInfo);
if(this.userInfo.mer_info.type_code=='PersonalStore'){
this.goodsData = [{
name: '农产品入库',
type: 4,
// src: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/public/kk/luzhou/static4/saoma.png'
src: '/static/images/SMRK/nong.png'
}]
}
// if(this.userInfo.mer_info.type_code=='PersonalStore'){
// this.goodsData = [{
// name: '',
// type: 4,
// // src: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/public/kk/luzhou/static4/saoma.png'
// src: '/static/images/SMRK/nong.png'
// }]
// }
},
onShow() {