Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
intel_promotion_uniapp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘怀志
intel_promotion_uniapp
Commits
833b3e5b
Commit
833b3e5b
authored
Sep 02, 2024
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了设置页面的商家显示问题
parent
e6a4c513
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
passwordLogin.vue
login/login/passwordLogin.vue
+3
-4
No files found.
login/login/passwordLogin.vue
View file @
833b3e5b
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment