From 87f5fd32adf28948500b8f0fa105d9d89b3b91ad Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 1 Sep 2022 17:45:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E5=BE=AE=E5=BA=94=E7=94=A8=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppPageHome.vue/AppPageHome.vue | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/apps/AppPageHome.vue/AppPageHome.vue b/src/apps/AppPageHome.vue/AppPageHome.vue index aca9b93b..764f48fc 100644 --- a/src/apps/AppPageHome.vue/AppPageHome.vue +++ b/src/apps/AppPageHome.vue/AppPageHome.vue @@ -8,12 +8,10 @@
-

{{item.title}}

- @@ -24,17 +22,13 @@ export default { appName: '企微应用配置', data() { return { - label: '', - appList: [], - headerBg: '', - id: '', appInfo: {}, } }, onLoad(options) { - // this.id = options.id - this.id = '7a4701d5641543cca4419488db368d3e' + this.id = options.id + // this.id = '7a4701d5641543cca4419488db368d3e' this.getAppInfo() }, methods: { @@ -46,7 +40,6 @@ export default { }); }, linkTo(url) { - console.log(url) uni.navigateTo({url}) } }