From 7d9acd27a2927c1ed2d38127e956ff0b3cc463f5 Mon Sep 17 00:00:00 2001 From: yr <1308291615@qq.com> Date: Mon, 11 May 2020 23:39:57 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E8=B4=AD=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/UniSliper/UniSliper.vue | 207 ++++++++++ src/pages.json | 14 +- src/pages/detailStandard/detailStandard_k.vue | 390 ++++++++++++++++++ src/pages/detailStandard/detailStandard_sun.vue | 506 ++++++++++++++++++++++++ 4 files changed, 1116 insertions(+), 1 deletion(-) create mode 100644 src/components/UniSliper/UniSliper.vue create mode 100644 src/pages/detailStandard/detailStandard_k.vue create mode 100644 src/pages/detailStandard/detailStandard_sun.vue diff --git a/src/components/UniSliper/UniSliper.vue b/src/components/UniSliper/UniSliper.vue new file mode 100644 index 0000000..3e5955c --- /dev/null +++ b/src/components/UniSliper/UniSliper.vue @@ -0,0 +1,207 @@ + + + + + \ No newline at end of file diff --git a/src/pages.json b/src/pages.json index 99bcb48..db9b855 100644 --- a/src/pages.json +++ b/src/pages.json @@ -72,7 +72,19 @@ }, { "path": "pages/myOrderPaying/myOrderPaying" - } + }, + { + "path" : "pages/detailStandard/detailStandard_sun", + "style": { + "navigationBarTitleText": "太阳镜选购页" + } + }, + { + "path" : "pages/detailStandard/detailStandard_k", + "style": { + "navigationBarTitleText": "镜框选购页" + } + } ], "globalStyle": { diff --git a/src/pages/detailStandard/detailStandard_k.vue b/src/pages/detailStandard/detailStandard_k.vue new file mode 100644 index 0000000..d599817 --- /dev/null +++ b/src/pages/detailStandard/detailStandard_k.vue @@ -0,0 +1,390 @@ + + + + \ No newline at end of file diff --git a/src/pages/detailStandard/detailStandard_sun.vue b/src/pages/detailStandard/detailStandard_sun.vue new file mode 100644 index 0000000..ecf54c8 --- /dev/null +++ b/src/pages/detailStandard/detailStandard_sun.vue @@ -0,0 +1,506 @@ + + + + \ No newline at end of file -- 2.0.0