diff --git a/src/mods/wxwork/AppVillageInfo/AppVillageInfo.vue b/src/mods/wxwork/AppVillageInfo/AppVillageInfo.vue index c264c26..938b6ff 100644 --- a/src/mods/wxwork/AppVillageInfo/AppVillageInfo.vue +++ b/src/mods/wxwork/AppVillageInfo/AppVillageInfo.vue @@ -15,22 +15,6 @@
请联系管理员添加
- @@ -158,87 +142,6 @@ export default { } } } - - .user-content { - padding: 16px 30px 64px; - width: 690px; - background: #FFF; - border-radius: 16px; - box-sizing: border-box; - margin-left: 30px; - - .title { - line-height: 80px; - padding-left: 10px; - color: #333; - font-size: 32px; - font-weight: 500; - } - - .item { - width: 100%; - padding: 28px 0 30px 0; - border-bottom: 2px solid #D8DDE6; - - .user-img { - display: inline-block; - width: 72px; - height: 72px; - border-radius: 50%; - vertical-align: top; - } - - .user-name-bg { - display: inline-block; - width: 72px; - height: 72px; - line-height: 72px; - text-align: center; - border-radius: 50%; - background-color: #4E8EEE; - color: #fff; - font-size: 24px; - vertical-align: top; - } - - .user-info { - display: inline-block; - width: calc(100% - 72px); - padding-left: 16px; - box-sizing: border-box; - - .flex-b { - display: flex; - justify-content: space-between; - } - - .item-line20 { - line-height: 40px; - font-size: 28px; - color: #333; - margin-bottom: 8px; - - .item-position { - color: #999; - font-size: 24px; - } - - .item-type { - padding: 010px; - background: #E8EFFF; - color: #2266FF; - font-size: 24px; - } - } - - .item-line18 { - line-height: 36px; - color: #666; - font-size: 26px; - } - } - } - } } } diff --git a/src/mods/wxwork/AppWxworkQrcode/AppWxworkQrcode.vue b/src/mods/wxwork/AppWxworkQrcode/AppWxworkQrcode.vue index 8458019..25b21a6 100644 --- a/src/mods/wxwork/AppWxworkQrcode/AppWxworkQrcode.vue +++ b/src/mods/wxwork/AppWxworkQrcode/AppWxworkQrcode.vue @@ -1,24 +1,27 @@ diff --git a/src/mods/wxwork/AppWxworkQrcode/mdpi_img-chongqing.png b/src/mods/wxwork/AppWxworkQrcode/mdpi_img-chongqing.png new file mode 100644 index 0000000..c97c725 Binary files /dev/null and b/src/mods/wxwork/AppWxworkQrcode/mdpi_img-chongqing.png differ diff --git a/src/project/fengdu/AppMine/userInfo.vue b/src/project/fengdu/AppMine/userInfo.vue index 43cb355..7449b50 100644 --- a/src/project/fengdu/AppMine/userInfo.vue +++ b/src/project/fengdu/AppMine/userInfo.vue @@ -153,8 +153,10 @@ export default { this.autoLogin() setTimeout(() => { uni.navigateBack() - }, 500); + }, 600); } + }).catch(err=> { + this.$u.toast(err.msg) }) }, upLoad(img) {