| | |
| | | <text> 拒绝原因:</text> |
| | | <t-tag style="margin-left: 0;" bind:tap="showDialog" class="margin-16 replay" theme="danger">点击查看</t-tag> |
| | | <t-dialog visible="{{showContentOnly}}" bind:confirm="closeDialog" close-on-overlay-click> |
| | | <view slot="content" class="reasonContent"> |
| | | {{item.reason}} |
| | | </view> |
| | | <scroll-view slot="content" type="list" scroll-y class="long-content"> |
| | | <view class="reasonContent"> |
| | | {{item.reason}} |
| | | </view> |
| | | </scroll-view> |
| | | <view slot="confirm-btn" style="width: 100%;"> |
| | | <t-button style="color: #ff6d00;border-top: 1px solid #eee;" variant="text" bindtap="closeDialog" size="large" block t-class="external-class">知道了</t-button> |
| | | </view> |