Commit 833b3e5b authored by liwei's avatar liwei

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

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