@@ -43,7 +43,7 @@
<view class="info-line">姓名:{{ item.name }}</view>
<view class="info-line">类别:{{ item.businessTierName }}</view>
<view class="info-line skill-description"
- >技能介绍:{{ item.skillDescribe }}</view
+ >个人简介:{{ item.skillDescribe }}</view
>
</view>
@@ -60,7 +60,7 @@
</template>
</up-card>
- <up-card title="技能介绍" :head-style="{ height: '80rpx', padding: '20rpx' }">
+ <up-card title="个人简介" :head-style="{ height: '80rpx', padding: '20rpx' }">
<template #body>
{{ listData.skillDescribe }}
@@ -63,7 +63,7 @@
<up-card
- title="技能介绍"
+ title="个人简介"
:thumb="thumb"
:head-style="{ height: '80rpx', padding: '20rpx', fontWeight: 'bold' }"