王恒
2025-09-04 616e6be49d3f64f2397cb1b1c05d2c06df3db9a3
qiye/record/evaluate.vue
@@ -78,11 +78,15 @@
</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:[],
@@ -92,6 +96,7 @@
      },
      onLoad(options) {
         this.orderId = options.id
      this.type = options.type || ''
         //this.getdata(options.id)
         evaluate().then(val => {
            this.msg = val.data.data.questionList
@@ -126,6 +131,9 @@
               })
               setTimeout(() => {
                  uni.navigateBack()
            if (this.type == 1) {
              uni.$emit('refresh')
            }
               }, 500)
            })
         }
@@ -191,6 +199,7 @@
   .hei {
      color: #202D44;
   }
.bottom {
      position: fixed;
      bottom: 0;
@@ -201,6 +210,7 @@
      display: flex;
      justify-content: center;
      align-items: center;
      .b1 {
            width: 686rpx;
            height: 88rpx;
@@ -214,5 +224,4 @@
      
   }
</style>