@@ -46,7 +46,7 @@ | |||
<script setup lang="ts"> | |||
import carNumberInput from "./components/car-number-input.vue"; | |||
import { reactive } from "vue"; | |||
import { onLoad} from "@dcloudio/uni-app"; | |||
import { onShow} from "@dcloudio/uni-app"; | |||
import { | |||
navTo, hasLogin | |||
} from "@/utils/utils" | |||
@@ -84,7 +84,7 @@ | |||
words: "", | |||
carAll:"", | |||
}); | |||
onLoad(() => { | |||
onShow(() => { | |||
if (state.orderId) { | |||
// 签约完回来 | |||
orderDetail(state.orderId) |