From 716d5692db2c9455782d84a87396b541e8afab2d Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Thu, 28 Apr 2022 18:25:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppInfotainment/AppInfotainment.vue | 6 +++--- src/apps/AppInfotainment/{newLIst.vue => newsList.vue} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename src/apps/AppInfotainment/{newLIst.vue => newsList.vue} (100%) diff --git a/src/apps/AppInfotainment/AppInfotainment.vue b/src/apps/AppInfotainment/AppInfotainment.vue index 3f9cac31..84e046ac 100644 --- a/src/apps/AppInfotainment/AppInfotainment.vue +++ b/src/apps/AppInfotainment/AppInfotainment.vue @@ -29,11 +29,11 @@ export default { current: 1, categoryType: '0', list: [], - parentName: '' + parentName: '产业振兴' } }, onLoad(o) { - this.parentName = o.listName + // this.parentName = o.listName }, onShow() { document.title = this.parentName @@ -54,7 +54,7 @@ export default { }) }, toNewList(id,categoryName) { - uni.navigateTo({url: `./newList?id=${id}&parentName=${categoryName}`}) + uni.navigateTo({url: `./newsList?id=${id}&parentName=${categoryName}`}) } }, onReachBottom() { diff --git a/src/apps/AppInfotainment/newLIst.vue b/src/apps/AppInfotainment/newsList.vue similarity index 100% rename from src/apps/AppInfotainment/newLIst.vue rename to src/apps/AppInfotainment/newsList.vue