From 1a67e725af970226f03632166152d4e1a50e4cab Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 16 Jul 2024 09:47:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E5=8A=A9=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../baiduAI/AppDialogue/AppDialogue.vue | 3 +- src/project/baiduAI/AppRecord/AppRecord.vue | 6 +-- .../AppResidentFile/AppResidentFile.vue | 41 +++++++++++++++---- .../AppSpecialPeople/AppSpecialPeople.vue | 7 ---- 4 files changed, 37 insertions(+), 20 deletions(-) diff --git a/src/project/baiduAI/AppDialogue/AppDialogue.vue b/src/project/baiduAI/AppDialogue/AppDialogue.vue index 4adcd28..0122232 100644 --- a/src/project/baiduAI/AppDialogue/AppDialogue.vue +++ b/src/project/baiduAI/AppDialogue/AppDialogue.vue @@ -140,7 +140,6 @@ export default { }, onShow() { this.getAiTypeList() - this.getHistoryList() }, onPullDownRefresh() { if(this.current > this.pages) { @@ -320,7 +319,7 @@ export default { if (!this.token) { this.autoLogin({loginWay: 'admin', phoneCode}).then(() => { this.getUserInfo() - this.getHistoryList() + this.getAiTypeList() this.$u.toast('登录成功') }) } diff --git a/src/project/baiduAI/AppRecord/AppRecord.vue b/src/project/baiduAI/AppRecord/AppRecord.vue index a904e58..58c1589 100644 --- a/src/project/baiduAI/AppRecord/AppRecord.vue +++ b/src/project/baiduAI/AppRecord/AppRecord.vue @@ -9,7 +9,7 @@ -
+

{{item.content}}

@@ -115,7 +115,7 @@ export default { del(e) { this.$dialog.confirm({content: "确定删除该数据?"}).then(() => { uni.showLoading() - this.$instance.post(`appaicopilotinfo/deleteConversation?conversationId=${e.conversationId}`).then((res) => { + this.$instance.post(`/app/appaicopilotinfo/deleteConversation?conversationId=${e.conversationId}`).then((res) => { if (res.code == 0) { this.$u.toast('删除成功!') this.getSearchList() @@ -159,7 +159,7 @@ page { .list-content { width: 100%; box-sizing: border-box; - padding: 144px 32px 32px; + padding: 0 32px 32px; position: absolute; left: 0; z-index: 2; diff --git a/src/project/weiyang/AppResidentFile/AppResidentFile.vue b/src/project/weiyang/AppResidentFile/AppResidentFile.vue index ad000fd..3377ffd 100644 --- a/src/project/weiyang/AppResidentFile/AppResidentFile.vue +++ b/src/project/weiyang/AppResidentFile/AppResidentFile.vue @@ -6,7 +6,7 @@
-
+
@@ -514,15 +514,40 @@ uni-page-body { z-index: -1; } } + + .header-content-bg { + width: 100%; + position: relative; + img { + width: 100%; + height: 592px; + position: absolute; + z-index: -1; + } + } + + .top-tabs { + width: calc(100% - 64px); + box-sizing: border-box; + position: fixed; + left: 32px; + } + + ::v-deep .u-tabs { + border-bottom: 1px solid #eee; + border-top-left-radius: 16px; + border-top-right-radius: 16px; + } + .statistics-content { padding-bottom: 216px; - .top-tabs { - padding: 32px; - box-sizing: border-box; - ::v-deep .u-tabs { - border-radius: 16px; - } - } + // .top-tabs { + // padding: 32px; + // box-sizing: border-box; + // ::v-deep .u-tabs { + // border-radius: 16px; + // } + // } .statistics-chart { padding: 0 32px; .statistics-num { diff --git a/src/project/weiyang/AppSpecialPeople/AppSpecialPeople.vue b/src/project/weiyang/AppSpecialPeople/AppSpecialPeople.vue index ad0a195..2ae277e 100644 --- a/src/project/weiyang/AppSpecialPeople/AppSpecialPeople.vue +++ b/src/project/weiyang/AppSpecialPeople/AppSpecialPeople.vue @@ -268,13 +268,6 @@ export default { z-index: -1; } } - - .top-fixed { - width: 100%; - position: fixed; - left: 32px; - z-index: 999; - } .top-tabs { width: calc(100% - 64px);