From f86281017aa25594b7c04587688965fff25e0323 Mon Sep 17 00:00:00 2001 From: sexygoat <1538832180@qq.com> Date: Fri, 24 Apr 2026 15:03:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B7=B3=E8=BD=AC=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 2 +- pages/order-list/order-list.vue | 16 ++++++++++++---- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 9908ff9..5af4918 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -393,7 +393,7 @@ await new Promise((resolve) => { uni.showModal({ title: '提示', - content: '请先连接设备WiFi,否则无法访问后台管理', + content: '请先连接当前设备WiFi,否则无法访问后台管理', cancelText: '取消', confirmText: '我知道了', success: (res) => res.confirm && resolve() diff --git a/pages/order-list/order-list.vue b/pages/order-list/order-list.vue index b015172..472a36a 100644 --- a/pages/order-list/order-list.vue +++ b/pages/order-list/order-list.vue @@ -33,16 +33,24 @@ - 订单时间 - {{ item.created_at }} + 套餐名称 + + + {{ pkgName }} + + 订单金额 ¥{{ formatMoney(item.total_amount) }} + + 下单时间 + {{ item.created_at }} + - +