From 95eee42aabcb6e26c0b6f64bad18c99540ad32bb Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 23 Dec 2021 11:27:28 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E5=B9=BF=E6=92=ADbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppBroadcast/addPlay.vue | 11 ++++------- src/apps/AppResourcesManage/AppResourcesManage.vue | 2 +- src/apps/AppResourcesManage/addPlay.vue | 2 +- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/src/apps/AppBroadcast/addPlay.vue b/src/apps/AppBroadcast/addPlay.vue index 5fb193c7..f9a86693 100644 --- a/src/apps/AppBroadcast/addPlay.vue +++ b/src/apps/AppBroadcast/addPlay.vue @@ -3,7 +3,7 @@
播发内容
-
+
{{ formData.mediaName }}
@@ -177,6 +177,9 @@ export default { }, methods: { + nameClick() { + uni.navigateTo({url: '../AppResourcesManage/AppResourcesManage?isChoose=1'}) + }, addConfirm() { var cyclingDateList = [] this.dayList.map((item) => { @@ -228,12 +231,6 @@ export default { }) }, - linkTo(path) { - uni.navigateTo({ - url: path - }) - }, - confirm(e) { if (this.showMedia) { this.formData.mediaId = e[0].value diff --git a/src/apps/AppResourcesManage/AppResourcesManage.vue b/src/apps/AppResourcesManage/AppResourcesManage.vue index 8ac7bcc5..0d6fb39c 100644 --- a/src/apps/AppResourcesManage/AppResourcesManage.vue +++ b/src/apps/AppResourcesManage/AppResourcesManage.vue @@ -18,7 +18,7 @@

{{ item.content }}

- +
diff --git a/src/apps/AppResourcesManage/addPlay.vue b/src/apps/AppResourcesManage/addPlay.vue index 9d1c24b6..800d6579 100644 --- a/src/apps/AppResourcesManage/addPlay.vue +++ b/src/apps/AppResourcesManage/addPlay.vue @@ -6,7 +6,7 @@
音频文件
{{ file ? '已选择' : '请选择' }} - +
From 407b9cd46316750fd2bb6b77c8569c6f962bdf1f Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 23 Dec 2021 11:43:36 +0800 Subject: [PATCH 2/4] AiListPage --- src/apps/AppPageBasic/AppPageBasic.vue | 4 +--- .../AppPageCivilization/AppPageCivilization.vue | 4 +--- src/apps/AppPageInteraction/AppPageInteraction.vue | 4 +--- src/apps/AppPageParty/AppPageParty.vue | 4 +--- src/apps/AppPageResident/AppPageResident.vue | 4 +--- src/apps/AppSpecialPeople/AppSpecialPeople.vue | 4 ++-- src/apps/AppSpecialPeople/{components => }/add.vue | 0 .../AppSpecialPeople/{components => }/detail.vue | 7 ++++--- .../{components => }/img/down-icon.png | Bin .../{components => }/img/local-icon.png | Bin .../{components => }/img/search-icon.png | Bin .../{components => }/img/user-img.png | Bin .../{AppListPage/AppListPage.vue => AiListPage.vue} | 0 13 files changed, 11 insertions(+), 20 deletions(-) rename src/apps/AppSpecialPeople/{components => }/add.vue (100%) rename src/apps/AppSpecialPeople/{components => }/detail.vue (98%) rename src/apps/AppSpecialPeople/{components => }/img/down-icon.png (100%) rename src/apps/AppSpecialPeople/{components => }/img/local-icon.png (100%) rename src/apps/AppSpecialPeople/{components => }/img/search-icon.png (100%) rename src/apps/AppSpecialPeople/{components => }/img/user-img.png (100%) rename src/components/{AppListPage/AppListPage.vue => AiListPage.vue} (100%) diff --git a/src/apps/AppPageBasic/AppPageBasic.vue b/src/apps/AppPageBasic/AppPageBasic.vue index 2622d1ae..60ab8280 100644 --- a/src/apps/AppPageBasic/AppPageBasic.vue +++ b/src/apps/AppPageBasic/AppPageBasic.vue @@ -1,15 +1,13 @@