8000 append=tree 的bug · Issue #1148 · alibaba/weex · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
append=tree 的bug #1148
Closed
Closed
@haicuan139

Description

@haicuan139

下面这段代码不能响应 text 的点击事件。

<template>
    <list append='tree'>
       <cell style="background-color: #0000cc">
           <text >AAAAAAAAAA</text>
       </cell>
    </list>
</template>
methods:{
            onclick:function(e){
                console.log(e);
            },

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0