|
|
@@ -65,7 +65,7 @@
|
|
|
<div class="cp-box">
|
|
|
<div class="cp-conent">
|
|
|
<!-- <div style="height: 120px;"> -->
|
|
|
- <van-field v-model="repText" rows="5" type="textarea" placeholder="请输入..." />
|
|
|
+ <van-field v-model="repText" rows="5" type="textarea" placeholder="请输入..." />
|
|
|
<!-- </div> -->
|
|
|
<div style="margin-top: 10px;">
|
|
|
<image-component @getImage="getImage" :imgList.sync="imgList"></image-component>
|
|
|
@@ -199,6 +199,7 @@ export default {
|
|
|
repHf(params)
|
|
|
.then(res => {
|
|
|
console.log('发评论', res)
|
|
|
+ this.$message.success('回复成功')
|
|
|
this.show = false
|
|
|
this.repText = ''
|
|
|
this.imgList = []
|