luyanan 6 年 前
コミット
364b5ca3ca
共有1 個のファイルを変更した5 個の追加1 個の削除を含む
  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) {