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>