+
+
+
+
![]()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/router/index.ts b/src/router/index.ts
index f4c5bc0..d38ca24 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -23,6 +23,16 @@ const router = createRouter({
name: 'SelectStyle',
component: () => import('../views/Workshop/selectStyle.vue'),
},
+ {
+ path: '/workshop/selectModel',
+ name: 'SelectModel',
+ component: () => import('../views/Workshop/selectModel.vue'),
+ },
+ {
+ path: '/workshop/selectModelContinue',
+ name: 'SelectModelContinue',
+ component: () => import('../views/Workshop/selectModelContinue.vue'),
+ },
]
diff --git a/src/utils/flexible.js b/src/utils/flexible.js
index 4594585..09aa4bb 100644
--- a/src/utils/flexible.js
+++ b/src/utils/flexible.js
@@ -1,6 +1,6 @@
import { getUniversalZoomLevel } from '@/utils/tools'
-let flexible = (designWidth, maxWidth,minWidth) =>{
+let flexible = (designWidth) =>{
var doc = document, win = window, docEl = doc.documentElement, remStyle = document.createElement("style"), tid;
designWidth = designWidth || 1080;
// maxWidth = maxWidth || 1920;
diff --git a/src/views/Workshop/selectModel.vue b/src/views/Workshop/selectModel.vue
new file mode 100644
index 0000000..6c0db5c
--- /dev/null
+++ b/src/views/Workshop/selectModel.vue
@@ -0,0 +1,129 @@
+
+
+
+
+
+ Pick a Model Photo!
+
+
+ Try one of our sample images
+
+
+
+
+
+
![]()
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/Workshop/selectModelContinue.vue b/src/views/Workshop/selectModelContinue.vue
new file mode 100644
index 0000000..344cecb
--- /dev/null
+++ b/src/views/Workshop/selectModelContinue.vue
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+ Go with this Look?
+
+
+
+
+
+
+
+
![]()
+
+
+
+ Re-try with a new model?
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/Workshop/selectStyle.vue b/src/views/Workshop/selectStyle.vue
index f76c0de..6e48c9c 100644
--- a/src/views/Workshop/selectStyle.vue
+++ b/src/views/Workshop/selectStyle.vue
@@ -1,34 +1,79 @@
-
-
-
-
-
-
-
-
+
+
+ What’s your Style?
+
+
+ Select the outfit that matches you the most.
- 12312
-
+
+
+
\ No newline at end of file