|
|
@@ -20,9 +20,12 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="submit-btn"> |
|
|
|
<van-button block color="#5e73e5" round disabled="{{ !(!!detailValue && selectedTag.length > 0) }}" bind:click="releaseDemands" loading="{{ saveLoading }}"> |
|
|
|
<van-button block color="#5e73e5" round wx:if="{{ (!!detailValue && selectedTag.length > 0) }}" bind:click="releaseDemands" loading="{{ saveLoading }}"> |
|
|
|
{{ businessCommunicationDemandId ? '确认修改':'发布需求'}} |
|
|
|
</van-button> |
|
|
|
<view wx:else class="btn-span"> |
|
|
|
{{ businessCommunicationDemandId ? '确认修改':'发布需求'}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<tabBar currentIndex="{{currentIndex}}"></tabBar> |