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 @@
-
+
-
+
收入明细
-
+
支出明细
-
-
-
-
-
-
-
- {{item.title}}
-
-
- {{item.time}}
-
+
+
+
+
+
+ {{ item.title }}
+
+
+ {{ item.createTime }}
-
- ¥ {{item.amont}}
-
-
+
+ ¥{{ item.amount }}
+
-
-