简介
This commit is contained in:
parent
4b76fbfb74
commit
1115e4e060
@ -391,7 +391,7 @@
|
|||||||
disabled="{{(indentity && iden_auth_disabled) || (!indentity && introduction_status==2)}}"
|
disabled="{{(indentity && iden_auth_disabled) || (!indentity && introduction_status==2)}}"
|
||||||
has_error_content="{{ brief_introduction_reason }}"
|
has_error_content="{{ brief_introduction_reason }}"
|
||||||
data-textarea_name="textarea_jianjie"
|
data-textarea_name="textarea_jianjie"
|
||||||
bindTextAreaBlur="getTextAreaVal" />
|
bind:TextAreaBlur="getTextAreaVal" />
|
||||||
|
|
||||||
<m-textarea-cell
|
<m-textarea-cell
|
||||||
textarea_cell_name="擅长领域"
|
textarea_cell_name="擅长领域"
|
||||||
@ -402,7 +402,7 @@
|
|||||||
textarea_val="{{textarea_shanchang}}"
|
textarea_val="{{textarea_shanchang}}"
|
||||||
has_error_content="{{ be_good_at_reason }}"
|
has_error_content="{{ be_good_at_reason }}"
|
||||||
textarea_cell_content_placeholder="描述您所擅长治疗的疾病或者研究方向(10~1000字)"
|
textarea_cell_content_placeholder="描述您所擅长治疗的疾病或者研究方向(10~1000字)"
|
||||||
data-textarea_name="textarea_shanchang" bindTextAreaBlur="getTextAreaVal" />
|
data-textarea_name="textarea_shanchang" bind:TextAreaBlur="getTextAreaVal" />
|
||||||
|
|
||||||
<m-upload-cell
|
<m-upload-cell
|
||||||
upload_cell_name="医师执业证"
|
upload_cell_name="医师执业证"
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="textarea-cell-content">
|
<view class="textarea-cell-content">
|
||||||
<textarea disabled="{{disabled}}" bindblur="bindTextAreaBlur" maxlength="1000" style="margin: 20rpx 20rpx 0 20rpx; width: 100%; height: 90%; background-color: #FAFAFA;" name="" id="" placeholder="{{ textarea_cell_content_placeholder }}" value="{{textarea_val}}"></textarea>
|
<textarea disabled="{{disabled}}" bindinput="bindTextAreaBlur" maxlength="1000" style="margin: 20rpx 20rpx 0 20rpx; width: 100%; height: 90%; background-color: #FAFAFA;" name="" id="" placeholder="{{ textarea_cell_content_placeholder }}" value="{{textarea_val}}"></textarea>
|
||||||
</view>
|
</view>
|
||||||
<view class="error_box" wx:if="{{ has_error_content != '' }}" >
|
<view class="error_box" wx:if="{{ has_error_content != '' }}" >
|
||||||
<t-icon color="red" name="close-circle-filled" size="48rpx" data-name="close-circle-filled" />
|
<t-icon color="red" name="close-circle-filled" size="48rpx" data-name="close-circle-filled" />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user