Feat:店铺资讯评论

This commit is contained in:
LinCyJang
2025-06-22 18:51:27 +08:00
parent 491aa8d0a3
commit fd7793b3fb
6 changed files with 1533 additions and 53 deletions
+10 -2
View File
@@ -293,6 +293,14 @@
class="seeNum-txt"
>{{ item.zan }}</text>
</view>
<view class="flex">
<!-- <image
:src="webUrl + '/20230803152147141807.png'"
class="icon"
/> -->
<u-icon name="chat" size="24"></u-icon>
<text class="seeNum-txt">{{ item.replyCount || 0 }}</text>
</view>
<view v-if="isMyInn" class="flex more-btn" @click="toggleMoreHandle(index)">
<image
:src="webUrl + '/page/hotel/more.png'"
@@ -453,7 +461,7 @@ import {
getHotelNewsZan,
getHotelShareBackgroundImage,
hotelNewsView,
getMerchantApply
getMerchantApply,
} from "@/api/inn.js"
import {formatDateTime} from "@/utils"
import {getUrlParam} from "@/utils/common.js"
@@ -723,7 +731,7 @@ export default {
})
},
infoClick: function (info) {
// this.$yrouter.push('/pagesInn/inn/innInfoDetail?id=' + info.id)
this.$yrouter.push('/pagesInn/inn/innInfoDetail?id=' + info.id)
},
coverPlay(){
this.videoPlayers.forEach(player => {