diff --git a/pages/index/index.vue b/pages/index/index.vue
index 3e398c12..66dbc464 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -1,3 +1,4 @@
+
diff --git a/sheep/components/s-notice-block/s-notice-block.vue b/sheep/components/s-notice-block/s-notice-block.vue
index 1ac4942c..e7d74a00 100644
--- a/sheep/components/s-notice-block/s-notice-block.vue
+++ b/sheep/components/s-notice-block/s-notice-block.vue
@@ -11,7 +11,7 @@
:speed="50"
:color="data.textColor"
@tap="sheep.$router.go(data.contents[0].url)"
- >
+ />
diff --git a/sheep/store/app.js b/sheep/store/app.js
index 28598e3d..6f309edd 100644
--- a/sheep/store/app.js
+++ b/sheep/store/app.js
@@ -61,18 +61,21 @@ const app = defineStore({
$router.error('NetworkError');
}
+ // 加载装修配置
await adaptTemplate(this.template, templateId)
const res = await appApi.init(templateId);
if (res.error === 0) {
this.info = res.data.app;
this.platform = res.data.platform;
+ // TODO 芋艿:未接入
// this.template = res.data.template;
- this.has_wechat_trade_managed = res.data.has_wechat_trade_managed;
+ // this.has_wechat_trade_managed = res.data.has_wechat_trade_managed;
// if (!res.data.template) {
// $router.error('TemplateError');
// }
- this.chat = res.data.chat;
+ // TODO 芋艿:未接入
+ // this.chat = res.data.chat;
// 加载主题
const sysStore = sys();
diff --git a/sheep/ui/su-status-bar/su-status-bar.vue b/sheep/ui/su-status-bar/su-status-bar.vue
index 40709d2a..9af07f93 100644
--- a/sheep/ui/su-status-bar/su-status-bar.vue
+++ b/sheep/ui/su-status-bar/su-status-bar.vue
@@ -1,10 +1,10 @@
+