家庭人口数
           
@@ -78,6 +78,9 @@
       
确认使用
       取消输入
     
+    
请选择
+    
+    
    
 
 
@@ -96,14 +99,13 @@ export default {
       deteParams: {year: true, month: true, day: true, hour: false, minute: false, second: false},
       editName: false,
       editPhone: false,
-      editHouseholdNumber: false
+      editHouseholdNumber: false,
     }
   },
   computed: {
     ...mapState(['user']),
   },
   onLoad(option) {
-    uni.showLoading({title: '加载中'})
     this.word = option.word
     this.$dict.load('sex', 'nation').then(() => {
       this.getInfo()
@@ -114,14 +116,15 @@ export default {
   },
   methods: {
     getInfo() {
+      uni.showLoading({title: '加载中'})
       this.$http.post(`/app/appbaiduai/queryByInfo?word=${this.word}`).then((res) => {
         if (res.code === 0) {
           this.info = {...res.data}
           uni.hideLoading()
         }
       }).catch(res => {
-        this.$u.toast(res)
         uni.hideLoading()
+        this.$u.toast(res)
       })
     },
     confirmSex(e) {
@@ -187,7 +190,6 @@ uni-page-body {
     }
   }
   .list {
-    padding-bottom: 272px;
     .item {
       text-align: center;
       margin-bottom: 64px;
@@ -238,6 +240,9 @@ uni-page-body {
         }
       }
     }
+    .pad-b {
+      padding-bottom: 272px;
+    }
   }
   .bottom-btn {
     position: fixed;