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 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/page/home/listcomponents/dazongjiaoyi.vue b/src/page/home/listcomponents/dazongjiaoyi.vue
index 2bf7795..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,
}
--
Gitblit v1.9.3