diff --git a/CoreCms.Net.Uni-App/CoreShop/pages/index/custom/custom.vue b/CoreCms.Net.Uni-App/CoreShop/pages/index/custom/custom.vue
index dd7c1399..77460763 100644
--- a/CoreCms.Net.Uni-App/CoreShop/pages/index/custom/custom.vue
+++ b/CoreCms.Net.Uni-App/CoreShop/pages/index/custom/custom.vue
@@ -6,7 +6,15 @@
-
+
+
+
+
+
+
+
+
+
@@ -72,10 +80,6 @@
this.$store.commit('userInfo', val);
}
},
- appTitle() {
- this.homeTitle = this.$store.state.config.shopName;
- return this.homeTitle || '';
- },
// 获取店铺联系人手机号
shopMobile() {
return this.$store.state.config.shopMobile || 0;
@@ -133,6 +137,7 @@
this.$u.api.getPageConfig({ code: this.pageCode }).then(res => {
if (res.status == true) {
this.pageData = res.data.items;
+ this.homeTitle = res.data.name;
}
setTimeout(function () {
uni.hideLoading();