修改援助样式,新增人员所在单位
This commit is contained in:
@@ -18,6 +18,14 @@
|
||||
type="textarea"
|
||||
border="{{ false }}"
|
||||
/>
|
||||
<van-field
|
||||
value="{{detail.company}}"
|
||||
label="所在单位"
|
||||
readonly
|
||||
autosize="{{true}}"
|
||||
type="textarea"
|
||||
border="{{ false }}"
|
||||
/>
|
||||
<van-field
|
||||
value="{{detail.synopsis}}"
|
||||
label="简介"
|
||||
@@ -40,6 +48,6 @@
|
||||
<mp-html content="{{detail.detail}}" />
|
||||
</view>
|
||||
</van-cell-group>
|
||||
<view style="margin-top: 40rpx;margin-left: 30rpx;margin-bottom: 30rpx;">
|
||||
<view style="margin-top: 40rpx;margin-left: 30rpx;margin-bottom: 30rpx;margin-right: 30rpx;">
|
||||
<van-button type="info" block class="save" bind:click="connect">去联系</van-button>
|
||||
</view>
|
Reference in New Issue
Block a user