diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json
index 728c4a6..db38e9c 100644
--- a/.hbuilderx/launch.json
+++ b/.hbuilderx/launch.json
@@ -2,9 +2,9 @@
"version" : "1.0",
"configurations" : [
{
- "customPlaygroundType" : "local",
+ "customPlaygroundType" : "device",
"packageName" : "io.dcloud.HBuilder",
- "playground" : "custom",
+ "playground" : "standard",
"type" : "uni-app:app-android"
}
]
diff --git a/api/tcpConnection.js b/api/tcpConnection.js
index 10f6700..62fb6bb 100644
--- a/api/tcpConnection.js
+++ b/api/tcpConnection.js
@@ -6,7 +6,7 @@
*/
// 引用TCP插件
-const TCPSocket = uni.requireNativePlugin('Aimer-TCPPlugin');
+// const TCPSocket = uni.requireNativePlugin('Aimer-TCPPlugin');
// const TCPSocket = uni.requireNativePlugin("Aimer-TCPPlugin");
// TCP连接配置
diff --git a/pages.json b/pages.json
index 35e10c6..0e4afde 100644
--- a/pages.json
+++ b/pages.json
@@ -295,7 +295,8 @@
"navigationStyle": "custom",
"disableSwipeBack": true,
"titleNView": false,
- "bounce": false
+ "bounce": false,
+ "pageOrientation": "auto"
}
},
{
diff --git a/pages/deepExploration/MainForceActions.vue b/pages/deepExploration/MainForceActions.vue
index ff02109..752495d 100644
--- a/pages/deepExploration/MainForceActions.vue
+++ b/pages/deepExploration/MainForceActions.vue
@@ -7,7 +7,7 @@
+ placeholder-style="color: #A6A6A6; font-size: 28rpx;" />
@@ -41,6 +41,7 @@
+
@@ -549,7 +550,6 @@
onMounted(async () => {
iSMT.value = uni.getSystemInfoSync().statusBarHeight
getUserInfo()
- await getServerData() // 调用数据获取函数
await handleModels()
unwatch = watch(
@@ -635,6 +635,7 @@
.searchInput {
color: #111;
+ width: 100%;
}
}
@@ -767,7 +768,16 @@
}
.graph_content {
+ position: relative;
min-height: 500rpx;
+
+ image{
+ position: absolute;
+ bottom: 20rpx;
+ right: 30rpx;
+ width: 48rpx;
+ height: 48rpx;
+ }
.charts-box {
width: 100%;
@@ -791,9 +801,10 @@
}
text {
+ margin-left: 5rpx;
background-color: #FFFFFF;
color: #000000;
- padding: 0 22rpx;
+ padding: 5rpx 22rpx;
border-radius: 22rpx;
font-size: 28rpx;
font-weight: 400;
diff --git a/pages/deepExploration/deepExploration.vue b/pages/deepExploration/deepExploration.vue
index b29b807..fbffd05 100644
--- a/pages/deepExploration/deepExploration.vue
+++ b/pages/deepExploration/deepExploration.vue
@@ -15,7 +15,7 @@
-
+
主力追踪
@@ -23,7 +23,7 @@
主力雷达
-
+
主力解码
@@ -45,66 +45,78 @@
-
-
-
-
-
- 股票名称
- 最新收盘价
- 选股价格
-
-
-
- {{ item.tscode }}
- {{ item.close }}
- {{ item.preClose }}
-
-
-
-
-
-
-
-
-
-
-
- 股票名称
- 最新收盘价
- 选股价格
-
-
-
- {{ item.tscode }}
- {{ item.close }}
- {{ item.preClose }}
-
-
-
-
-
-
-
-
+
+
+
+
+
+ 股票名称
+ 最新收盘价
+ 选股价格
+
+
+
+ ({{ item.tscode }}){{ item.stockName }}
+ {{ item.close }}
+ {{ item.preClose }}
+
+
+
+
+
+
+
+
+
+
+
+ 股票名称
+ 最新收盘价
+ 选股价格
+
+
+
+ ({{ item.tscode }}){{ item.stockName }}
+ {{ item.close }}
+ {{ item.preClose }}
+
+
+
+
+
+
+
+