h5/pages/staff/meetingDetail.vue
@@ -47,13 +47,25 @@ </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() { } @@ -151,9 +163,9 @@ } .agree { background: #279BAA; background: $uni-color-primary; color: #fff; border: 1rpx solid #279BAA; border: 1rpx solid $uni-color-primary; } } .empty{