From 49ec48fefc63edd1c59ed16593f4da14f429cc08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Thu, 30 Oct 2025 11:11:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E9=80=89=E8=82=A1=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=AF=B9=E6=8E=A5=E5=AE=8C=E6=88=90=EF=BC=9B?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E9=80=BB=E8=BE=91=E5=AE=8C=E6=88=90=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .hbuilderx/launch.json | 2 +- pages/customStockList/customStockList.vue | 340 +++++++++++++++++++++++++++++- 2 files changed, 335 insertions(+), 7 deletions(-) diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index 7ef9f55..728c4a6 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -2,7 +2,7 @@ "version" : "1.0", "configurations" : [ { - "customPlaygroundType" : "device", + "customPlaygroundType" : "local", "packageName" : "io.dcloud.HBuilder", "playground" : "custom", "type" : "uni-app:app-android" diff --git a/pages/customStockList/customStockList.vue b/pages/customStockList/customStockList.vue index 1e57e1c..348f18e 100644 --- a/pages/customStockList/customStockList.vue +++ b/pages/customStockList/customStockList.vue @@ -32,28 +32,223 @@ + + + + + + {{ group.name }} + + + + + + + + 加载中... + + + + 暂无数据~ + + + + + {{ stock.name || stock.code }} + {{ stock.code }} + + + {{ stock.price || '--' }} + + {{ stock.change >= 0 ? '+' : '' }}{{ stock.change || '--' }} + + + + +