diff --git a/pages.json b/pages.json
index 9e2b6c9..de24f83 100644
--- a/pages.json
+++ b/pages.json
@@ -84,6 +84,13 @@
"navigationBarTitleText": "Change Password",
"navigationBarBackgroundColor":"#FFFFFF"
}
+ },
+ {
+ "path": "pages/account/myOrders",
+ "style": {
+ "navigationBarTitleText": "My orders",
+ "navigationBarBackgroundColor":"#FFFFFF"
+ }
}
],
"globalStyle": {
diff --git a/pages/account/favorites.vue b/pages/account/favorites.vue
index 0a70a50..394e4b4 100644
--- a/pages/account/favorites.vue
+++ b/pages/account/favorites.vue
@@ -18,7 +18,7 @@
All
diff --git a/pages/account/index.vue b/pages/account/index.vue
index a2e6f2f..8b0cb87 100644
--- a/pages/account/index.vue
+++ b/pages/account/index.vue
@@ -37,10 +37,10 @@
My Orders
-
+
Unpaid
-
+
Processing
diff --git a/pages/account/myOrders.vue b/pages/account/myOrders.vue
new file mode 100644
index 0000000..e0267b7
--- /dev/null
+++ b/pages/account/myOrders.vue
@@ -0,0 +1,505 @@
+
+
+
+
+ {{item.text}}
+
+
+
+
+
+
+ Waiting for payment
+
+ order#20245512141212
+
+
+
+
+
+
+
+
+
+ 4 ltems
+
+
+
+ total:US$12.5
+
+
+ Reward 10 points
+
+
+
+
+
+
+
+
+
+
+ To be shipped
+
+ order#20245512141212
+
+
+
+
+
+
+
+
+
+ 2 ltems
+
+
+
+ total:US$12.5
+
+
+
+
+
+ Shipped
+
+ order#20245512141212
+
+
+
+
+
+
+
+
+ Adidas Yeezy Boost 350 V2 DazzlingBlue Black GY7164 Men's
+
+
+ Multicolor;41
+
+
+ ×2
+
+
+
+
+ total:US$12.5
+
+
+
+
+
+
+
+
+
+ Completed
+
+ order#20245512141212
+
+
+
+
+
+
+
+
+
+ 4 ltems
+
+
+
+ total:US$12.5
+
+
+
+
+
+
+
+
+
+ Return and exchange
+
+ order#20245512141212
+
+
+
+
+
+
+
+
+
+ 4 ltems
+
+
+
+ total:US$12.5
+
+
+
+
+
+
+
+
+ cancelled
+
+ order#20245512141212
+
+
+
+
+
+
+
+
+
+ 4 ltems
+
+
+
+ total:US$12.5
+
+
+
+
+
+
+
+
+
+ Waiting for payment
+
+ order#20245512141212
+
+
+
+
+
+
+
+
+
+ 2 ltems
+
+
+
+ total:US$12.5
+
+
+
+
+
+ Shipped
+
+ order#20245512141212
+
+
+
+
+
+
+
+
+ Adidas Yeezy Boost 350 V2 DazzlingBlue Black GY7164 Men's
+
+
+ Multicolor;41
+
+
+ ×2
+
+
+
+
+ total:US$12.5
+
+
+
+
+
+
+
+ Waiting for payment
+
+ order#20245512141212
+
+
+
+
+
+
+
+
+
+ 4 ltems
+
+
+
+ total:US$12.5
+
+
+
+
+
+
+
+
+ Waiting for payment
+
+ order#20245512141212
+
+
+
+
+
+
+
+
+
+ 4 ltems
+
+
+
+ total:US$12.5
+
+
+
+
+
+
+
+
+
+
+
+ You made no order yet!
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/account/settings.vue b/pages/account/settings.vue
index 2784f06..d027832 100644
--- a/pages/account/settings.vue
+++ b/pages/account/settings.vue
@@ -23,6 +23,10 @@
+
+ CHIC BUYER
+ Version 1.0
+
@@ -81,4 +85,17 @@
border-radius: 0;
}
}
+ .edition{
+ position: fixed;
+ bottom: 0;
+ width: 100%;
+ text-align: center;
+ font-size: 20rpx;
+ font-weight: bold;
+ margin-bottom: 112rpx;
+ .edition_title{
+ font-size: 25.33rpx;
+ margin-bottom: 16rpx;
+ }
+ }
\ No newline at end of file
diff --git a/pages/account/wishlist.vue b/pages/account/wishlist.vue
index ad3ee4e..4a66be8 100644
--- a/pages/account/wishlist.vue
+++ b/pages/account/wishlist.vue
@@ -18,7 +18,7 @@
All
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 4df0739..10ffe8d 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -10,7 +10,7 @@
- Dope plus
+ Dope VIDEO
@@ -96,7 +96,7 @@
- HOT SELLS
+ HOT Selle
@@ -117,7 +117,7 @@
- HOT SELLS
+ HOT Selle
@@ -132,7 +132,7 @@
- HOT SELLS
+ HOT Selle
@@ -205,7 +205,7 @@
isScrollShow:false,
scroll_active:0,
scrollList:[
- {text:'DoPE'},{text:'VIDEo'},{text:'MEN'},{text:'KIDS'},{text:'PETS'},{text:'MEN'},{text:'PETS'},{text:'MEN'},
+ {text:'DOPE'},{text:'VIDEO'},{text:'MEN'},{text:'KIDS'},{text:'PETS'},{text:'MEN'},{text:'PETS'},{text:'MEN'},
],
current:0,
list: [
@@ -316,7 +316,6 @@
padding-left: 40rpx;
.scroll-view_H{
white-space: nowrap;
-
font-size: 26.67rpx;
color: #161616;
width: 100%;
diff --git a/pages/login/index.vue b/pages/login/index.vue
index 78a5f41..471a963 100644
--- a/pages/login/index.vue
+++ b/pages/login/index.vue
@@ -9,7 +9,7 @@
Forgot your Password?
-
+
diff --git a/pages/login/verifyEmail.vue b/pages/login/verifyEmail.vue
index 77999be..7b68de8 100644
--- a/pages/login/verifyEmail.vue
+++ b/pages/login/verifyEmail.vue
@@ -4,8 +4,8 @@
To verify your email,we've send a verification code to xxxx@xx.com
-
- The email address or password you enterde is incorrect.
+
+ The code is incorrect.
Resend code
@@ -17,7 +17,7 @@
diff --git a/static/img/bottom.png b/static/img/bottom.png
new file mode 100644
index 0000000..34cd216
Binary files /dev/null and b/static/img/bottom.png differ
diff --git a/static/img/gantan1.png b/static/img/gantan1.png
new file mode 100644
index 0000000..825bc72
Binary files /dev/null and b/static/img/gantan1.png differ
diff --git a/static/img/order_nodate.png b/static/img/order_nodate.png
new file mode 100644
index 0000000..09264d4
Binary files /dev/null and b/static/img/order_nodate.png differ