|
|
|
@ -2,12 +2,12 @@
|
|
|
|
|
* @Author: ch
|
|
|
|
|
* @Date: 2022-06-21 16:51:03
|
|
|
|
|
* @LastEditors: ch
|
|
|
|
|
* @LastEditTime: 2022-06-28 15:27:33
|
|
|
|
|
* @LastEditTime: 2022-06-28 20:44:13
|
|
|
|
|
* @Description: file content
|
|
|
|
|
-->
|
|
|
|
|
<template>
|
|
|
|
|
<view>
|
|
|
|
|
<view class="comment" v-for="item in list" :key="item.id" @click="$Router.push(`/goodsCommentDetail?id=${item.id}`)">
|
|
|
|
|
<view class="comment" v-for="item in list" :key="item.id">
|
|
|
|
|
<BsCommentUserInfo :userData="item"/>
|
|
|
|
|
<BsCommentInfo :commentDetail="item"/>
|
|
|
|
|
<BsCommentThumbup :commentDetail="item"/>
|
|
|
|
|