Explorar el Código

去掉订单查询一进页面就刷新

master
yangteng hace 2 meses
padre
commit
ac2e1d9af7
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      subpackage/orders/transfer-page-sign.vue

+ 2
- 2
subpackage/orders/transfer-page-sign.vue Ver fichero

@@ -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)

Cargando…
Cancelar
Guardar