收藏
回答

SelectorQuery 是否支持标签选择器呢?

// 我在Console中调用如下代码,永远返回为[]
wx.createSelectorQuery().selectAll('.at-modal__footer--simple button').boundingClientRect(r=>console.log(r)).exec();


我在页面上的wxml:

<view data-sid-"_Bn" id="_Bn" class="at-modal__footer--simple'>
<button bindtap="eh" bindtouchmove="eh" hover-class="button-hover" id="_Bk" size=default" role="button"> 
取消
</button>
<button bindtap="eh" bindtouchmove="eh" hover-class="button-hover" id="_Bk" size=default" role="button"> 
确定
</button>
</view>

我的需求是获取第二个button,并且我没有办法给button加class或者id,因为button是内部组件


回答关注问题邀请回答
收藏

1 个回答

  • showms
    showms
    07-10

    button是内部组件然后呢,咋不能加样式了

    07-10
    有用
    回复 4
登录 后发表内容