Explorar el Código

statistics page

邹能昇 hace 3 meses
padre
commit
c46854ea51
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      nova-werun/components/circle-card/index.wxml

+ 2 - 2
nova-werun/components/circle-card/index.wxml

@@ -3,13 +3,13 @@
     <!-- 详细-->
     <view wx:if="{{type=='detail'}}" class="namebax">
         <image src="{{cicleList[0].profile.user.avatar}}"></image>
-        <view class="name">{{cicleList[0].profile.name}}</view>
+        <view class="name">{{cicleList[0].profile.user.nickname}}</view>
     </view>
     <view class="text" wx:if="{{type=='detail'}}">{{cicleList[0].content}}</view>
     <!--  -->
     <view class="namebax" wx:if="{{type=='surface'}}" bindtap="gourl" data-url="../../pages/circle/circle-detail/index" data-id="{{cicleList[0].objectId}}">
         <image src="{{cicleList[0].profile.user.avatar}}"></image>
-        <view class="name">{{cicleList[0].profile.name}}</view>
+        <view class="name">{{cicleList[0].profile.user.nickname}}</view>
     </view>
     <view wx:if="{{type=='surface'}}" class="text" bindtap="gourl" data-url="../../pages/circle/circle-detail/index" data-id="{{cicleList[0].objectId}}">{{cicleList[0].content}}</view>
     <!-- 图片 -->