diff --git a/src/project/wuxi/AppEnteringCommunity/AppEnteringCommunity.vue b/src/project/wuxi/AppEnteringCommunity/AppEnteringCommunity.vue index fbea39c..62c69ab 100644 --- a/src/project/wuxi/AppEnteringCommunity/AppEnteringCommunity.vue +++ b/src/project/wuxi/AppEnteringCommunity/AppEnteringCommunity.vue @@ -109,13 +109,11 @@ export default { isInit: false } }, - onLoad() { this.areaId = this.$mp.query.areaId || this.$areaId this.areaName = this.$mp.query.areaName || this.$areaName this.statusBarHeight = uni.getSystemInfoSync().statusBarHeight this.autoLogin() - this.$nextTick(() => { this.getActiveList() this.getName() @@ -163,17 +161,14 @@ export default { } }) }, - updateUserInfo() { if (this.areaId.endsWith('000')) { this.$dialog.alert({ content: '请选择村' }).then(() => { }) - return false } - this.$instance.post("/app/appwechatuser/updateById", { id: this.user.id, homeArea: this.areaId, diff --git a/src/project/wuxi/AppMine/AppMine.vue b/src/project/wuxi/AppMine/AppMine.vue new file mode 100644 index 0000000..1f09fb2 --- /dev/null +++ b/src/project/wuxi/AppMine/AppMine.vue @@ -0,0 +1,352 @@ + + + + + + + + + + + + + 登录 + 点击进行登录 + + + {{ user.realName }} + {{ user.nickName }} + {{ user.areaName || "" }} + + + 个人信息 + + + + + + + + + + + + + + + + + + {{ item.label }} + + {{ item.label }} + + + + + + + + + diff --git a/src/project/wuxi/AppMine/me.png b/src/project/wuxi/AppMine/me.png new file mode 100644 index 0000000..03b531e Binary files /dev/null and b/src/project/wuxi/AppMine/me.png differ diff --git a/src/project/wuxi/AppMine/me_selected.png b/src/project/wuxi/AppMine/me_selected.png new file mode 100644 index 0000000..dff9fca Binary files /dev/null and b/src/project/wuxi/AppMine/me_selected.png differ diff --git a/src/project/wuxi/AppMine/myFamily.vue b/src/project/wuxi/AppMine/myFamily.vue new file mode 100644 index 0000000..a544cf9 --- /dev/null +++ b/src/project/wuxi/AppMine/myFamily.vue @@ -0,0 +1,180 @@ + + + + + + 家庭地址 + + + {{ info.resident.currentAreaName || '' }}{{ info.resident.currentAddress || '' }} + + + + 家庭成员 + + + + + + + + + {{ item.name }} + 户主 + {{ $dict.getLabel('householdRelation', item.householdRelation) }} + + + + + + + + diff --git a/src/project/wuxi/AppMine/userInfo.vue b/src/project/wuxi/AppMine/userInfo.vue new file mode 100644 index 0000000..79ebe2a --- /dev/null +++ b/src/project/wuxi/AppMine/userInfo.vue @@ -0,0 +1,282 @@ + + + + + + 头像 + + + + + + + 用户昵称 + + {{ user.nickName }} + + + + + + + 手机号 + + {{ user.phone || ''}} + + + + + + + 退出登录 + + + + + + +
登录
点击进行登录
{{ user.realName }}
{{ user.nickName }}
{{ user.areaName || "" }}
个人信息
{{ info.resident.currentAreaName || '' }}{{ info.resident.currentAddress || '' }}
{{ item.name }}
头像
用户昵称
手机号
{{ user.phone || ''}}