From a218a53a1557f898d2abedb3f8cb20d96397fa52 Mon Sep 17 00:00:00 2001
From: Ethereal <3432649580@qq.com>
Date: Sun, 26 Oct 2025 14:04:18 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=9C=8D=E5=8A=A1=E5=8D=8F?=
=?UTF-8?q?=E8=AE=AE=E5=BC=B9=E7=AA=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/deepMate/deepMate.vue | 6 +--
pages/start/login/login.vue | 93 +++++++++++++++++++++++++++--------------
pages/start/startup/startup.vue | 16 ++++++-
server/deepchart.json | 2 +-
4 files changed, 80 insertions(+), 37 deletions(-)
diff --git a/pages/deepMate/deepMate.vue b/pages/deepMate/deepMate.vue
index d405c22..363f17b 100644
--- a/pages/deepMate/deepMate.vue
+++ b/pages/deepMate/deepMate.vue
@@ -1000,9 +1000,9 @@ const onBackTopClick = () => {
margin-bottom: 30rpx;
}
-.user-message {
+/* .user-message {
flex-direction: row-reverse;
-}
+} */
.message-icon {
font-size: 24rpx;
@@ -1018,7 +1018,7 @@ const onBackTopClick = () => {
}
.user-message .message-icon {
- background-color: #007aff;
+ background-color: transparent;
border-radius: 40rpx;
/* padding: 0;
width: auto;
diff --git a/pages/start/login/login.vue b/pages/start/login/login.vue
index 8f964cf..f7e26fe 100644
--- a/pages/start/login/login.vue
+++ b/pages/start/login/login.vue
@@ -223,11 +223,21 @@
@@ -419,7 +429,7 @@ async function register() {
idToken: "",
});
- const message = res.message
+ const message = res.message;
if (res.code === 200) {
// 登录成功
uni.showToast({
@@ -466,6 +476,11 @@ function handleAgree() {
checkboxUrl.value = "../../../static/icons/Check-one-true.png";
// 继续登录流程
}
+// 处理同意按钮点击
+function handleCancel() {
+ // 关闭弹窗
+ agreementPopup.value.close();
+}
function loginWithApple() {
// Apple登录逻辑
@@ -576,20 +591,16 @@ async function sendCode() {
// 如果按钮已禁用,则不执行后续逻辑
if (isCodeBtnDisabled.value) return;
-
// 发送验证码
- const res = await SendCodeApi({
+ const res = await SendCodeApi({});
+ console.log("验证码:", res.message);
- })
- console.log("验证码:",res.message);
-
-
- const message = res.message
- if(res.code ===200){
- uni.showToast({
- title: message,
- icon: "none",
- });
+ const message = res.message;
+ if (res.code === 200) {
+ uni.showToast({
+ title: message,
+ icon: "none",
+ });
}
// 设置按钮为禁用状态
@@ -1034,30 +1045,29 @@ function validatePhoneNumber(countryCode, phoneNumber) {
width: 550rpx;
}
-.popup-title {
- font-size: 36rpx;
- font-weight: bold;
- color: #333;
- margin-bottom: 80rpx;
- text-align: center; /* 水平居中 */
- display: flex; /* 使用flex布局 */
- justify-content: center; /* 水平居中 */
- align-items: center; /* 垂直居中 */
-}
+
.popup-message {
font-size: 28rpx;
color: #000000;
- margin-bottom: 80rpx;
+ margin-bottom: 60rpx;
+ margin-top: 20rpx;
text-align: center; /* 水平居中 */
display: flex; /* 使用flex布局 */
justify-content: center; /* 水平居中 */
align-items: center; /* 垂直居中 */
+ font-weight: 300;
+}
+.popup-message-link{
+ font-weight: 700;
+}
+.button-group {
+ display: flex;
+ justify-content: space-around;
}
-
.agree-button {
- width: 300rpx;
- height: 80rpx;
+ width: 160rpx;
+ height: 56rpx;
background-color: #000000;
border-radius: 40rpx;
display: flex; /* 添加flex布局 */
@@ -1073,4 +1083,23 @@ function validatePhoneNumber(countryCode, phoneNumber) {
justify-content: center;
line-height: 1; /* 确保文字垂直居中 */
}
+
+.cancel-button {
+ width: 160rpx;
+ height: 56rpx;
+ background-color: #e5e5e5;
+ border-radius: 40rpx;
+ display: flex; /* 添加flex布局 */
+ align-items: center; /* 垂直居中 */
+ justify-content: center; /* 水平居中 */
+}
+.cancel-text {
+ color: #333333;
+ font-size: 34rpx;
+ /* 添加垂直居中相关样式 */
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ line-height: 1; /* 确保文字垂直居中 */
+}
\ No newline at end of file
diff --git a/pages/start/startup/startup.vue b/pages/start/startup/startup.vue
index d21c46b..619c220 100644
--- a/pages/start/startup/startup.vue
+++ b/pages/start/startup/startup.vue
@@ -1,5 +1,10 @@
+
DeepChart
@@ -14,7 +19,7 @@ onShow(() => {
animationType: "slide-in-right",
animationDuration: 1000,
});
- }, 3000);
+ }, 1500);
});
@@ -39,4 +44,13 @@ onShow(() => {
left: 50%;
transform: translateX(-50%);
}
+
+.logo{
+ width: 320rpx;
+ height: 200rpx;
+ position: absolute;
+ top: 30%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+}
\ No newline at end of file
diff --git a/server/deepchart.json b/server/deepchart.json
index 08eaa9c..ff992a3 100644
--- a/server/deepchart.json
+++ b/server/deepchart.json
@@ -17,7 +17,7 @@
}
},
"stocks":{"code":"200","cftl":"当前股票处于安全区,牵牛绳为红色,出现蓝色推进K线","date":"更新时间: 24/10/2025","debug_url":"https://www.coze.cn/work_flow?execute_id=7565080703726846004&space_id=7564250621483040822&workflow_id=7564596757864071195&execute_mode=2","gfzl":"该股整体趋势相对较强,个股正处于推进上涨的关键阶段。若当前持有该股票,建议继续持有,进行持续跟踪。若当前无该股票,建议持续跟踪,等待适当时机再进行介入。","hxjzpg":"(1)牛股评级:★★☆☆☆\n(2)暴涨概率:40%\n(3)风险评估:非常安全\n(4)黄金价域:258.984~266.753\n(5)核心证据链\n 资金共识:当日多方资金流入\n 趋势动能:该股中长期处于上升趋势,短期处于强势状态。","kongjian":"预测低一值255.468,预测高一值257.692,预测低二值255.156,预测高二值255.807",
-"markdown":"\n# Alphabet Inc.全景作战报告\n## 📊 股票分析报告\n### 📈 股票基本信息\n- **股票名称**: Alphabet Inc.\n- **股票代码**: GOOGL\n- **当前价格**: 259.920\n- **更新时间**: 2025年10月24日\n- **时间节点**: 今日无变盘点\n\n### 🎯 核心价值评估\n- **安全边际**: 164.424 ~ \n- **黄金价域**: 258.984 ~ 266.753\n- **核心证据链**:\n - 🟢 **资金共识**: 当日多方资金流入\n - 🔥 **趋势动能**: 该股中长期处于上升趋势,短期处于强势状态。\n\n### 🕵️ 主力作战分析\n- **主力行为**:\n 1. 📊 该股庄家中长期筹码成本价格为 207.497,短期资金成本价格为 239.503。该股筹码分散,当日筹码成本价格为 254.335。\n 2. 🔍 近日没有出现主力集中吸筹。\n 3. 📈 近期主力持仓比例大于散户持仓比例。 当日主力持仓增加。 当日散户持仓减少。\n\n### 📊 技术分析\n- **空间维度**:\n - 📉 预测低一值: 255.468\n - 📈 预测高一值: 257.692\n - 📉 预测低二值: 255.156\n - 📈 预测高二值: 255.807\n- **能量分析**: AI智能均线多头排列,当前卖盘小于买盘\n\n### ⚡ 综合作战分析\n- **触发条件**: 当前股票处于安全区,牵牛绳为红色,出现蓝色推进K线\n- **攻防指令**: 该股整体趋势相对较强,个股正处于推进上涨的关键阶段。若当前持有该股票,建议继续持有,进行持续跟踪。若当前无该股票,建议持续跟踪,等待适当时机再进行介入。\n\n---\n*该内容由AI生成,仅供参考,投资有风险,请注意甄别。*\n ","message":"","name":"股票名称: Alphabet Inc.(GOOGL)","nengliang":"AI智能均线多头排列,当前卖盘小于买盘","price":"当前价格: 259.920","shijian":"今日无变盘点","zhuli1":"(1)该股庄家中长期筹码成本价格为 207.497,短期资金成本价格为 239.503。该股筹码分散,当日筹码成本价格为 254.335。","zhuli2":"(2)近日没有出现主力集中吸筹。","zhuli3":"(3)近期主力持仓比例大于散户持仓比例。 当日主力持仓增加。 当日散户持仓减少。"}
+"markdown":" \n# Alphabet Inc.全景作战报告\n## 📊 股票分析报告\n### 📈 股票基本信息\n- **股票名称**: Alphabet Inc.\n- **股票代码**: GOOGL\n- **当前价格**: 259.920\n- **更新时间**: 2025年10月24日\n- **时间节点**: 今日无变盘点\n\n### 🎯 核心价值评估\n- **安全边际**: 164.424 ~ \n- **黄金价域**: 258.984 ~ 266.753\n- **核心证据链**:\n - 🟢 **资金共识**: 当日多方资金流入\n - 🔥 **趋势动能**: 该股中长期处于上升趋势,短期处于强势状态。\n\n### 🕵️ 主力作战分析\n- **主力行为**:\n 1. 📊 该股庄家中长期筹码成本价格为 207.497,短期资金成本价格为 239.503。该股筹码分散,当日筹码成本价格为 254.335。\n 2. 🔍 近日没有出现主力集中吸筹。\n 3. 📈 近期主力持仓比例大于散户持仓比例。 当日主力持仓增加。 当日散户持仓减少。\n\n### 📊 技术分析\n- **空间维度**:\n - 📉 预测低一值: 255.468\n - 📈 预测高一值: 257.692\n - 📉 预测低二值: 255.156\n - 📈 预测高二值: 255.807\n- **能量分析**: AI智能均线多头排列,当前卖盘小于买盘\n\n### ⚡ 综合作战分析\n- **触发条件**: 当前股票处于安全区,牵牛绳为红色,出现蓝色推进K线\n- **攻防指令**: 该股整体趋势相对较强,个股正处于推进上涨的关键阶段。若当前持有该股票,建议继续持有,进行持续跟踪。若当前无该股票,建议持续跟踪,等待适当时机再进行介入。\n\n---\n*该内容由AI生成,仅供参考,投资有风险,请注意甄别。*\n ","message":"","name":"股票名称: Alphabet Inc.(GOOGL)","nengliang":"AI智能均线多头排列,当前卖盘小于买盘","price":"当前价格: 259.920","shijian":"今日无变盘点","zhuli1":"(1)该股庄家中长期筹码成本价格为 207.497,短期资金成本价格为 239.503。该股筹码分散,当日筹码成本价格为 254.335。","zhuli2":"(2)近日没有出现主力集中吸筹。","zhuli3":"(3)近期主力持仓比例大于散户持仓比例。 当日主力持仓增加。 当日散户持仓减少。"}
}
\ No newline at end of file