fix:其他评价的页面点击事件

feature/comment-0620-ch
ch 2 years ago
parent 4e65eeb11a
commit ac0fc976ed

@ -2,12 +2,12 @@
* @Author: ch * @Author: ch
* @Date: 2022-06-21 16:51:03 * @Date: 2022-06-21 16:51:03
* @LastEditors: ch * @LastEditors: ch
* @LastEditTime: 2022-06-28 15:27:33 * @LastEditTime: 2022-06-28 20:44:13
* @Description: file content * @Description: file content
--> -->
<template> <template>
<view> <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"/> <BsCommentUserInfo :userData="item"/>
<BsCommentInfo :commentDetail="item"/> <BsCommentInfo :commentDetail="item"/>
<BsCommentThumbup :commentDetail="item"/> <BsCommentThumbup :commentDetail="item"/>

Loading…
Cancel
Save