From 34171d550c6284bcf657e9b51dde1ccc6769b919 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Wed, 17 Sep 2025 13:53:01 +0800
Subject: [PATCH] 1
---
src/page/user/myOrder.vue | 13 +++++++++++--
src/page/login/register.vue | 6 +++---
src/page/login/login.vue | 4 ++--
index.html | 2 +-
favicon.ico | 0
src/axios/api.url.js | 2 +-
src/assets/img/logo_1.png | 0
src/page/bankCard1/index.vue | 4 ++--
src/page/kline/components/kLine.vue | 4 +++-
9 files changed, 23 insertions(+), 12 deletions(-)
diff --git a/favicon.ico b/favicon.ico
index 640b46b..2068c69 100644
--- a/favicon.ico
+++ b/favicon.ico
Binary files differ
diff --git a/index.html b/index.html
index e3959af..a71f549 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport"
content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
- <title></title>
+ <title>RBHC</title>
<link rel="shortcut icon" href=./favicon.ico type=image/x-icon>
<link href="static/css/public1.css" rel="stylesheet">
<link href="//at.alicdn.com/t/c/font_4480663_5e9rjcl352x.css" rel="stylesheet">
diff --git a/src/assets/img/logo_1.png b/src/assets/img/logo_1.png
index 2a00d3e..2068c69 100644
--- a/src/assets/img/logo_1.png
+++ b/src/assets/img/logo_1.png
Binary files differ
diff --git a/src/axios/api.url.js b/src/axios/api.url.js
index a3aea5a..02ae65c 100644
--- a/src/axios/api.url.js
+++ b/src/axios/api.url.js
@@ -14,7 +14,7 @@
// 本地
baseURL:
// process.env.NODE_ENV == "development" ? "http://192.168.10.5:8091/" : "https://api.kuspitai.com/",
- process.env.NODE_ENV == "development" ? "http://192.168.10.12:8091/" : "https://usapi.yanshiz.com/",
+ process.env.NODE_ENV == "development" ? "http://api.isusstock.com/" : "https://api.isusstock.com/",
util: {
image: "/util/image.html" // 图片上传
}
diff --git a/src/page/bankCard1/index.vue b/src/page/bankCard1/index.vue
index 1f3c235..ebd0b88 100644
--- a/src/page/bankCard1/index.vue
+++ b/src/page/bankCard1/index.vue
@@ -9,7 +9,7 @@
>
</van-nav-bar>
<div class="content">
- <p
+ <!-- <p
style="padding: 0px; margin-top: 0px; margin-bottom: 0px; text-align: justify; color: rgb(204, 204, 204);"
>
广州期货交易所(以下简称广期所)于2021年4月19日挂牌成立,是经国务院同意,由中国证监会批准设立的第五家期货交易所。广期所由上海期货交易所、郑州商品交易所、大连商品交易所、中国金融期货交易所股份有限公司、中国平安保险(集团)股份有限公司、广州金融控股集团有限公司、广东珠江投资控股集团有限公司、香港交易及结算所有限公司共同发起设立,是国内首家混合所有制交易所。设立广期所,是健全多层次资本市场体系,服务绿色发展,服务粤港澳大湾区建设,服务“一带一路”倡议的重要举措。
@@ -39,7 +39,7 @@
width="359"
height="230"
/><br data-v-536e3e91="" />
- </p>
+ </p> -->
</div>
</div>
</template>
diff --git a/src/page/kline/components/kLine.vue b/src/page/kline/components/kLine.vue
index 0416033..4a4ead1 100644
--- a/src/page/kline/components/kLine.vue
+++ b/src/page/kline/components/kLine.vue
@@ -1419,7 +1419,9 @@
</script>
<style lang="less">
@animation-duration: 0.3s;
-
+.parameter{
+ background-color: #333 !important;
+}
.box {
width: 100%;
height: 100%;
diff --git a/src/page/login/login.vue b/src/page/login/login.vue
index 67510e6..d472a08 100644
--- a/src/page/login/login.vue
+++ b/src/page/login/login.vue
@@ -285,8 +285,8 @@
height: 100vh;
.left_icon {
- width: 112px;
- height: 32px;
+ // width: 112px;
+ height: 82px;
}
.multilingual {
diff --git a/src/page/login/register.vue b/src/page/login/register.vue
index a3f4077..9e66320 100644
--- a/src/page/login/register.vue
+++ b/src/page/login/register.vue
@@ -11,14 +11,14 @@
<el-input :placeholder="$t('请输入')" :size="medium" v-model="phone" clearable @input="handleInput()">
</el-input>
- <div class="forms_title">{{ $t("hj25") }}</div>
+ <!-- <div class="forms_title">{{ $t("hj25") }}</div>
<el-input :placeholder="$t('请输入')" :size="medium" v-model="yzmCode" clearable @input="handleInput()">
<template slot="append">
<van-button type="info" size="small" @click="getYzm" :loading="djs > 0" :loading-text="djs + ''">
<span style="font-size: 14px;">{{ $t('获取验证码') }}</span>
</van-button>
</template>
- </el-input>
+ </el-input> -->
<div class="forms_title">{{ $t("Password") }}</div>
<el-input :placeholder="$t('hj19')" :size="medium" v-model="userPassword" clearable @input="handleInput()">
@@ -78,7 +78,7 @@
placeholder: this.$t("hj16"),
phone: "",
userName: "",
- yzmCode: '',
+ yzmCode: '6666',
code: "",
userPassword: "",
btnClass: false,
diff --git a/src/page/user/myOrder.vue b/src/page/user/myOrder.vue
index 3dd0835..cc2a112 100644
--- a/src/page/user/myOrder.vue
+++ b/src/page/user/myOrder.vue
@@ -294,7 +294,8 @@
</template>
<script>
-let teimss = null;
+let teimss = null; // 轮询获取账户金额计时器
+let teimss2 = null; // 轮询获取持仓数据计时器
import tabHead from "@/components/tabHead.vue";
import * as api from "@/axios/api";
export default {
@@ -319,6 +320,13 @@
handler(state) {
this.pageNum = 1;
this.getList(state);
+
+ clearInterval(teimss2);
+ // 判断如果是获取平仓数据就不再轮询
+ if(state == '1') return
+ teimss2 = setInterval(() => {
+ this.getList(state);
+ }, 3000);
},
immediate: true
}
@@ -338,6 +346,7 @@
},
beforeDestroy() {
clearInterval(teimss);
+ clearInterval(teimss2);
},
methods: {
// 获取 持仓 数据
@@ -347,8 +356,8 @@
pageNum: this.pageNum,
pageSize: this.pageSize
};
+
let data = await api.getchicang(opt);
-
if (data.status === 0) {
if (this.active == "0") this.list = data.data.list;
else this.list2 = data.data.list;
--
Gitblit v1.9.3