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 || '--' }}
+
+
+
+
+