From 9da637b131b279ec0d13a7763676a54aec1bf99a Mon Sep 17 00:00:00 2001 From: li Date: Sat, 17 Jan 2026 19:28:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=85=A8=E9=9D=A2=E9=87=8D=E6=9E=84?= =?UTF-8?q?=E9=A6=96=E9=A1=B5UI=EF=BC=8C=E6=96=B0=E5=A2=9E=E4=BE=A7?= =?UTF-8?q?=E8=BE=B9=E6=A0=8F=E3=80=81=E5=8A=A8=E6=80=81=E6=B8=B8=E6=88=8F?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=8F=8A=E8=B7=AF=E5=8D=95=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=EF=BC=8C=E5=B9=B6=E6=9B=B4=E6=96=B0=E7=9B=B8=E5=85=B3API?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index.vue | 785 +++++++++++++++++++++++++++++++++--------------- request/api.js | 6 +- 2 files changed, 545 insertions(+), 246 deletions(-) diff --git a/pages/index.vue b/pages/index.vue index a9a11df..18e2fdf 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,264 +1,559 @@ \ No newline at end of file diff --git a/request/api.js b/request/api.js index fdfb9f9..a2b4be5 100644 --- a/request/api.js +++ b/request/api.js @@ -14,7 +14,7 @@ let api = { }, // 注册 register: async (params) => { - console.log(params) + console.log(params) return await ajax.post("/doregister", params); }, // usdt申请提现 @@ -62,6 +62,10 @@ let api = { return await ajax.post("/user_money", params); }, + getAllTable: async (params) => { + return await ajax.post("/all_table", params); + }, + // --------------- https://qpapi.ez888.net/api/game ------------------- //第三方上分 gameUpper: async (params) => {