Commit 5cbd0512 authored by chenwei's avatar chenwei

Merge branch 'feature' into 'dev'

fiex defect | 590 | APP与web端海运拼柜的订单v值活动详情中积分说明单位错误

See merge request !24
parents 9fd6fe17 baa535c1
...@@ -20,14 +20,14 @@ ...@@ -20,14 +20,14 @@
}} }}
</div> </div>
<div <div
class="share-label"
v-if="detailInfo.type == 4" v-if="detailInfo.type == 4"
class="share-label"
v-html=" v-html="
locale === 'zh_CN' locale === 'zh_CN'
? detailInfo.extraShare.activityDescZh ? detailInfo.extraShare.activityDescZh
: detailInfo.extraShare.activityDescEn : detailInfo.extraShare.activityDescEn
" "
></div> />
<div class="activity-cell"> <div class="activity-cell">
<div class="cell-label">{{ $t("integral.illustrate") }}</div> <div class="cell-label">{{ $t("integral.illustrate") }}</div>
<div class="cell-content"> <div class="cell-content">
...@@ -44,9 +44,9 @@ ...@@ -44,9 +44,9 @@
}}</span> }}</span>
<div v-if="detailInfo.type == 1"> <div v-if="detailInfo.type == 1">
<div <div
class="rule"
v-for="ruleItem in detailInfo.extraOrderV.orderVRule" v-for="ruleItem in detailInfo.extraOrderV.orderVRule"
:key="ruleItem.low" :key="ruleItem.low"
class="rule"
> >
{{ {{
$t("integral.orderRuleLabel", { $t("integral.orderRuleLabel", {
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
high: ruleItem.high, high: ruleItem.high,
score: ruleItem.score, score: ruleItem.score,
unit: unit:
detailInfo.extraOrderVtransportType == 1 ? "" : "kg", detailInfo.extraOrderV.transportType == 1 ? "" : "kg",
}) })
}} }}
</div> </div>
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
</div> </div>
</div> </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-label">{{ $t("integral.maxIntegral") }}</div>
<div class="cell-content"> <div class="cell-content">
<img class="cell-image" src="@/assets/integral/score_b.png" /> <img class="cell-image" src="@/assets/integral/score_b.png" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment