mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 19:23:25 +08:00
【优化】优化小程序端首页computed前可能存在数据加载未及时,导致首页title为null的情况。
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
},
|
||||
appTitle() {
|
||||
this.homeTitle = this.$store.state.config.shopName;
|
||||
return this.homeTitle;
|
||||
return this.homeTitle || '';
|
||||
},
|
||||
// 获取店铺联系人手机号
|
||||
shopMobile() {
|
||||
|
||||
Reference in New Issue
Block a user