From a2dc82ab4b98408365baae5dbb9484cc451f6a97 Mon Sep 17 00:00:00 2001 From: tangxinyue <524779910@qq.com> Date: Tue, 7 Apr 2026 16:02:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9F=AD=E4=BF=A1=E4=BC=98=E5=8C=96=E5=9C=B0?= =?UTF-8?q?=E5=8C=BA=E5=8F=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/common/auto-width-input.vue | 148 +++ components/message/chat/chat-layout.vue | 2 +- .../shopping/jingdong/shopping-card.vue | 6 +- main.js | 2 +- pages/message/list-index.vue | 8 + pages/other/ranking/ranking.vue | 145 ++- .../shopping/jingdong/add-order/add-order.vue | 932 +++++++++++++++++- pages/shopping/jingdong/json/order.json | 16 +- pages/shopping/jingdong/list-index.vue | 81 +- static/image/common/edit.png | Bin 0 -> 1277 bytes static/image/other/dingji.png | Bin 0 -> 5617 bytes static/image/other/hang.png | Bin 0 -> 2750 bytes static/image/other/lawanle.png | Bin 0 -> 5195 bytes static/image/other/npc.png | Bin 0 -> 3720 bytes static/image/other/ranking/dingji.png | Bin 0 -> 5053 bytes static/image/other/ranking/dingji_skin.png | Bin 0 -> 3919 bytes static/image/other/ranking/hang.png | Bin 0 -> 2620 bytes static/image/other/ranking/hang_skin.png | Bin 0 -> 2286 bytes static/image/other/ranking/lawanle.png | Bin 0 -> 4772 bytes static/image/other/ranking/lawanle_skin.png | Bin 0 -> 4468 bytes static/image/other/ranking/npc.png | Bin 0 -> 3770 bytes static/image/other/ranking/npc_skin.png | Bin 0 -> 2780 bytes static/image/other/ranking/renshangren.png | Bin 0 -> 2475 bytes .../image/other/ranking/renshangren_skin.png | Bin 0 -> 3508 bytes static/image/other/renshangren.png | Bin 0 -> 4232 bytes 25 files changed, 1287 insertions(+), 53 deletions(-) create mode 100644 components/common/auto-width-input.vue create mode 100644 static/image/common/edit.png create mode 100644 static/image/other/dingji.png create mode 100644 static/image/other/hang.png create mode 100644 static/image/other/lawanle.png create mode 100644 static/image/other/npc.png create mode 100644 static/image/other/ranking/dingji.png create mode 100644 static/image/other/ranking/dingji_skin.png create mode 100644 static/image/other/ranking/hang.png create mode 100644 static/image/other/ranking/hang_skin.png create mode 100644 static/image/other/ranking/lawanle.png create mode 100644 static/image/other/ranking/lawanle_skin.png create mode 100644 static/image/other/ranking/npc.png create mode 100644 static/image/other/ranking/npc_skin.png create mode 100644 static/image/other/ranking/renshangren.png create mode 100644 static/image/other/ranking/renshangren_skin.png create mode 100644 static/image/other/renshangren.png diff --git a/components/common/auto-width-input.vue b/components/common/auto-width-input.vue new file mode 100644 index 0000000..43d2ac5 --- /dev/null +++ b/components/common/auto-width-input.vue @@ -0,0 +1,148 @@ +