index.wxml 432 B

12345678
  1. <Yl_Headline title='基本信息' type='switch' switchLabel='仅显示必填项' switch='{{fromShowAll}}' bind:callBack='changefromShowAll' />
  2. <Yl_field id='Form' showAll='{{!fromShowAll}}' form="{{form}}" bind:onConfirm='onConfirm' bind:interrupt='interrupt' />
  3. <view style="height: 130rpx;">
  4. </view>
  5. <view class="footer">
  6. <van-button custom-class='but' disabled='{{disabled}}' bindtap="submit">确定</van-button>
  7. </view>