From 8027916e7a4decb7a01cc5db3e50adc5d4d94f70 Mon Sep 17 00:00:00 2001 From: luo Date: Thu, 30 Jul 2026 12:17:32 +0800 Subject: [PATCH] fix: ui --- pages.json | 2 +- pages/order-list/order-list.vue | 171 ++++++-------------------- pages/package-order/package-order.vue | 8 +- static/asset-package-history.png | Bin 139634 -> 6315 bytes static/authentication.png | Bin 136886 -> 11256 bytes static/back.png | Bin 138405 -> 7517 bytes static/bind-phone.png | Bin 138805 -> 6076 bytes static/change-phone.png | Bin 106090 -> 6333 bytes static/change.png | Bin 153291 -> 6649 bytes static/clear.png | Bin 3527 -> 5381 bytes static/data.png | Bin 116213 -> 6525 bytes static/link.png | Bin 6768 -> 7664 bytes static/login.png | Bin 183861 -> 0 bytes static/notification.png | Bin 139897 -> 6468 bytes static/order.png | Bin 147593 -> 6867 bytes static/out.png | Bin 133502 -> 8746 bytes static/recover.png | Bin 83355 -> 9434 bytes static/restart.png | Bin 157906 -> 9127 bytes static/scan-code.png | Bin 2989 -> 4063 bytes static/shop.png | Bin 192707 -> 7264 bytes static/wallet.png | Bin 8998 -> 8741 bytes static/wechat.png | Bin 91631 -> 0 bytes static/微信支付.png | Bin 9454 -> 9389 bytes static/有效期.png | Bin 2229 -> 11451 bytes static/流量.png | Bin 7507 -> 8131 bytes 25 files changed, 46 insertions(+), 135 deletions(-) delete mode 100644 static/login.png delete mode 100644 static/wechat.png diff --git a/pages.json b/pages.json index 3864f92..7758d50 100644 --- a/pages.json +++ b/pages.json @@ -41,7 +41,7 @@ { "path": "pages/order-list/order-list", "style": { - "navigationStyle": "custom" + "navigationBarTitleText": "我的订单" } }, { diff --git a/pages/order-list/order-list.vue b/pages/order-list/order-list.vue index 4cb8923..39090d1 100644 --- a/pages/order-list/order-list.vue +++ b/pages/order-list/order-list.vue @@ -1,20 +1,5 @@