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