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
5cbd0512
Commit
5cbd0512
authored
Oct 10, 2024
by
chenwei
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature' into 'dev'
fiex defect | 590 | APP与web端海运拼柜的订单v值活动详情中积分说明单位错误 See merge request
!24
parents
9fd6fe17
baa535c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
detailsActivity.vue
src/views/jiedao/profile/detailsActivity.vue
+5
-5
No files found.
src/views/jiedao/profile/detailsActivity.vue
View file @
5cbd0512
...
...
@@ -20,14 +20,14 @@
}}
</div>
<div
class=
"share-label"
v-if=
"detailInfo.type == 4"
class=
"share-label"
v-html=
"
locale === 'zh_CN'
? detailInfo.extraShare.activityDescZh
: detailInfo.extraShare.activityDescEn
"
></div
>
/
>
<div
class=
"activity-cell"
>
<div
class=
"cell-label"
>
{{
$t
(
"
integral.illustrate
"
)
}}
</div>
<div
class=
"cell-content"
>
...
...
@@ -44,9 +44,9 @@
}}
<
/span
>
<
div
v
-
if
=
"
detailInfo.type == 1
"
>
<
div
class
=
"
rule
"
v
-
for
=
"
ruleItem in detailInfo.extraOrderV.orderVRule
"
:
key
=
"
ruleItem.low
"
class
=
"
rule
"
>
{{
$t
(
"
integral.orderRuleLabel
"
,
{
...
...
@@ -54,7 +54,7 @@
high
:
ruleItem
.
high
,
score
:
ruleItem
.
score
,
unit
:
detailInfo
.
extraOrderVtransportType
==
1
?
"
m³
"
:
"
kg
"
,
detailInfo
.
extraOrderV
.
transportType
==
1
?
"
m³
"
:
"
kg
"
,
}
)
}}
<
/div
>
...
...
@@ -62,7 +62,7 @@
<
/div
>
<
/div
>
<
/div
>
<
div
class
=
"
activity-cell
"
v
-
if
=
"
detailInfo.type != 2
"
>
<
div
v
-
if
=
"
detailInfo.type != 2
"
class
=
"
activity-cell
"
>
<
div
class
=
"
cell-label
"
>
{{
$t
(
"
integral.maxIntegral
"
)
}}
<
/div
>
<
div
class
=
"
cell-content
"
>
<
img
class
=
"
cell-image
"
src
=
"
@/assets/integral/score_b.png
"
/>
...
...
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