Browse Source

收藏企业

Xiao_123 1 year ago
parent
commit
334aa72cbc

+ 0 - 1
components.d.ts

@@ -33,7 +33,6 @@ declare module 'vue' {
     RouterLink: typeof import('vue-router')['RouterLink']
     RouterLink: typeof import('vue-router')['RouterLink']
     RouterView: typeof import('vue-router')['RouterView']
     RouterView: typeof import('vue-router')['RouterView']
     SimilarPositions: typeof import('./src/components/Position/similarPositions.vue')['default']
     SimilarPositions: typeof import('./src/components/Position/similarPositions.vue')['default']
-    Textarea: typeof import('./src/components/FormUI/textarea/index.vue')['default']
     TextArea: typeof import('./src/components/FormUI/textArea/index.vue')['default']
     TextArea: typeof import('./src/components/FormUI/textArea/index.vue')['default']
     TextInput: typeof import('./src/components/FormUI/TextInput/index.vue')['default']
     TextInput: typeof import('./src/components/FormUI/TextInput/index.vue')['default']
     VerificationCode: typeof import('./src/components/VerificationCode/index.vue')['default']
     VerificationCode: typeof import('./src/components/VerificationCode/index.vue')['default']

+ 1 - 1
src/components/Enterprise/details.vue

@@ -19,7 +19,7 @@
         <!-- 是否关注该企业 -->
         <!-- 是否关注该企业 -->
         <v-tooltip location="bottom">
         <v-tooltip location="bottom">
           <template v-slot:activator="{ props }">
           <template v-slot:activator="{ props }">
-            <v-icon v-bind="props" class="ml-5 mr-2" size="25" :color="isCollection ? 'primary' : ''" @click="handleFollow">{{ isCollection ? 'mdi-heart' : 'mdi-heart-outline' }}</v-icon>
+            <v-icon v-bind="props" class="ml-5 mr-2" size="25" :color="isCollection ? 'error' : ''" @click="handleFollow">{{ isCollection ? 'mdi-heart' : 'mdi-heart-outline' }}</v-icon>
           </template>
           </template>
           <span>关注该企业</span>
           <span>关注该企业</span>
         </v-tooltip>
         </v-tooltip>

+ 1 - 1
src/views/PersonalCenter/dynamic/left.vue

@@ -39,7 +39,7 @@
     </div>
     </div>
 
 
     <div class="left-tabs my-3">
     <div class="left-tabs my-3">
-      <v-tabs v-model="tab" align-tabs="start" color="primary" bg-color="#fff" @click="getPositionList">
+      <v-tabs v-model="tab" align-tabs="start" color="primary" bg-color="#fff" @update:model-value="getPositionList">
         <v-tab :value="1">{{ $t('position.throughCommunication') }}</v-tab>
         <v-tab :value="1">{{ $t('position.throughCommunication') }}</v-tab>
         <v-tab :value="2">{{ $t('position.delivered') }}</v-tab>
         <v-tab :value="2">{{ $t('position.delivered') }}</v-tab>
         <v-tab :value="3">{{ $t('position.interview') }}</v-tab>
         <v-tab :value="3">{{ $t('position.interview') }}</v-tab>