diff --git a/pages.json b/pages.json
index 72a1a7c..7186dc8 100644
--- a/pages.json
+++ b/pages.json
@@ -39,6 +39,12 @@
"navigationBarTitleText": "申请提现"
}
},
+ {
+ "path": "pages/useList/useList",
+ "style": {
+ "navigationBarTitleText": "用户列表"
+ }
+ },
{
"path": "pages/securityVerification/securityVerification",
"style": {
diff --git a/pages/useList/useList.vue b/pages/useList/useList.vue
new file mode 100644
index 0000000..04cada6
--- /dev/null
+++ b/pages/useList/useList.vue
@@ -0,0 +1,331 @@
+
+
+
+
+
+
+
+
+
+ 筛选
+ ▼
+
+
+
+
+
+
+
+
+
+
+ {{ user.username }}
+
+ ¥ {{ user.totalAmount }}
+ {{ user.deviceCount }}台
+
+
+
+
+
+
+
+
+
+ {{ device.type }}
+ ¥ {{ device.amount }}
+ {{ device.rentDate }}
+ {{ device.period }}
+ {{ device.expiryDate }}
+
+
+
+
+
+
+ {{ user.isExpanded ? '点击收起' : '点击展开' }}
+
+
+ {{ user.isExpanded ? '▲' : '▼' }}
+
+
+
+
+
+
+
+
+
+