|
@@ -3,13 +3,13 @@
|
|
<!-- 详细-->
|
|
<!-- 详细-->
|
|
<view wx:if="{{type=='detail'}}" class="namebax">
|
|
<view wx:if="{{type=='detail'}}" class="namebax">
|
|
<image src="{{cicleList[0].profile.user.avatar}}"></image>
|
|
<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>
|
|
<view class="text" wx:if="{{type=='detail'}}">{{cicleList[0].content}}</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}}">
|
|
<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>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
<!-- 图片 -->
|
|
<!-- 图片 -->
|