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
5172b0e8
Commit
5172b0e8
authored
Nov 04, 2024
by
Administrator
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release' into 'jd_dev'
Release最新代码合并入jd_dev20241104 See merge request
!35
parents
9c3819b5
9299c56b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
.env.staging
.env.staging
+2
-1
orderdetail.vue
src/views/jiedao/profile/orderdetail.vue
+3
-3
No files found.
.env.staging
View file @
5172b0e8
...
@@ -4,5 +4,6 @@ NODE_ENV = production
...
@@ -4,5 +4,6 @@ NODE_ENV = production
ENV = 'staging'
ENV = 'staging'
# base api
# base api
VUE_APP_BASE_API = '
/stage-api
'
VUE_APP_BASE_API = '
https://api.jd.qipx.top
'
VUE_APP_HOME_API = 'https://api.jd.qipx.top'
src/views/jiedao/profile/orderdetail.vue
View file @
5172b0e8
...
@@ -396,7 +396,7 @@ export default {
...
@@ -396,7 +396,7 @@ export default {
var
country
=
that
.
address
.
find
(
item
=>
item
.
id
==
that
.
order
.
consigneeVO
.
country
)
||
''
var
country
=
that
.
address
.
find
(
item
=>
item
.
id
==
that
.
order
.
consigneeVO
.
country
)
||
''
if
(
country
){
if
(
country
){
if
(
that
.
$
lang
.
locale
==
'
zh
'
){
if
(
that
.
$
i18n
.
locale
==
'
zh
'
){
orderAdderss
=
country
.
titleZh
orderAdderss
=
country
.
titleZh
}
else
{
}
else
{
orderAdderss
=
country
.
titleEn
orderAdderss
=
country
.
titleEn
...
@@ -404,7 +404,7 @@ export default {
...
@@ -404,7 +404,7 @@ export default {
if
(
that
.
order
.
consigneeVO
.
province
){
if
(
that
.
order
.
consigneeVO
.
province
){
var
province
=
country
.
children
.
find
(
item
=>
item
.
id
==
that
.
order
.
consigneeVO
.
province
)
||
''
var
province
=
country
.
children
.
find
(
item
=>
item
.
id
==
that
.
order
.
consigneeVO
.
province
)
||
''
if
(
province
){
if
(
province
){
if
(
that
.
$
lang
.
locale
==
'
zh
'
){
if
(
that
.
$
i18n
.
locale
==
'
zh
'
){
orderAdderss
+=
province
.
titleZh
orderAdderss
+=
province
.
titleZh
}
else
{
}
else
{
orderAdderss
+=
province
.
titleEn
orderAdderss
+=
province
.
titleEn
...
@@ -412,7 +412,7 @@ export default {
...
@@ -412,7 +412,7 @@ export default {
if
(
that
.
order
.
consigneeVO
.
city
){
if
(
that
.
order
.
consigneeVO
.
city
){
var
city
=
province
.
children
.
find
(
item
=>
item
.
id
==
that
.
order
.
consigneeVO
.
city
)
||
''
var
city
=
province
.
children
.
find
(
item
=>
item
.
id
==
that
.
order
.
consigneeVO
.
city
)
||
''
if
(
city
){
if
(
city
){
if
(
that
.
$
lang
.
locale
==
'
zh
'
){
if
(
that
.
$
i18n
.
locale
==
'
zh
'
){
orderAdderss
+=
city
.
titleZh
orderAdderss
+=
city
.
titleZh
}
else
{
}
else
{
orderAdderss
+=
city
.
titleEn
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