浏览代码

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

master
yangteng 2 个月前
父节点
当前提交
ac2e1d9af7
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      subpackage/orders/transfer-page-sign.vue

+ 2
- 2
subpackage/orders/transfer-page-sign.vue 查看文件

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

正在加载...
取消
保存