|
@@ -3,7 +3,7 @@
|
|
|
<view class="user-box">
|
|
|
<view class="icon-name-box">
|
|
|
<view class="icon-box">
|
|
|
- <cover-image class="icon" :src="`https://sylwt.top/api/visitor/resources/image?name=/ydl/menber-center/chat-icon/${user.icon}.png`"></cover-image>
|
|
|
+ <cover-image class="icon" :src="`/static/images/avatar-img/${user.icon}.png`"></cover-image>
|
|
|
</view>
|
|
|
<view class="name-box">
|
|
|
<view class="name" v-if="isLogin">
|
|
@@ -162,7 +162,7 @@
|
|
|
|
|
|
// 用户信息
|
|
|
const user = ref({
|
|
|
- icon: 'jiaoyu',
|
|
|
+ icon: '1',
|
|
|
username: '某某某',
|
|
|
employment: '广州市xx地产有限公司',
|
|
|
recordCertificateNumber: '123xxxx',
|