Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-customer-new-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-app-customer-new-master
Commits
80b01c69
Commit
80b01c69
authored
Oct 11, 2024
by
chenwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
兑换操作添加网点提示
parent
02ca041d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
5 deletions
+15
-5
order_mail.vue
src/pages/order_mail/order_mail.vue
+11
-3
integral.js
src/static/lang/en/integral.js
+2
-1
integral.js
src/static/lang/zh/integral.js
+2
-1
No files found.
src/pages/order_mail/order_mail.vue
View file @
80b01c69
...
...
@@ -146,6 +146,10 @@
@
close
=
"
dialogClose
"
>
<
view
class
=
"
content
"
>
<
view
>
{{
$lang
.
lang
.
integral
.
branch
}}
{{
locale
===
'
zh
'
?
orderInfo
.
nodeZh
:
orderInfo
.
nodeEn
}}
<
/view
>
<
view
>
{{
$lang
.
lang
.
integral
.
gift
}}
{{
locale
===
'
zh
'
?
orderInfo
.
titleZh
:
orderInfo
.
titleEn
}}
...
...
@@ -161,9 +165,7 @@
<
view
>
{{
$lang
.
lang
.
integral
.
exchangeType
}}
{{
locale
===
'
zh
'
?
orderInfo
.
pickMethodList
[
current
?
current
-
1
:
0
].
labelZh
:
orderInfo
.
pickMethodList
[
current
?
current
-
1
:
0
].
labelEn
locale
===
'
zh
'
?
handleExchangeSelected
().
labelZh
:
handleExchangeSelected
().
labelEn
}}
<
/view
>
<
view
v
-
if
=
"
current != 1 && addressId
"
...
...
@@ -351,6 +353,12 @@ export default {
let
str
=
this
.
locale
===
'
zh
'
?
'
Zh
'
:
'
En
'
return
list
.
map
((
item
)
=>
item
[
`label${str
}
`
]).
join
(
'
/
'
)
}
,
//获取选中的兑换类型
handleExchangeSelected
()
{
return
this
.
orderInfo
.
pickMethodList
.
filter
((
element
)
=>
{
return
this
.
current
==
element
.
value
}
)[
0
]
}
,
// 提交订单
bindSubmitOrder
()
{
if
(
!
this
.
code
)
{
...
...
src/static/lang/en/integral.js
View file @
80b01c69
...
...
@@ -36,5 +36,6 @@ export default {
Num
:
'
Quantity:
'
,
total
:
'
Total Score:
'
,
exchangeType
:
'
Exchange Method:
'
,
deliveryAddress
:
'
Delivery Address:
'
deliveryAddress
:
'
Delivery Address:
'
,
branch
:
'
branch:
'
}
src/static/lang/zh/integral.js
View file @
80b01c69
...
...
@@ -36,5 +36,6 @@ export default {
Num
:
'
数量:
'
,
total
:
'
合计积分:
'
,
exchangeType
:
'
兑换方式:
'
,
deliveryAddress
:
'
邮寄地址:
'
deliveryAddress
:
'
邮寄地址:
'
,
branch
:
'
网点:
'
}
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