Browse Source

no message

sys 1 year ago
parent
commit
709aec273f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      components/dgex-tantan/dgex-tantan.vue
  2. 1 1
      pages/index/model/slide-item.vue

+ 1 - 1
components/dgex-tantan/dgex-tantan.vue

@@ -38,7 +38,7 @@
                 <image     :style="{height: item.boxHeight + 'px',width:item.boxWidth+'px'}"  mode="aspectFill" :src="item.image" ></image>
 
               </view>
-              <view class="user-authentication" v-show="item.verified">
+              <view class="user-authentication" v-show="item.realAvatar">
                 <image  class="authentication-img"     mode="aspectFill" src="/static/img/index/authentication.png" ></image>
                 <view class="authentication-text sys-color-white sys-weight-600">真实头像</view>
               </view>

+ 1 - 1
pages/index/model/slide-item.vue

@@ -83,7 +83,7 @@ export default {
                 likeCount:  item.likeCount,
                 tagList:  item.tagList,
                 slogan:  item.slogan,
-                verified:  item.verified,
+                realAvatar:  item.realAvatar,
                 animation:{}
               }
               arr.push(newdata)