index.wxml 468 B

1234567891011
  1. <view class="page">
  2. <view class="page__hd">
  3. <view class="page__title">Result</view>
  4. <view class="page__desc">结果页</view>
  5. </view>
  6. <view class="page__bd page__bd_spacing">
  7. <wux-button block type="light" bind:click="onSuccess">Success</wux-button>
  8. <wux-button block type="light" bind:click="onError">Error</wux-button>
  9. <wux-button block type="light" bind:click="onInfo">Custom Icon</wux-button>
  10. </view>
  11. </view>