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
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
lanbaoming
jiedao-web-master
Commits
9299c56b
Commit
9299c56b
authored
Nov 04, 2024
by
332784038@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单详情bug修复
parent
59f88e4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
orderdetail.vue
src/views/jiedao/profile/orderdetail.vue
+3
-3
No files found.
src/views/jiedao/profile/orderdetail.vue
View file @
9299c56b
...
...
@@ -396,7 +396,7 @@ export default {
var
country
=
that
.
address
.
find
(
item
=>
item
.
id
==
that
.
order
.
consigneeVO
.
country
)
||
''
if
(
country
){
if
(
that
.
$
lang
.
locale
==
'
zh
'
){
if
(
that
.
$
i18n
.
locale
==
'
zh
'
){
orderAdderss
=
country
.
titleZh
}
else
{
orderAdderss
=
country
.
titleEn
...
...
@@ -404,7 +404,7 @@ export default {
if
(
that
.
order
.
consigneeVO
.
province
){
var
province
=
country
.
children
.
find
(
item
=>
item
.
id
==
that
.
order
.
consigneeVO
.
province
)
||
''
if
(
province
){
if
(
that
.
$
lang
.
locale
==
'
zh
'
){
if
(
that
.
$
i18n
.
locale
==
'
zh
'
){
orderAdderss
+=
province
.
titleZh
}
else
{
orderAdderss
+=
province
.
titleEn
...
...
@@ -412,7 +412,7 @@ export default {
if
(
that
.
order
.
consigneeVO
.
city
){
var
city
=
province
.
children
.
find
(
item
=>
item
.
id
==
that
.
order
.
consigneeVO
.
city
)
||
''
if
(
city
){
if
(
that
.
$
lang
.
locale
==
'
zh
'
){
if
(
that
.
$
i18n
.
locale
==
'
zh
'
){
orderAdderss
+=
city
.
titleZh
}
else
{
orderAdderss
+=
city
.
titleEn
...
...
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