Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-web-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
lanbaoming
jiedao-web-master
Commits
90ef6e3c
Commit
90ef6e3c
authored
Aug 29, 2024
by
chenwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
默认地址
parent
3b8085d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
exchangeOperate.vue
src/views/jiedao/profile/exchangeOperate.vue
+3
-3
No files found.
src/views/jiedao/profile/exchangeOperate.vue
View file @
90ef6e3c
...
...
@@ -180,7 +180,7 @@ export default {
}
,
computed
:
{
isChinese
()
{
this
.
getCode
=
this
.
$t
(
'
login.getCode
'
)
this
.
getCode
=
this
.
$t
(
"
login.getCode
"
);
return
this
.
$i18n
.
locale
===
"
zh_CN
"
;
}
,
}
,
...
...
@@ -237,8 +237,8 @@ export default {
r
.
data
.
forEach
((
element
)
=>
{
element
.
isDefault
===
0
?
(
this
.
addressInfo
=
element
)
:
""
;
}
);
if
(
this
.
addressInfo
.
isDefault
!=
0
)
{
this
.
addressInfo
=
r
.
data
[
0
]
if
(
this
.
addressInfo
.
isDefault
!=
0
&&
r
.
data
.
length
>
0
)
{
this
.
addressInfo
=
r
.
data
[
0
];
}
}
);
}
,
...
...
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