锦水居民端小程序
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.
 

53 lines
1.7 KiB

<view class="discussion-detail">
<detail-content
detailObj="{{detailObj}}"
bind:supportIssueOrProject="supportIssueOrProject"
bind:dispportIssueOrProject="dispportIssueOrProject">
</detail-content>
<detail-classify
rightSwordVisible="{{showClassify}}"
type="{{detailType}}"
typeStatisticsObj="{{typeStatisticsObj}}"
bind:navigateToCategoryList="navigateToCategoryList">
</detail-classify>
<handle-progress handleProgressList="{{handleProgressList}}"></handle-progress>
<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>
<view class="bottom">
<view 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>
<button wx:if="{{detailObj.showSatisfactionEvaluation && detailType == 'project'}}" 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>