index.wxml 362 B

12345
  1. <Yl_Headline title='基本信息' type='switch' switchLabel='仅显示必填项' switch='{{fromShowAll}}' bind:callBack='changefromShowAll' />
  2. <Yl_field id='Form' showAll='{{fromShowAll}}' form="{{form}}" bind:onConfirm='onConfirm' />
  3. <view class="but-box">
  4. <van-button disabled='{{disabled}}' custom-class='but' bindtap="submit">保 存</van-button>
  5. </view>