lifanagju_citu hai 11 meses
pai
achega
a049f27f53

+ 3 - 0
src/locales/en.js

@@ -246,6 +246,9 @@ export default {
     pointsManagement: 'Points Management',
     pointsDetails: 'Points details',
     pointsMall: 'Points Mall',
+    redemptionOfPoints: 'Redemption of points',
+    handpickMall: 'handpick Mall',
+    integralRule: 'Integral rule',
     whole: 'Whole',
     In: 'In',
     freezing: 'Freezing',

+ 3 - 0
src/locales/zh-CN.js

@@ -246,6 +246,9 @@ export default {
     pointsManagement: '积分管理',
     pointsDetails: '积分明细',
     pointsMall: '积分商城',
+    redemptionOfPoints: '积分兑换',
+    handpickMall: '臻选商城',
+    integralRule: '积分规则',
     whole: '全部',
     In: '收入',
     freezing: '冻结',

+ 1 - 1
src/views/enterprise/memberCenter/myPoints/index.vue

@@ -4,7 +4,7 @@
     <integralShow :showMall="false" :taskCenter="false" :title="descriptiveTitle"></integralShow>
     <div>
       <v-tabs v-model="tab" align-tabs="start" color="primary" bg-color="#fff" @update:model-value="getPositionList">
-        <v-tab :value="1">{{ $t('points.pointsMall') }}</v-tab>
+        <v-tab :value="1">{{ $t('points.redemptionOfPoints') }}</v-tab>
         <v-tab :value="2">{{ $t('points.pointsDetails') }}</v-tab>
       </v-tabs>
     </div>

+ 2 - 2
src/views/personal/components/integralShow.vue

@@ -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">

+ 1 - 1
src/views/personal/pointsManagement/index.vue

@@ -6,7 +6,7 @@
     </div>
     <div>
       <v-tabs v-model="tab" align-tabs="start" color="primary" bg-color="#fff" @update:model-value="getPositionList">
-        <v-tab :value="1">{{ $t('points.pointsMall') }}</v-tab>
+        <v-tab :value="1">{{ $t('points.redemptionOfPoints') }}</v-tab>
         <v-tab :value="2">{{ $t('points.pointsDetails') }}</v-tab>
       </v-tabs>
     </div>