From 018a5f14d9d112ed5f3f55245650a6ed6bfd3e6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=82=9C?= <8088878+li-wei-ly@user.noreply.gitee.com> Date: Sun, 9 Oct 2022 07:17:17 +0000 Subject: [PATCH 1/5] =?UTF-8?q?=E6=96=B0=E5=BB=BA=2035=E6=9D=8E=E7=82=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../35\346\235\216\347\202\234/.keep" | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 "\347\254\254\344\270\211\346\254\241\344\275\234\344\270\232/35\346\235\216\347\202\234/.keep" diff --git "a/\347\254\254\344\270\211\346\254\241\344\275\234\344\270\232/35\346\235\216\347\202\234/.keep" "b/\347\254\254\344\270\211\346\254\241\344\275\234\344\270\232/35\346\235\216\347\202\234/.keep" new file mode 100644 index 0000000..e69de29 -- Gitee From d6808583f6b2e0f4eaa5c5012a90868ce9301b34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=82=9C?= <8088878+li-wei-ly@user.noreply.gitee.com> Date: Sun, 9 Oct 2022 07:19:24 +0000 Subject: [PATCH 2/5] =?UTF-8?q?=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 李炜 <8088878+li-wei-ly@user.noreply.gitee.com> --- .../35\346\235\216\347\202\234/1.html" | 63 +++++++++++++++++++ .../35\346\235\216\347\202\234/2.html" | 35 +++++++++++ 2 files changed, 98 insertions(+) create mode 100644 "\347\254\254\344\270\211\346\254\241\344\275\234\344\270\232/35\346\235\216\347\202\234/1.html" create mode 100644 "\347\254\254\344\270\211\346\254\241\344\275\234\344\270\232/35\346\235\216\347\202\234/2.html" diff --git "a/\347\254\254\344\270\211\346\254\241\344\275\234\344\270\232/35\346\235\216\347\202\234/1.html" "b/\347\254\254\344\270\211\346\254\241\344\275\234\344\270\232/35\346\235\216\347\202\234/1.html" new file mode 100644 index 0000000..a3c438d --- /dev/null +++ "b/\347\254\254\344\270\211\346\254\241\344\275\234\344\270\232/35\346\235\216\347\202\234/1.html" @@ -0,0 +1,63 @@ + + + + + + + Document + + + +
+

商品:

+

数量:

+

价格:

+ + + 总计:{{totalPrice}} + +
+ + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\270\211\346\254\241\344\275\234\344\270\232/35\346\235\216\347\202\234/2.html" "b/\347\254\254\344\270\211\346\254\241\344\275\234\344\270\232/35\346\235\216\347\202\234/2.html" new file mode 100644 index 0000000..a56c18d --- /dev/null +++ "b/\347\254\254\344\270\211\346\254\241\344\275\234\344\270\232/35\346\235\216\347\202\234/2.html" @@ -0,0 +1,35 @@ + + + + + + + Document + + + + +
+ +

{{msg | a}}

