From 6ff493e6e3a4c0c5672ce06092fdb0327e072dce Mon Sep 17 00:00:00 2001 From: xingyy <373639591@qq.com> Date: Mon, 25 Sep 2023 19:33:01 +0800 Subject: [PATCH] submit --- pages/consignment-painting/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/consignment-painting/index.vue b/pages/consignment-painting/index.vue index f3adde2..46e4378 100644 --- a/pages/consignment-painting/index.vue +++ b/pages/consignment-painting/index.vue @@ -229,9 +229,10 @@ export default { } }, mounted() { - this.getCycle() - this.getDetailUrl() + if (this.url){ + this.getDetailUrl() + } this.getAddress() const today = new Date(); this.value = [today.getFullYear() - 1990, today.getMonth(), today.getDate() - 1]