Commit 833b3e5b authored by liwei's avatar liwei

修改了设置页面的商家显示问题

parent e6a4c513
......@@ -57,8 +57,8 @@ import projectName from "../../common/projectName";
state: false,
tel: '',
password: '',
wechatType: 'HZY',
// wechatType: 'YHZ',
// wechatType: 'HZY',
wechatType: 'YHZ',
codeUrl: '',
code: '',
uuid: ''
......@@ -126,8 +126,7 @@ import projectName from "../../common/projectName";
this.$u.vuex('vuex_user', item.user)
})
//获取用户所在商家信息
this.$u.get('/sysunit/getUnitInfo').then(ref=>{
console.log("ref",ref)
this.$u.get('/sysunit/getUnitInfo?wechatType='+ wechatType).then(ref=>{
this.$u.vuex('vuex_unit',ref)
})
// this.$u.vuex('vuex_user', res.user)
......
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