|
@@ -8,12 +8,12 @@
|
|
|
</swiper-item>
|
|
|
</block>
|
|
|
</swiper>
|
|
|
- <view class="comment_swiper" wx:if="{{datas.comment.content}}">
|
|
|
- <navigator class="f0" url="/pages/comments/comments?common_id={{datas.comment.common_id}}">
|
|
|
- <image src="{{datas.comment.member_avatar}}"></image>
|
|
|
- <text class="nickname" decode="{{true}}"> {{datas.comment.nickname}}:</text>
|
|
|
- <text class="comment_content one_line_hidden">{{datas.comment.content}}</text>
|
|
|
- </navigator>
|
|
|
+ <view class="comment_swiper" wx:if="{{datas.comment.content}}">
|
|
|
+ <navigator class="f0" url="/pages/comments/comments?common_id={{datas.comment.common_id}}">
|
|
|
+ <image src="{{datas.comment.member_avatar}}"></image>
|
|
|
+ <text class="nickname" decode="{{true}}"> {{datas.comment.nickname}}:</text>
|
|
|
+ <text class="comment_content one_line_hidden">{{datas.comment.content}}</text>
|
|
|
+ </navigator>
|
|
|
</view>
|
|
|
<view class="details_collection flex_center">已收藏人数 {{getOneSummary.goods_collect}}</view>
|
|
|
</view>
|
|
@@ -99,4 +99,11 @@
|
|
|
|
|
|
<view class="place-bac247"></view>
|
|
|
<button style="width: 60%;" type="primary" plain="true" bindtap="toWebView">查看更多详情</button>
|
|
|
+
|
|
|
+ <!-- <view class="details_tabbar">
|
|
|
+ <navigator class="details_tabbar_item" url="/pages/comments/comments">
|
|
|
+
|
|
|
+ </navigator>
|
|
|
+ </view> -->
|
|
|
+
|
|
|
</view>
|