From f6cc3707f70dbd6cb2f86a213f8087df1c5f0291 Mon Sep 17 00:00:00 2001 From: jianweie code Date: Wed, 18 Oct 2023 23:08:03 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=AE=BE=E8=AE=A1=E8=87=AA=E5=AE=9A=E4=B9=89=E5=89=8D?= =?UTF-8?q?=E7=AB=AF=E6=95=88=E6=9E=9C=E5=A2=9E=E5=8A=A0=E3=80=90=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E4=B8=8A=E4=B8=80=E7=BA=A7=E3=80=91=E3=80=90=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E9=A6=96=E9=A1=B5=E3=80=91=E6=8C=89=E9=92=AE=EF=BC=8C?= =?UTF-8?q?=E9=A1=B6=E9=83=A8=E6=A0=87=E9=A2=98=E4=BB=8E=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=EF=BC=8C=E8=B0=83=E6=95=B4=E4=B8=BA=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=AE=BE=E8=AE=A1=E5=90=8D=E7=A7=B0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CoreShop/pages/index/custom/custom.vue | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) 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();