【优化】优化小程序端首页computed前可能存在数据加载未及时,导致首页title为null的情况。

This commit is contained in:
大灰灰
2022-11-27 13:37:19 +08:00
parent de5f2882f8
commit bf2dc7d1ae

View File

@@ -83,7 +83,7 @@
},
appTitle() {
this.homeTitle = this.$store.state.config.shopName;
return this.homeTitle;
return this.homeTitle || '';
},
// 获取店铺联系人手机号
shopMobile() {