From d097d73f1217614df7dca77605f32a944a4ddb1f Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Fri, 21 Mar 2025 16:01:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BB=A3=E5=AE=A2=E4=B8=8B=E5=8D=95?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=85=88=E6=89=93=E6=8A=98=E5=90=8E=E9=80=89?= =?UTF-8?q?=E4=BC=9A=E5=91=98=E5=AF=BC=E8=87=B4=E7=BB=93=E7=AE=97=E4=BB=B7?= =?UTF-8?q?=E6=A0=BC=E4=B8=BA=E8=B4=9F=E6=95=B0=E9=97=AE=E9=A2=98=E3=80=82?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E9=80=80=E6=AC=BE=E5=A2=9E=E5=8A=A0=E5=AE=89?= =?UTF-8?q?=E5=85=A8=E5=AF=86=E7=A0=81=E6=A0=A1=E9=AA=8C=EF=BC=8C=E4=BB=A3?= =?UTF-8?q?=E5=AE=A2=E4=B8=8B=E5=8D=95=E4=BF=AE=E5=A4=8D=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=89=8B=E6=9C=BA=E5=8F=B7=E6=9C=AA=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/order/index/components/detail.vue | 6 +- src/views/order/index/components/password.vue | 270 ++++++++++++++++++ .../order/index/components/return-money.vue | 188 ++++++------ .../tool/Instead/components/choose-user.vue | 24 +- .../tool/Instead/components/keyboard.vue | 9 +- src/views/tool/Instead/components/order.vue | 4 + 6 files changed, 409 insertions(+), 92 deletions(-) create mode 100644 src/views/order/index/components/password.vue diff --git a/src/views/order/index/components/detail.vue b/src/views/order/index/components/detail.vue index 0995257..a257d6e 100644 --- a/src/views/order/index/components/detail.vue +++ b/src/views/order/index/components/detail.vue @@ -233,7 +233,11 @@
+
+ +
+ + + + +
+ 确定 +
+
+
+
+ + + + + \ No newline at end of file diff --git a/src/views/order/index/components/return-money.vue b/src/views/order/index/components/return-money.vue index d05b400..6d2ee3b 100644 --- a/src/views/order/index/components/return-money.vue +++ b/src/views/order/index/components/return-money.vue @@ -1,102 +1,110 @@