微信小程序开发—(五)弹出框

「爱情、让人受尽委屈。」 2021-09-12 06:20 549阅读 0赞

20170503103049165

  1. <span style="color:#333333"><view class="container" class="zn-uploadimg">
  2. <button type="primary"bindtap="showok">消息提示框</button>
  3. <button type="primary"bindtap="modalcnt">模态弹窗</button>
  4. <button type="primary"bindtap="actioncnt">操作菜单</button>
  5. </view></span>

1.消息提示——wx.showToast(OBJECT)

" class="reference-link">20170502171748467

  1. <span style="color:#333333">

发表评论

表情:
评论列表 (有 0 条评论,549人围观)

还没有评论,来说两句吧...

相关阅读

    相关 程序开发

    小程序开发过程中,很多地方为了便利我们多采用小程序自带弹出框来实现交互效果。这也够大多数开发使用,下面我给大家详细介绍下小程序弹出框 官方api传送门:https://de