htc hace 1 semana
padre
commit
87d2c838ce
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages/dialog.vue

+ 1 - 1
pages/dialog.vue

@@ -48,7 +48,7 @@
 									<image :src="item.comment?require('@/static/comment_active.png'):require('@/static/comment.png')" @tap="toComment(item,index)"></image>
 								</div>
 								<div class="db_r">
-									<image :src="item.share?require('@/static/share_active.png'):require('@/static/share.png')" @tap="toShare(item,index)"></image>
+								<!-- 	<image :src="item.share?require('@/static/share_active.png'):require('@/static/share.png')" @tap="toShare(item,index)"></image> -->
 								</div>
 							</div>
 						</div>