From e877b7d9bde64a24756bd5ac9f421c46b928209f Mon Sep 17 00:00:00 2001 From: lzx_win <2602107437@qq.com> Date: Mon, 21 Apr 2025 07:17:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=89=8D=E7=AB=AF=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- otherPages/authentication/connectAddress/index.vue | 17 ++- otherPages/authentication/serve/index.vue | 2 +- otherPages/binding/partner/index.vue | 135 +++++++-------------- otherPages/binding/withdrawal/index.vue | 37 +++++- otherPages/myOrdersManage/bond/detail.vue | 135 +++++++++------------ otherPages/myOrdersManage/transaction/index.vue | 5 +- otherPages/myOrdersManage/withdrawal/index.vue | 14 ++- otherPages/userManage/pet/index.vue | 4 +- otherPages/userManage/pet/petInfo.vue | 3 + 9 files changed, 174 insertions(+), 178 deletions(-) diff --git a/otherPages/authentication/connectAddress/index.vue b/otherPages/authentication/connectAddress/index.vue index 1f2af55..0262595 100644 --- a/otherPages/authentication/connectAddress/index.vue +++ b/otherPages/authentication/connectAddress/index.vue @@ -153,10 +153,21 @@ } const toAdd = (item) => { + console.log("item") + console.log(item) if (item) { - uni.navigateTo({ - url: `/otherPages/authentication/connectAddress/detail?addressId=${item.id}` - }) + console.log("item") + console.log(item) + if(item !== undefined){ + uni.navigateTo({ + url: `/otherPages/authentication/connectAddress/detail?addressId=${item.id}` + }) + }else{ + uni.navigateTo({ + url: '/otherPages/authentication/connectAddress/detail' + }) + } + } else { uni.navigateTo({ url: '/otherPages/authentication/connectAddress/detail' diff --git a/otherPages/authentication/serve/index.vue b/otherPages/authentication/serve/index.vue index f113e97..7fa111a 100644 --- a/otherPages/authentication/serve/index.vue +++ b/otherPages/authentication/serve/index.vue @@ -325,7 +325,7 @@ id : form.id, phone: baseFormData.userTelephone, sex: baseFormData.sex == '男' ? 0 : 1, - userBrief: formData.userBrief, + brief: formData.userBrief, experience: formData.experience, petType: form.type.length > 0 ? form.type.join(',') : null, license: serveFormData.serve.join(';'), diff --git a/otherPages/binding/partner/index.vue b/otherPages/binding/partner/index.vue index b0dea59..377b16c 100644 --- a/otherPages/binding/partner/index.vue +++ b/otherPages/binding/partner/index.vue @@ -1,116 +1,77 @@