Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

grid组件,在给mp-col增加bindtap时不触发 #23

Description

@itfuyun

grid组件,在给mp-col增加bindtap时不触发,子组件里面的view也不能使用bindtap

<mp-row>
  <mp-col span="{{8}}">
    <view class="col" bindtap="goToLogin">
      <view class="weui-grid__icon">
        <mp-icon icon="lock" size="{{22}}"></mp-icon>
      </view>
      <view class="weui-grid__label">登录</view>
    </view>
  </mp-col>
</mp-row>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions