|
@@ -14,7 +14,7 @@
|
|
|
</view>
|
|
|
<view class="ndbox mb12 plr15">
|
|
|
<view class="flext mb15">
|
|
|
- <view class="pltit flex0">评论<text>({{datainfo.userComment}})</text></view>
|
|
|
+ <view class="pltit flex0">评论<text>({{commenttotal}})</text></view>
|
|
|
<view class="flex1"></view>
|
|
|
<view class="pltitnum"><text>{{datainfo.userLikes}}</text>赞<text class="line">|</text><text>{{datainfo.userShare}}</text> 分享</view>
|
|
|
|
|
@@ -39,7 +39,7 @@
|
|
|
</view>
|
|
|
<view class="flexcc ndbflist" @touchend.prevent="getHfFna">
|
|
|
<image :src="nicona"></image>
|
|
|
- <view>{{datainfo.userComment}}</view>
|
|
|
+ <view>{{commenttotal}}</view>
|
|
|
</view>
|
|
|
<view class="flexcc ndbflist" @click.stop="getDzFn('1')">
|
|
|
<image :src="nicond" v-if="datainfo.isLike=='Y'"></image>
|