Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
linshenxs-shop
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈超
linshenxs-shop
Commits
4f213b46
Commit
4f213b46
authored
Aug 02, 2022
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A
parent
a80cc97d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
src/store/getters.js
+1
-0
src/views/financial/components/BindCardPopup.vue
+3
-3
No files found.
src/store/getters.js
View file @
4f213b46
...
@@ -2,6 +2,7 @@ const getters = {
...
@@ -2,6 +2,7 @@ const getters = {
tag
:
state
=>
state
.
tags
.
tag
,
tag
:
state
=>
state
.
tags
.
tag
,
website
:
state
=>
state
.
common
.
website
,
website
:
state
=>
state
.
common
.
website
,
userInfo
:
state
=>
state
.
user
.
userInfo
,
userInfo
:
state
=>
state
.
user
.
userInfo
,
shopInfo
:
state
=>
state
.
user
.
shopInfo
,
theme
:
state
=>
state
.
common
.
theme
,
theme
:
state
=>
state
.
common
.
theme
,
themeName
:
state
=>
state
.
common
.
themeName
,
themeName
:
state
=>
state
.
common
.
themeName
,
isShade
:
state
=>
state
.
common
.
isShade
,
isShade
:
state
=>
state
.
common
.
isShade
,
...
...
src/views/financial/components/BindCardPopup.vue
View file @
4f213b46
...
@@ -91,11 +91,11 @@
...
@@ -91,11 +91,11 @@
},
},
computed
:
{
computed
:
{
...
mapState
({
...
mapState
({
userInfo
:
(
state
)
=>
state
.
user
.
user
Info
,
userInfo
:
(
state
)
=>
state
.
user
.
shop
Info
,
}),
}),
tail
()
{
tail
()
{
if
(
this
.
userInfo
.
phone
)
{
if
(
this
.
userInfo
.
account
)
{
let
phone
=
this
.
userInfo
.
phone
let
phone
=
this
.
userInfo
.
account
let
count
=
phone
.
length
let
count
=
phone
.
length
return
phone
.
substr
(
count
-
4
,
4
)
return
phone
.
substr
(
count
-
4
,
4
)
}
}
...
...
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