You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
2.1 KiB
24 lines
2.1 KiB
2 years ago
|
<view class="discussion-detail">
|
||
|
<detail-content pageName="{{pageName}}" ispeople="{{ispeople}}" detailObj="{{detailObj}}" bind:supportIssueOrProject="supportIssueOrProject" bind:dispportIssueOrProject="dispportIssueOrProject"></detail-content>
|
||
|
<detail-classify wx:if="{{ pageName != 'appeal' && ispeople != '1' }}" rightSwordVisible="{{showClassify}}" type="{{detailType}}" typeStatisticsObj="{{typeStatisticsObj}}" bind:navigateToCategoryList="navigateToCategoryList"></detail-classify>
|
||
|
|
||
|
<handle-progress-appeal wx:if="{{ (pageName == 'appeal' || ispeople == '1') && handleProgressList.length > 0 }}" handleProgressList="{{handleProgressList}}" peopleFlag="{{peopleFlag}}"></handle-progress-appeal>
|
||
|
<handle-progress wx:if="{{ pageName != 'appeal' && ispeople != '1' && handleProgressList.length > 0 }}" handleProgressList="{{handleProgressList}}"></handle-progress>
|
||
|
<block wx:if="{{ pageName != 'appeal' && ispeople != '1'}}">
|
||
|
<detail-remark remarkObj="{{remarkObj}}" remarkType="{{remarkType}}" bind:replyRemark="replyRemark" bind:supportRemark="debounceSupportRemark" bind:dispportRemark="debounceDispportRemark" bind:changeRemarkType="changeRemarkType"></detail-remark>
|
||
|
<load-more loadMoreVisible="{{loadMoreVisible}}" loadMoreType="{{loadMoreType}}"></load-more>
|
||
|
</block>
|
||
|
|
||
|
<view class="bottom">
|
||
|
<view wx:if="{{ pageName != 'appeal' && ispeople != '1'}}" class="reply" style="width: {{detailObj.showSatisfactionEvaluation ? '490rpx': '100%'}}">
|
||
|
<image src="../../images/ic_baidataidubianji@2x.png" />
|
||
|
<input disabled bindtap="navigateToReply" placeholder="placeholder-input" type="text" placeholder="快来表达您的态度吧" />
|
||
|
</view>
|
||
|
<!-- && detailType == 'project' -->
|
||
|
<button wx:if="{{detailObj.evaluationState=='1'}}" hover-class="hover-button" bindtap="publishEvaluation">
|
||
|
满意度评价
|
||
|
</button>
|
||
|
</view>
|
||
|
</view>
|
||
|
<tip-dialog dialogVisible="{{dialogVisible}}" title="{{dialogTitle}}" content="{{dialogContent}}" confirmText="{{dialogConformText}}" cancelText="{{dialogCancelText}}"></tip-dialog>
|
||
|
<completeInfo-dialog completeInfoDialogVisible="{{completeInfoDialogVisible}}"></completeInfo-dialog>
|