Merge branch 'feature/comment-0620-ch' into msb_test

fix/0701-ch
ch 2 years ago
commit d4a93fed3d

@ -2,7 +2,7 @@
* @Author: ch * @Author: ch
* @Date: 2022-06-21 18:19:13 * @Date: 2022-06-21 18:19:13
* @LastEditors: ch * @LastEditors: ch
* @LastEditTime: 2022-06-30 14:37:57 * @LastEditTime: 2022-06-30 14:54:12
* @Description: file content * @Description: file content
--> -->
<template> <template>
@ -16,7 +16,7 @@
<view class="reply-title">全部评论( {{detail.replyCount}})</view> <view class="reply-title">全部评论( {{detail.replyCount}})</view>
<view class="reply"> <view class="reply">
<template v-if="detail.replyCount"> <template v-if="detail.replyCount">
<view class="reply--item" v-if="detail.merchantComment" @click="handleAnswer(detail.merchantComment)"> <view class="reply--item" v-if="detail.merchantComment">
<view class="reply--title"> <view class="reply--title">
<text> <text>
{{detail.merchantComment.userName}} {{detail.merchantComment.userName}}

Loading…
Cancel
Save