|
@@ -66,7 +66,7 @@ export default {
|
|
methods: {
|
|
methods: {
|
|
async getUserInfo() {
|
|
async getUserInfo() {
|
|
const { data } = await this.SellerService.GetSellerHome({ userId: this.userInfo.userId })
|
|
const { data } = await this.SellerService.GetSellerHome({ userId: this.userInfo.userId })
|
|
- this.posterData.image = this.posterData.image.length > 12 ? this.posterData.image : 'https://static.caimei365.com/app/img/icon/default-head-new.png' // 用户头像
|
|
|
|
|
|
+ this.posterData.image = data.image.length > 22 ? data.image : 'https://static.caimei365.com/app/img/icon/default-head-new.png' // 用户头像
|
|
this.posterData.qrCode = data.qrCode // 用户二维码
|
|
this.posterData.qrCode = data.qrCode // 用户二维码
|
|
this.posterData.linkMan = data.linkMan // 用户名
|
|
this.posterData.linkMan = data.linkMan // 用户名
|
|
this.posterData.contractMobile = data.contractMobile // 用户手机号
|
|
this.posterData.contractMobile = data.contractMobile // 用户手机号
|