From 2451694d8e99d0f219847d19405c4237d27ca900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E7=BB=A7=E7=BB=AD=E5=90=B9?= <17611323298@163.com> Date: Fri, 20 Oct 2023 10:09:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/my/contact_check.vue | 1 - src/pages/my/dingjin_check.vue | 12 +++--------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/src/pages/my/contact_check.vue b/src/pages/my/contact_check.vue index 451c8fa..b267fda 100644 --- a/src/pages/my/contact_check.vue +++ b/src/pages/my/contact_check.vue @@ -94,7 +94,6 @@ }, // 定金合同详情 djContract(id) { - wx.navigateTo({ url: '/pages/my/contact_check_page?id=' + id }) diff --git a/src/pages/my/dingjin_check.vue b/src/pages/my/dingjin_check.vue index 39d3485..bdcda12 100644 --- a/src/pages/my/dingjin_check.vue +++ b/src/pages/my/dingjin_check.vue @@ -90,15 +90,9 @@ }, methods: { // 定金合同详情 - djContract(id){ - // 审批状态0未审核 1通过 2 拒绝 - this.$u.api.djContract({body:{contractId:id}}).then((res)=>{ - // console.log(res) - if(res.ErrNo=='0000'){ - wx.navigateTo({ - url: '/pages/my/contact_check_page?src='+res.result - }) - } + djContract(id) { + wx.navigateTo({ + url: '/pages/my/contact_check_page?id=' + id }) }, getList(){