小程序
小游戏
企业微信
微信支付
扫描小程序码分享
我在scroll上面绑定了一个事件
我想取到下面的这个id
一直取不到,自定data-
也取不到因为wx:for的作用域的问题
4 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
我的wx:for一定要在这个位置做啊
在上面做就不行了啊。我上面这个是父容器
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
属性应该用data-id="{{key}}" 这样的吧,取的话用e.currentTarget.dataset.id取
<
block
wx:for
=
"{{announcements}}"
wx:for-index
"key"
>
view
id
"{{key}}"
bindtap
"show"
class
"weui-cell__bd"
>{{item.title}}</
"weui-cell__ft weui-cell__ft_in-access"
></
</
参照这样写试试呢
view页面:
wx:
for
-index=
id=
js获取数据:
e.currentTarget.id
在线急等啊,怎么取值,各位大神请指教
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
我的wx:for一定要在这个位置做啊
在上面做就不行了啊。我上面这个是父容器
属性应该用data-id="{{key}}" 这样的吧,取的话用e.currentTarget.dataset.id取
<
block
wx:for
=
"{{announcements}}"
wx:for-index
=
"key"
>
<
view
id
=
"{{key}}"
bindtap
=
"show"
>
<
view
class
=
"weui-cell__bd"
>{{item.title}}</
view
>
<
view
class
=
"weui-cell__ft weui-cell__ft_in-access"
></
view
>
</
view
>
</
block
>
参照这样写试试呢
view页面:
wx:
for
-index=
"key"
id=
"{{key}}"
js获取数据:
e.currentTarget.id
在线急等啊,怎么取值,各位大神请指教