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 @@
+
+
+
+
+
+ {{detail.name}}
+ 支持7天无条件退货顺丰发货
+ ¥{{detail.price}}
+
+
+
+
+ 框架颜色
+ *黑色 BHL192345
+
+
+
+
+
+
+
+ 框架尺寸
+ +¥20
+
+
+ 通用
+ 定制
+
+
+
+
+
+
+
+ {{item.standard}}
+
+
+
+
+
+
+
+ 配件
+ +¥0.00
+
+ *0290
+
+
+
+
+
+
+ 选了镜框,想选镜片?
+ 系统已为你保存好已选镜框,放心去选镜片吧!
+
+ 暂时不选
+ 立即去选
+
+
+
+ 立即结算
+
+
+
+
+
\ 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 @@
+
+
+
+
+
+ {{detail.name}}
+ 支持7天无条件退货顺丰发货
+ ¥{{detail.price}}
+
+
+
+
+ 框架颜色
+ *黑色 BHL192345
+
+
+
+
+
+
+ 镜片颜色
+ *BL192345 粉紫色【限时打折】
+
+
+
+
+
+
+
+ 折射率
+ 注:折射率越高,镜片越薄,看起来更美观。
+
+
+
+ 0-300度
+ 1.56(推荐)1.60
+
+
+ 300-1000度
+ 1.71(推荐)
+ 1.671.741.801.71
+
+
+
+
+
+ 框架尺寸
+ +¥20
+
+
+ 通用
+ 定制
+
+
+
+
+
+
+
+ {{item.standard}}
+
+
+
+
+
+
+
+ 配件
+ +¥0.00
+
+ *0290
+
+
+
+
+
+
+ 选了镜框,想选镜片?
+ 系统已为你保存好已选镜框,放心去选镜片吧!
+
+ 暂时不选
+ 立即去选
+
+
+
+ 立即结算
+
+
+
+
+
\ No newline at end of file
--
2.0.0