hookehuyr

fix

...@@ -7,8 +7,7 @@ ...@@ -7,8 +7,7 @@
7 > 7 >
8 <div class="van-hairline--bottom"> 8 <div class="van-hairline--bottom">
9 <van-row> 9 <van-row>
10 - <van-col span="4"> 10 + <van-col span="4" />
11 - </van-col>
12 <van-col span="16" style="color: #222222; text-align: center; line-height: 3;"> 11 <van-col span="16" style="color: #222222; text-align: center; line-height: 3;">
13 <span v-if="type === 'comment'">留言</span> 12 <span v-if="type === 'comment'">留言</span>
14 <span v-else>回复</span> 13 <span v-else>回复</span>
......