s***@hainanplus.cn
s***@hainanplus.cn
  • 发布:2020-12-22 16:48
  • 更新:2020-12-23 17:39
  • 阅读:1326

nvue下使用list,给cell设置ref,真机下无法获取ref

分类:nvue
<template>  
  <div class="container">  
<list>  
      <cell ref="detail">  

      </cell>  
</list>  
  </div>  
</template>  

console.log(this.$refs.detail)  
console.log(this.$refs.detail[0])

<template>
<div class="container">
<list>
<cell ref="detail">

  </cell>  

</list>
</div>
</template>

console.log(this.$refs.detail)
真机输出结果为:[object object] at detail/news/index.nvue:464

console.log(this.$refs.detail[0])
真机输出结果为:undefined at detail/news/index.nvue:465

2020-12-22 16:48 负责人:无 分享
已邀请:
DCloud_UNI_Anne

DCloud_UNI_Anne

等页面完全加载好之后是否可以通过ref获取?

s***@hainanplus.cn

s***@hainanplus.cn (作者)

已上传demo,还有一个bug,请一起查看一下。

1.红色部分文字应该在左上角,但他出现了内边距。
2.点击最底下的评论按钮应该会获取到ref='comment',真机运行结果和问题是一样的。导致无法滚动到相应位置。

该问题目前已经被锁定, 无法添加新回复