+
+ + + + + \ No newline at end of file -- Gitee From 43d90e4d452ab884d834ff02bf4b99c76f8852e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=82=9C?= <8088878+li-wei-ly@user.noreply.gitee.com> Date: Sun, 9 Oct 2022 07:24:12 +0000 Subject: [PATCH 3/5] =?UTF-8?q?=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 李炜 <8088878+li-wei-ly@user.noreply.gitee.com> --- .../35 \346\235\216\347\202\234/2.html" | 114 ++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 "\347\254\254\345\233\233\346\254\241\344\275\234\344\270\232/35 \346\235\216\347\202\234/2.html" diff --git "a/\347\254\254\345\233\233\346\254\241\344\275\234\344\270\232/35 \346\235\216\347\202\234/2.html" "b/\347\254\254\345\233\233\346\254\241\344\275\234\344\270\232/35 \346\235\216\347\202\234/2.html" new file mode 100644 index 0000000..c744da7 --- /dev/null +++ "b/\347\254\254\345\233\233\346\254\241\344\275\234\344\270\232/35 \346\235\216\347\202\234/2.html" @@ -0,0 +1,114 @@ + + + + + + + Document + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
id商品名称商品价格商品数量操作
{{index + 1}}{{item.name}}{{item.price}} + + {{item.num}} + + + +
{{id}} + +
+ 总计:{{totalPrice}} + +
+
购物车为空
+
+ + + + \ No newline at end of file -- Gitee From 2c46cd5c9b98b96bacf0d11ac4c6f3961968348d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=82=9C?= <8088878+li-wei-ly@user.noreply.gitee.com> Date: Sun, 9 Oct 2022 07:27:02 +0000 Subject: [PATCH 4/5] =?UTF-8?q?=E6=96=B0=E5=BB=BA=2035=E6=9D=8E=E7=82=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../35\346\235\216\347\202\234/.keep" | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 "\347\254\254\344\272\224\346\254\241\350\265\260\344\271\237/35\346\235\216\347\202\234/.keep" diff --git "a/\347\254\254\344\272\224\346\254\241\350\265\260\344\271\237/35\346\235\216\347\202\234/.keep" "b/\347\254\254\344\272\224\346\254\241\350\265\260\344\271\237/35\346\235\216\347\202\234/.keep" new file mode 100644 index 0000000..e69de29 -- Gitee From 077a10bb9296e50586754ed09ebde31c7117fa65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=82=9C?= <8088878+li-wei-ly@user.noreply.gitee.com> Date: Sun, 9 Oct 2022 07:27:37 +0000 Subject: [PATCH 5/5] =?UTF-8?q?=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 李炜 <8088878+li-wei-ly@user.noreply.gitee.com> --- .../35\346\235\216\347\202\234/1.html" | 40 ++++++ .../35\346\235\216\347\202\234/2.html" | 80 ++++++++++++ .../35\346\235\216\347\202\234/3.html" | 114 ++++++++++++++++++ 3 files changed, 234 insertions(+) create mode 100644 "\347\254\254\344\272\224\346\254\241\350\265\260\344\271\237/35\346\235\216\347\202\234/1.html" create mode 100644 "\347\254\254\344\272\224\346\254\241\350\265\260\344\271\237/35\346\235\216\347\202\234/2.html" create mode 100644 "\347\254\254\344\272\224\346\254\241\350\265\260\344\271\237/35\346\235\216\347\202\234/3.html" diff --git "a/\347\254\254\344\272\224\346\254\241\350\265\260\344\271\237/35\346\235\216\347\202\234/1.html" "b/\347\254\254\344\272\224\346\254\241\350\265\260\344\271\237/35\346\235\216\347\202\234/1.html" new file mode 100644 index 0000000..d867255 --- /dev/null +++ "b/\347\254\254\344\272\224\346\254\241\350\265\260\344\271\237/35\346\235\216\347\202\234/1.html" @@ -0,0 +1,40 @@ + + + + + + + Document + + + +
+ num:,
+ v-big num:
+ + +
+ + + + \ No newline at end of file diff --git "a/\347\254\254\344\272\224\346\254\241\350\265\260\344\271\237/35\346\235\216\347\202\234/2.html" "b/\347\254\254\344\272\224\346\254\241\350\265\260\344\271\237/35\346\235\216\347\202\234/2.html" new file mode 100644 index 0000000..5dfdb37 --- /dev/null +++ "b/\347\254\254\344\272\224\346\254\241\350\265\260\344\271\237/35\346\235\216\347\202\234/2.html" @@ -0,0 +1,80 @@ + + + + + + + Document + + + +
+ 姓名:
+ + 性别: + + + +
+ + 爱好: +
+ + 职业: +
+ + 个人简介: +
+ + 年龄: +
+ + 城市: +
+ + + + + + +

您的个人信息是:

+

用户名-{{name}} 年龄-{{age}} 性别-{{gender}} 爱好-{{myhobbies}} 职业-{{profession}} + 自我介绍-{{te}} 城市-{{city}} +

+ +
+ + + + + + + \ No newline at end of file diff --git "a/\347\254\254\344\272\224\346\254\241\350\265\260\344\271\237/35\346\235\216\347\202\234/3.html" "b/\347\254\254\344\272\224\346\254\241\350\265\260\344\271\237/35\346\235\216\347\202\234/3.html" new file mode 100644 index 0000000..c744da7 --- /dev/null +++ "b/\347\254\254\344\272\224\346\254\241\350\265\260\344\271\237/35\346\235\216\347\202\234/3.html" @@ -0,0 +1,114 @@ + + + + + + + Document + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
id商品名称商品价格商品数量操作
{{index + 1}}{{item.name}}{{item.price}} + + {{item.num}} + + + +
{{id}} + +
+ 总计:{{totalPrice}} + +
+
购物车为空
+
+ + + + \ No newline at end of file -- Gitee