index.wxml 391 B

12345678910
  1. <mobile-main frameStyle="{{frameStyle}}" bind:back="back">
  2. <view slot="info" class="main" style="height:{{infoHeight}}px;">
  3. <form catchsubmit="formSubmit" catchreset="formReset">
  4. <view>111</view>
  5. <view class="btn-area">
  6. <button class="button" formType="submit">保存</button>
  7. </view>
  8. </form>
  9. </view>
  10. </mobile-main>