|
|
@@ -1,7 +1,7 @@
|
|
|
<Yl_Headline title='基本信息' type='switch' switchLabel='仅显示必填信息' switch='{{showAll}}' bind:callBack='onChange' />
|
|
|
<Yl_field id='Form' form='{{form}}' showAll='{{!showAll}}' bind:onConfirm='onConfirm' bind:interrupt="interrupt">
|
|
|
<view slot='info'>
|
|
|
- <information id="Info" catchtap='queryClient' catch:callback='introduce' />
|
|
|
+ <information id="Info" catch:queryClient='queryClient' catch:callback='introduce' />
|
|
|
</view>
|
|
|
</Yl_field>
|
|
|
<view style="height: 100rpx;" />
|