index.wxml 361 B

123456
  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="footer">
  4. <van-button custom-class='but' disabled='{{disabled}}' bindtap="submit">确定</van-button>
  5. </view>