From 5415cb0f580cd29e6ef4365967a794132019a5f3 Mon Sep 17 00:00:00 2001
From: dongjian <315328220@qq.com>
Date: Mon, 15 Dec 2025 17:10:06 +0800
Subject: [PATCH] no message
---
components/common/address-popup.vue | 3 ++
manifest.json | 4 ++-
pages/rwa_package/dongjian/finance.vue | 39 +++++++++++++++++---------
utils/config.js | 8 +++---
4 files changed, 35 insertions(+), 19 deletions(-)
diff --git a/components/common/address-popup.vue b/components/common/address-popup.vue
index d14cd2e..14c9786 100644
--- a/components/common/address-popup.vue
+++ b/components/common/address-popup.vue
@@ -88,6 +88,9 @@
}
},
onItem(item,xItem){
+ Func.debounce(()=>this.onItemOne(item,xItem));
+ },
+ onItemOne(item,xItem){
this.$emit('itemSelect',item,xItem);
}
}
diff --git a/manifest.json b/manifest.json
index e8462d2..36e4972 100644
--- a/manifest.json
+++ b/manifest.json
@@ -125,7 +125,9 @@
}
},
"splashscreen" : {
- "useOriginalMsgbox" : true
+ "useOriginalMsgbox" : true,
+ "iosStyle" : "common",
+ "androidStyle" : "default"
}
},
/*忽略版本提示*/
diff --git a/pages/rwa_package/dongjian/finance.vue b/pages/rwa_package/dongjian/finance.vue
index a136013..b0ba4f5 100644
--- a/pages/rwa_package/dongjian/finance.vue
+++ b/pages/rwa_package/dongjian/finance.vue
@@ -30,13 +30,7 @@
:resshow="delayload"
:opts="oneOps"
:chartData="oneData"/>
-
+
@@ -141,7 +135,7 @@
{{item}}
-
+
-
@@ -164,7 +159,7 @@
已分配总额:{{fiveTotal}}
-
+
@@ -277,9 +272,7 @@ export default {
color: ["#7632FF","#7632FF","#B039C2"],
padding: [15,15,0,15],
enableScroll: true,
-
legend: {show:false},
-
xAxis: {
scrollShow:true,
itemCount:4,
@@ -288,7 +281,7 @@ export default {
yAxis: {
gridType: "dash",
- dashLength: 2
+ dashLength: 2,
},
extra: {
area: {
@@ -346,15 +339,23 @@ export default {
arr.forEach((item,index)=>{
this.fiveData.categories.push(item.key);
this.fiveData.series[0].data.push(item.amount);
-
})
}else{
this.fiveTotal = this.curData.profitSharingTbcBonus.bonusTotal;
let arr = this.curData.profitSharingTbcBonus.bonusList;
+ let max = 0;
arr.forEach((item,index)=>{
+ if(max < item.amount){
+ max = item.amount;
+ }
this.fiveData.categories.push(item.key);
this.fiveData.series[0].data.push(item.amount);
})
+ if(max != 0){
+ max = max / 1000;
+ }
+ console.log('max',max.toFixed(0))
+ // this.fourOps.yAxis.data.max =
}
},
getFour(){
@@ -511,6 +512,16 @@ export default {
box-sizing: border-box;
}
+ .tu-view-one{
+ display: flex;
+ width:100%;
+ min-height:400rpx;
+ padding: 0 32rpx;
+ align-items: center;
+ justify-content: center;
+ box-sizing: border-box;
+ position: relative;
+ }
.tu-view{
display: flex;
width:100%;
diff --git a/utils/config.js b/utils/config.js
index b72c9dd..d20d84b 100644
--- a/utils/config.js
+++ b/utils/config.js
@@ -2,11 +2,11 @@
// export const BASE_URL="http://cl55un59859.vicp.fun:24346"; // 测试环境
-export const BASE_URL = "https://api.tbmall.xin"; //生产
-export const MILD_BASE_URL = "https://agent.tbmall.xin/"; //中台生产
+// export const BASE_URL = "https://api.tbmall.xin"; //生产
+// export const MILD_BASE_URL = "https://agent.tbmall.xin/"; //中台生产
-// export const BASE_URL ='https://api.o.tbmall.xin'; // 本地测试
-// export const MILD_BASE_URL = "https://agent.o.tbmall.xin/"; //中台测试
+export const BASE_URL ='https://api.o.tbmall.xin'; // 本地测试
+export const MILD_BASE_URL = "https://agent.o.tbmall.xin/"; //中台测试
export const SHARE_URL = 'https://h.tbmall.xin';