luyanan 6 years ago
parent
commit
364b5ca3ca
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/components/main-views/ViewHome.vue

+ 5 - 1
src/components/main-views/ViewHome.vue

@ -407,7 +407,11 @@
407 407
          }
408 408
        }).then((res) => {
409 409
          console.log(res);
410
          this.aboutUs = res.data.descp;
410
          if (res.data) {
411
            if (res.data.descp) {
412
              this.aboutUs = res.data.descp;
413
            }
414
          }
411 415
        });
412 416
      },
413 417
      formTime(item) {