| | |
| | | </template>
|
| | |
|
| | | <script>
|
| | | import { evaluate,saveOrder } from '@/api/qiye.js'
|
| | | import {
|
| | | evaluate,
|
| | | saveOrder
|
| | | } from '@/api/qiye.js'
|
| | |
|
| | | export default {
|
| | | data() {
|
| | | return {
|
| | | type: '', // 1综合查一次
|
| | | xing: 5,
|
| | | value: 'orange',
|
| | | msg:[],
|
| | |
| | | },
|
| | | onLoad(options) {
|
| | | this.orderId = options.id
|
| | | this.type = options.type || ''
|
| | | //this.getdata(options.id)
|
| | | evaluate().then(val => {
|
| | | this.msg = val.data.data.questionList
|
| | |
| | | })
|
| | | setTimeout(() => {
|
| | | uni.navigateBack()
|
| | | if (this.type == 1) {
|
| | | uni.$emit('refresh')
|
| | | }
|
| | | }, 500)
|
| | | })
|
| | | }
|
| | |
| | | .hei {
|
| | | color: #202D44;
|
| | | }
|
| | |
|
| | | .bottom {
|
| | | position: fixed;
|
| | | bottom: 0;
|
| | |
| | | display: flex;
|
| | | justify-content: center;
|
| | | align-items: center;
|
| | |
|
| | | .b1 {
|
| | | width: 686rpx;
|
| | | height: 88rpx;
|
| | |
| | |
|
| | |
|
| | | }
|
| | |
|
| | | </style> |