Feat:店铺资讯评论
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user