-
zhangwei
2025-03-14 6e961fafc0f921d575772a3c89f2c5cad28c270d
src/pages/worker/worker.vue
@@ -22,6 +22,14 @@
               <up-cell title="地址" :value="workerInfo.userWorker.address" :border="false">
               </up-cell>
            </up-list-item>
            <!-- <up-list-item>
               <up-cell title="地址" :value="workerInfo.userWorker.address" :border="false">
               </up-cell>
            </up-list-item>
            <up-list-item>
               <up-cell title="地址" :value="workerInfo.userWorker.address" :border="false">
               </up-cell>
            </up-list-item> -->
            <up-list-item>
               <up-cell title="简历描述" :border="false">
               </up-cell>
@@ -53,7 +61,7 @@
         </up-list>
         <view class="tabbtns" v-if="!detailItem.isSelected">
            <up-button color='#fece01' class="text-69" text="录用" :loading='isLoading' loadingText="录用中"
            <up-button color='#fece01'  text="录用" :loading='isLoading' loadingText="录用中"
               @click="selectBtn"></up-button>
         </view>
      </view>