|
|
|
@ -59,37 +59,52 @@ |
|
|
|
|
|
|
|
|
|
|
|
<!-- 提到的宝贝( 商品 ) --> |
|
|
|
<view class="goods-box bb flex row-between" @click="showGoodsPopup=true" |
|
|
|
<!-- <view class="goods-box bb flex row-between" @click="showGoodsPopup=true" |
|
|
|
v-if="communityInfo.goods_data.length"> |
|
|
|
<text class="nr lighter">查看TA提到的宝贝({{communityInfo.goods_data.length}})</text> |
|
|
|
<text class="nr lighter">查看TA提到的宝贝({{communityInfo.goods_data.length}})</text> --> |
|
|
|
<!-- <text class="tips xs">300+人评价</text> --> |
|
|
|
<view class="goods flex"> |
|
|
|
<!-- <view class="goods flex"> |
|
|
|
<block v-for="(goodsItem, goodsIndex) in communityInfo.goods_data" :key="goodsIndex"> |
|
|
|
<u-image v-if="goodsIndex<=2" :src="goodsItem.image" width="58" height="58" class="m-l-6"> |
|
|
|
</u-image> |
|
|
|
</block> |
|
|
|
<u-icon name="arrow-right" class="m-l-10"></u-icon> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
|
|
|
|
<!-- 提到的店铺( 店铺 ) --> |
|
|
|
<view class="goods-box bb flex row-between" @click="showShopPopup=true" |
|
|
|
<!-- <view class="goods-box bb flex row-between" @click="showShopPopup=true" |
|
|
|
v-if="communityInfo.shop_data.length"> |
|
|
|
<text class="nr lighter">查看TA提到的店铺({{communityInfo.shop_data.length}})</text> |
|
|
|
<text class="nr lighter">查看TA提到的店铺({{communityInfo.shop_data.length}})</text> --> |
|
|
|
<!-- <text class="tips xs">300+人评价</text> --> |
|
|
|
<view class="goods flex"> |
|
|
|
<!-- <view class="goods flex"> |
|
|
|
<block v-for="(shopItem, shopIndex) in communityInfo.shop_data" :key="shopIndex"> |
|
|
|
<u-image v-if="shopIndex<=2" :src="shopItem.logo" width="58" height="58" class="m-l-6"> |
|
|
|
</u-image> |
|
|
|
</block> |
|
|
|
<u-icon name="arrow-right" class="m-l-10"></u-icon> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
|
|
|
|
<!-- 内容文字 --> |
|
|
|
<view class="content"> |
|
|
|
<view class="text"> |
|
|
|
{{ communityInfo.content }} |
|
|
|
<view class="text" > |
|
|
|
<text>任务类型:{{communityInfo.clabel}} </text> |
|
|
|
</view> |
|
|
|
<view class="text" > |
|
|
|
<text>联系人:{{communityInfo.contact_name}} </text> |
|
|
|
</view> |
|
|
|
<view class="text" > |
|
|
|
<text>联系方式:{{communityInfo.contact}} </text> |
|
|
|
</view> |
|
|
|
<view class="text" > |
|
|
|
<text>联系时间:{{communityInfo.contact_time}} </text> |
|
|
|
</view> |
|
|
|
<view class="xs muted" style="margin-top: 12rpx;"> |
|
|
|
发布时间:{{ communityInfo.create_time || '2023-05-20 05:13:14' }} |
|
|
|
</view> |
|
|
|
<view class="text" style="margin-top: 12rpx;"> |
|
|
|
内容:{{ communityInfo.content }} |
|
|
|
</view> |
|
|
|
<view class="tags" v-if="communityInfo.topic"> |
|
|
|
<navigator hover-class="none" |
|
|
|
@ -97,15 +112,14 @@ |
|
|
|
<text># {{ communityInfo.topic.name }}</text> |
|
|
|
</navigator> |
|
|
|
</view> |
|
|
|
<view class="xs muted"> |
|
|
|
{{ communityInfo.create_time || '2022-05-20 05:13:14' }} |
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<!-- Main End --> |
|
|
|
|
|
|
|
<!-- Comment Start --> |
|
|
|
<view class="comment-box m-t-20 bg-white"> |
|
|
|
<!-- <view class="comment-box m-t-20 bg-white"> |
|
|
|
<view class="comment-title bb" id="comment"> |
|
|
|
评价 ({{ communityInfo.total_comment || '0' }}条) |
|
|
|
</view> |
|
|
|
@ -131,21 +145,16 @@ |
|
|
|
<community-comment-list :comment="commentItem" @reply="onReply"> |
|
|
|
</community-comment-list> |
|
|
|
</block> |
|
|
|
<!-- 加载 --> |
|
|
|
<view class="flex row-center primary nd p-50" v-if="more === 1 && loading"> |
|
|
|
<u-loading :color="colorConfig.primary" :size="40" mode="circle"></u-loading> |
|
|
|
<text class="m-l-20">加载中</text> |
|
|
|
</view> |
|
|
|
<!-- 加载底部 --> |
|
|
|
<view class="text-center muted nd p-50" v-else> |
|
|
|
<text>没有更多了~</text> |
|
|
|
</view> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
</view> |
|
|
|
<!-- Comment End --> |
|
|
|
|
|
|
|
<!-- Footer Start --> |
|
|
|
<view class="footer flex bg-white"> |
|
|
|
<view class="content-wrapper flex row-between"> |
|
|
|
<view class="flex-1 flex" @click="handleComment"> |
|
|
|
@ -162,7 +171,7 @@ |
|
|
|
<text>{{ communityInfo.total_comment || '0' }}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
<!-- Footer End --> |
|
|
|
|
|
|
|
<!-- 管理 --> |
|
|
|
|