| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { meetingDetail } from '@/api' |
| | | export default { |
| | | data() { |
| | | return { |
| | | param: {} |
| | | param: {}, |
| | | detail: {} |
| | | }; |
| | | }, |
| | | onLoad(option) { |
| | | this.id = option.id |
| | | this.getDetail() |
| | | }, |
| | | methods: { |
| | | getDetail() { |
| | | const { id } = this |
| | | meetingDetail({id}).then(res => { |
| | | this.detail = res.data |
| | | }) |
| | | }, |
| | | handleSub() { |
| | | |
| | | } |
| | |
| | | left: 0; |
| | | width: 100%; |
| | | background-color: #fff; |
| | | padding: 0 30rpx; |
| | | .btn { |
| | | width: 336rpx; |
| | | height: 88rpx; |
| | |
| | | } |
| | | |
| | | .agree { |
| | | background: #279BAA; |
| | | background: $uni-color-primary; |
| | | color: #fff; |
| | | border: 1rpx solid #279BAA; |
| | | border: 1rpx solid $uni-color-primary; |
| | | } |
| | | } |
| | | .empty{ |