Fix:4003 【商城小程序】互动消息列表,点击时未跳转至资讯详情
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class=" call-message">
|
||||
<view class="comment-list v12-pa-3">
|
||||
<view class="v12-mt-2" v-for="(comment, index) in list" :key="index" @click="toInfo(comment)">
|
||||
<view class="v12-mt-2" v-for="(comment, index) in list" :key="index">
|
||||
<view class="user-info v12-align-center" @click="toInfo(comment)">
|
||||
<view class="user-avatar">
|
||||
<u-avatar :src="comment.senderUserAvatar"></u-avatar>
|
||||
|
||||
Reference in New Issue
Block a user