From d157d0892f1ab5517dbe3a08328ccb9c4e446615 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Sun, 20 Apr 2025 15:39:03 +0800
Subject: [PATCH] 1

---
 pages/exchange/contract-history.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/pages/exchange/contract-history.vue b/pages/exchange/contract-history.vue
index 94bfbb4..f133d30 100644
--- a/pages/exchange/contract-history.vue
+++ b/pages/exchange/contract-history.vue
@@ -165,6 +165,7 @@
           });
       },
       sha(ress,i){
+		  console.log('ress',ress);
           let arr=[];
           ress.data.share_imgs.forEach((res)=>{
               if(i.profit>0&&res.type==1){
@@ -173,10 +174,10 @@
                   arr.push(res)
               }
           })
-          
+          console.log('arr',arr);
           var share_imgs=arr[Math.round(Math.random()*arr.length)];
           if(!share_imgs||!this.detail){
-			  console.log(this.detail,share_imgs);
+			  console.log('123123123',this.detail,share_imgs);
               this.$toast(this.$t('recharge.a6'))
               this.canvasShow=false
               return
@@ -200,7 +201,7 @@
           myCanvas.font = '12px Arial';//绘制文字
           // myCanvas.fillText('全球合约领跑者',88,windowHeight*0.653);
           myCanvas.font = '16px Arial';
-          myCanvas.fillText('WmagiBIT',88,windowHeight*0.63);
+          myCanvas.fillText('KCS',88,windowHeight*0.63);
           myCanvas.font = '14px Arial';
           myCanvas.setFillStyle('#717171')
           myCanvas.fillText(i.symbol+'/USDT',25,windowHeight*0.53);

--
Gitblit v1.9.3