美文网首页
wepy 入门点击事件

wepy 入门点击事件

作者: lazyTai | 来源:发表于2019-02-20 13:40 被阅读0次

@tap

 <view class="userinfo" @tap="handleViewTap">
      <image class="userinfo-avatar" src="{{ userInfo.avatarUrl }}" background-size="cover">
      <view class="userinfo-nickname">{{ userInfo.nickName }}</view>
    </view>

相关文章

网友评论

      本文标题:wepy 入门点击事件

      本文链接:https://www.haomeiwen.com/subject/ujqhyqtx.html