diff --git a/project/sanjianxi/AppGreatPowerIntegral/AppGreatPowerIntegral.vue b/project/sanjianxi/AppGreatPowerIntegral/AppGreatPowerIntegral.vue
index 345ca5d..9b58d85 100644
--- a/project/sanjianxi/AppGreatPowerIntegral/AppGreatPowerIntegral.vue
+++ b/project/sanjianxi/AppGreatPowerIntegral/AppGreatPowerIntegral.vue
@@ -1,18 +1,6 @@
@@ -22,8 +10,7 @@ export default {
appName: '强国积分',
data() {
return {
- show: false,
- value: '',
+
}
},
onShow() {},
diff --git a/project/sanjianxi/AppNeighborLinkage/addLinkage.vue b/project/sanjianxi/AppNeighborLinkage/addLinkage.vue
index 9029cc0..bc618eb 100644
--- a/project/sanjianxi/AppNeighborLinkage/addLinkage.vue
+++ b/project/sanjianxi/AppNeighborLinkage/addLinkage.vue
@@ -76,7 +76,7 @@ export default {
}
}).then(res => {
if(res?.data) {
- this.form = res.data
+ this.form = {...res.data}
}
})
},
diff --git a/project/sanjianxi/AppNeighborLinkage/familyInfo.vue b/project/sanjianxi/AppNeighborLinkage/familyInfo.vue
index fe8b847..3871585 100644
--- a/project/sanjianxi/AppNeighborLinkage/familyInfo.vue
+++ b/project/sanjianxi/AppNeighborLinkage/familyInfo.vue
@@ -3,8 +3,8 @@
{{ item.name }}
@@ -69,6 +69,7 @@ export default {
height: 96px;
margin-right: 10px;
img {
+ border-radius: 50%;
width: 100%;
height: 100%;
}
diff --git a/project/sanjianxi/AppNeighborLinkage/memberInfo.vue b/project/sanjianxi/AppNeighborLinkage/memberInfo.vue
index 0a14e8f..3ce0600 100644
--- a/project/sanjianxi/AppNeighborLinkage/memberInfo.vue
+++ b/project/sanjianxi/AppNeighborLinkage/memberInfo.vue
@@ -3,7 +3,7 @@
{{ data.name }}
@@ -120,6 +120,7 @@ export default {
height: 96px;
margin-right: 10px;
img {
+ border-radius: 50%;
width: 100%;
height: 100%;
}
diff --git a/project/sanjianxi/AppNeighborLinkage/myNeighborInfo.vue b/project/sanjianxi/AppNeighborLinkage/myNeighborInfo.vue
index f6a30d3..0ffd098 100644
--- a/project/sanjianxi/AppNeighborLinkage/myNeighborInfo.vue
+++ b/project/sanjianxi/AppNeighborLinkage/myNeighborInfo.vue
@@ -4,7 +4,7 @@
{{ item.name }}
@@ -64,6 +64,7 @@ export default {
height: 96px;
margin-right: 10px;
img {
+ border-radius: 50%;
width: 100%;
height: 100%;
}
diff --git a/project/sanjianxi/AppNeighborLinkage/neighborDetail.vue b/project/sanjianxi/AppNeighborLinkage/neighborDetail.vue
index 0e56a43..3500243 100644
--- a/project/sanjianxi/AppNeighborLinkage/neighborDetail.vue
+++ b/project/sanjianxi/AppNeighborLinkage/neighborDetail.vue
@@ -115,6 +115,7 @@ export default {
}
}
.btn {
+ display: flex;
position: fixed;
bottom: 0;
left: 0;
@@ -125,6 +126,7 @@ export default {
background: #F3F6F9;
.delBtn,
.editBtn {
+ flex: 1;
height: 88px;
line-height: 88px;
text-align: center;
@@ -132,7 +134,11 @@ export default {
border: 1px solid #FF4466;
border-radius: 16px;
}
+ .delBtn {
+ margin-right: 10px;
+ }
.editBtn {
+
background: #4181FF !important;
color: #FFF;
border: none;
diff --git a/project/sanjianxi/static/avatar.png b/project/sanjianxi/static/avatar.png
deleted file mode 100644
index 064c642..0000000
Binary files a/project/sanjianxi/static/avatar.png and /dev/null differ