yun-mo 1 éve
szülő
commit
fa14370ff5
2 módosított fájl, 1 hozzáadás és 1 törlés
  1. BIN
      .DS_Store
  2. 1 1
      components/cm-share-popup/cm-share-popup.vue

BIN
.DS_Store


+ 1 - 1
components/cm-share-popup/cm-share-popup.vue

@@ -66,7 +66,7 @@ export default {
     methods: {
         async getUserInfo() {
             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 > 12 ? data.image : 'https://static.caimei365.com/app/img/icon/default-head-new.png' // 用户头像
             this.posterData.qrCode = data.qrCode // 用户二维码
             this.posterData.linkMan = data.linkMan // 用户名
             this.posterData.contractMobile = data.contractMobile // 用户手机号