From 12e2a7c99b4914d54c0c0a03dc8a3c20b8bd39a8 Mon Sep 17 00:00:00 2001 From: Flow <958079825@qq.com> Date: Wed, 3 Sep 2025 11:14:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/order/index.ts | 2 + src/views/orders/index.vue | 19 +-- src/views/vip/VIP_device/becomevip.vue | 211 ++++++++++++++++++++++++- src/views/vip/VIP_device/renewvip.vue | 210 +++++++++++++++++++++++- 4 files changed, 417 insertions(+), 25 deletions(-) diff --git a/src/api/order/index.ts b/src/api/order/index.ts index 7db3091ba..ae7412224 100644 --- a/src/api/order/index.ts +++ b/src/api/order/index.ts @@ -4,6 +4,8 @@ import request from '@/config/axios' export interface OrderVO { id: number // 主键ID orgid: number // 组织机构ID + deviceid: string // 设备ID + devicename: string // 设备名称 userid: number // 用户ID comboid: number // 套餐ID orderno: string // 订单编号 diff --git a/src/views/orders/index.vue b/src/views/orders/index.vue index 88c2bc952..46c8a4d43 100644 --- a/src/views/orders/index.vue +++ b/src/views/orders/index.vue @@ -101,8 +101,9 @@ {{ (queryParams.pageNo - 1) * queryParams.pageSize + $index + 1 }} - - + + + @@ -115,20 +116,6 @@ :formatter="dateFormatter" width="180px" /> - - +
+
+ + 选择支付方式 +
+
+ + +
+ + 微信支付 +
+
+ +
+ + 支付宝 +
+
+ +
+ + 银行卡 +
+
+ +
+ + 现金 +
+
+ +
+ + 其他 +
+
+
+
+
@@ -101,9 +142,9 @@