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]