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
c683b11e
Commit
c683b11e
authored
Oct 22, 2024
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决语言冲突
parent
4248c511
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
delivery.vue
src/views/jiedao/profile/delivery.vue
+4
-2
No files found.
src/views/jiedao/profile/delivery.vue
View file @
c683b11e
...
...
@@ -2594,7 +2594,8 @@ export default {
customDraweeVOList
:
this
.
customDraweeList
,
// transportUpdateReqVOList: this.transportList.filter(item => item._enabled),
orderItemVOList
:
this
.
getProductListWithDefaultValue
(),
type
:
this
.
form
.
type
?.
join
(
"
,
"
)
type
:
this
.
form
.
type
?.
join
(
"
,
"
),
hasConsignee
:
this
.
hasConsignee
})
updateOrder
(
data
).
then
((
response
)
=>
{
this
.
$message
({
...
...
@@ -2616,7 +2617,8 @@ export default {
customDraweeVOList
:
this
.
customDraweeList
,
// transportUpdateReqVOList: this.transportList.filter(item => item._enabled),
orderItemVOList
:
this
.
getProductListWithDefaultValue
(),
type
:
this
.
form
.
type
?.
join
(
"
,
"
)
type
:
this
.
form
.
type
?.
join
(
"
,
"
),
hasConsignee
:
this
.
hasConsignee
})
// 校验目的国与收货人手机号地区是否匹配
if
(
this
.
hasConsignee
&&
data
.
countryCode
){
...
...
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