|
@@ -3,7 +3,7 @@
|
|
|
<div class="statisticsBox">
|
|
|
<div class="mt-2">
|
|
|
<span style="font-size: 20px; color: #333; line-height: 28px; font-weight: bold;" class="ml-10">{{ props.title }}</span>
|
|
|
- <span style="font-size: 14px; color: #777; line-height: 24px; cursor: pointer;" class="ml-2">积分规则</span>
|
|
|
+ <span style="font-size: 14px; color: #777; line-height: 24px; cursor: pointer;" class="ml-2">{{ $t('points.integralRule') }}</span>
|
|
|
</div>
|
|
|
<div class="d-flex justify-space-between align-end my-1">
|
|
|
<span style="font-size: 42px; color: #10897bba; line-height: 50px;" class="ml-10 cursor-pointer" @click="router.push({ path: '/pointsManagement', query: { tab: 2 } })">{{ integral }}</span>
|
|
@@ -11,7 +11,7 @@
|
|
|
<!-- 积分商城 -->
|
|
|
<template v-if="props.showMall">
|
|
|
<span>积分土豪的都喜欢来这里,</span>
|
|
|
- <span style="color: #10897be8; cursor: pointer;" @click="router.push({ path: '/pointsManagement'})">积分商城</span>
|
|
|
+ <span style="color: #10897be8; cursor: pointer;" @click="router.push({ path: '/pointsManagement'})">{{ $t('points.handpickMall') }}</span>
|
|
|
</template>
|
|
|
<!-- 任务中心 -->
|
|
|
<template v-if="props.taskCenter">
|