From 671e4eedce45613a1c1f8383e50ddde9618fd413 Mon Sep 17 00:00:00 2001
From: yuanhao <yuanhao_2024>
Date: 星期五, 06 六月 2025 09:04:08 +0800
Subject: [PATCH] fix: 代码提交修改提示信息

---
 pages/aiQuestions/aiQuestions.vue |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/pages/aiQuestions/aiQuestions.vue b/pages/aiQuestions/aiQuestions.vue
index a547c14..3b04f89 100644
--- a/pages/aiQuestions/aiQuestions.vue
+++ b/pages/aiQuestions/aiQuestions.vue
@@ -130,8 +130,9 @@
 					<image src="/static/wd/i02.png" v-if="msg&&!isDisabled" class="btnimg" @click="tiWen"
 						mode="widthFix" alt=""></image>
 				</block>
-			</view>
+				</view>
 		</view>
+		<view class="tipsMsg"> 鍐呭鐢� AI 鐢熸垚锛屼粎渚涘弬鑰冿紝鎮ㄦ嵁姝ゆ墍浣滃垽鏂強鎿嶄綔鍧囩敱鎮ㄨ嚜琛屾壙鎷呰矗浠汇��</view>
 		<!--璁剧疆寮圭獥 -->
 		<u-popup v-model="showSet" mode='top' border-radius="20">
 			<view class='set-box'>
@@ -1369,10 +1370,17 @@
 			}
 		}
 	}
-
+	.tipsMsg{
+		position: fixed;
+		bottom: 0rpx;
+		text-align: center;
+		color: #c0c4cc;
+		height: 80rpx;
+		font-size: 26rpx;
+	}
 	.btmbox {
 		position: fixed;
-		bottom: 0;
+		bottom: 80rpx;
 		height: 120rpx;
 		background-color: #F3F5F9;
 		display: flex;

--
Gitblit v1.9.1