|
|
@@ -30,13 +30,13 @@
|
|
|
</My_GreyRectangleForm>
|
|
|
<import src="/wxParse/wxParse" />
|
|
|
<My_GreyRectangleForm title="公司介绍" required>
|
|
|
- <view style="width: 400rpx; text-align: right; color: #4BBECF; text-decoration: underline;" catchtap="toRichText">
|
|
|
+ <view style="width: 400rpx; text-align: right; color:{{errTips.fintroduction?'#EF2855':'#4BBECF'}} ; text-decoration: underline;" catchtap="toRichText">
|
|
|
编辑/预览
|
|
|
</view>
|
|
|
</My_GreyRectangleForm>
|
|
|
|
|
|
<My_GreyRectangleForm title="地址" required>
|
|
|
- <van-field autosize type="textarea" disabled="{{isDisabled}}" value="{{ faddress }}" bind:input='eliminate' data-name="faddress" bind:focus='inputFocus' bindblur='inputBlur' error="{{errTips.faddress}}" input-class="input-class" placeholder="点击填写" border="{{ false }}" />
|
|
|
+ <van-field disabled="{{isDisabled}}" value="{{ faddress }}" bind:input='eliminate' data-name="faddress" bind:focus='inputFocus' bindblur='inputBlur' error="{{errTips.faddress}}" input-class="input-class" placeholder="点击填写" border="{{ false }}" />
|
|
|
</My_GreyRectangleForm>
|
|
|
<My_GreyRectangleForm title="统一社会代码">
|
|
|
<van-field disabled="{{isDisabled}}" value="{{ fdutyparagraph }}" data-name="fdutyparagraph" bind:input='eliminate' input-class="input-class" placeholder="点击填写" border="{{ false }}" />
|