From c2c5b94b7a80c838009ebc914537ba3862040303 Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Tue, 27 Jan 2026 15:28:14 +0800
Subject: [PATCH] 1
---
src/page/home/listcomponents/dazongjiaoyi.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/page/home/listcomponents/dazongjiaoyi.vue b/src/page/home/listcomponents/dazongjiaoyi.vue
index 99a2039..6b37e1f 100644
--- a/src/page/home/listcomponents/dazongjiaoyi.vue
+++ b/src/page/home/listcomponents/dazongjiaoyi.vue
@@ -28,7 +28,7 @@
<span class="bj" v-if="item.stockType == 'bj'">{{ $t("jy85") }}</span>
<a :class="item.stockType == 'sh' ? 'shbg' : item.stockType == 'bj' ? 'bjbg' : ''">{{
item.stockGid
- }}</a>
+ }}</a>
</p>
</div>
<!-- <div class="lb2"> {{ item.price }} </div> -->
@@ -39,7 +39,7 @@
</div>
<div class="progress-bar-wrapper">
<div class="progress-bar-bg">
- <div class="progress-bar-fill" :style="{ width: (item.residualShare || 0) + '%' }"></div>
+ <div class="progress-bar-fill" :style="{ width: ((100 - item.residualShare) || 0) + '%' }"></div>
</div>
<span class="progress-text">【{{ $t("jy546") }}{{ item.residualShare || 0 }}%】</span>
</div>
@@ -105,7 +105,7 @@
return
}
var opt = {
- stockCode: this.currentItem.stockCode,
+ stockCode: this.currentItem.stockGid,
password: this.password,
num: this.num * 100,
}
@@ -216,7 +216,7 @@
background: linear-gradient(90deg, #f33030 0%, #d73d3d 100%);
border-radius: 0.15rem;
position: absolute;
- right: 0;
+ left: 0;
top: 0;
transition: width 0.3s ease;
min-width: 0;
--
Gitblit v1.9.3