modal.axml 219 B

12345
  1. <view class="page">
  2. <view class="page-description">弹窗</view>
  3. <button type="default" onTap="modalTap1">点击弹出 alert</button>
  4. <button type="default" onTap="modalTap2">点击弹出 confirm</button>
  5. </view>