东方国信-蔡芳 преди 6 месеца
родител
ревизия
ef663627d0
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      src/views/resourceDetails/components/TallItem.vue

+ 3 - 0
src/views/resourceDetails/components/TallItem.vue

@@ -32,6 +32,9 @@
 								<LikeOutlined v-if="item.giveNumSelf == 0" style="cursor: pointer" @click="handerfollw" />
 								<span style="margin-left: 5px">{{ props.item.giveNum }}</span>
 							</div>
+							<div style="margin-left: 15px">
+								<MessageOutlined style="cursor: pointer" @click="handerMessage" />
+							</div>
 						</div>
 					</div>
 				</div>