346149741
2024-06-22 55e9868ebe196f96b2a798a691491a7245e35104
pages/hqzc/details.vue
@@ -15,14 +15,22 @@
</template>
<script>
   import { doc } from '@/api/index.js'
   export default {
      data() {
         return {
            
         }
      },
      onShow() {
         this.getdata()
      },
      methods: {
         getdata(){
            console.log(this.$route.query)
            //doc()
         }
      }
   }
</script>