create.wxml 510 B

12345678
  1. <view class="container">
  2. <Yl_Headline title='基本信息' type='switch' switchLabel='仅显示必填信息' switch='{{showAll}}' bind:callBack='onChange' />
  3. <Yl_Field id='Form' form='{{form}}' showAll='{{!showAll}}' bind:onConfirm='onConfirm' bind:interrupt="interrupt" />
  4. <view style="height: 150rpx;" />
  5. <view class="new-footer">
  6. <van-button custom-class='new-submit' color='#3874F6' disabled='{{disabled || loading}}' loading='{{loading}}' bindtap='submit'>确定</van-button>
  7. </view>
  8. </view>