From a277f4471fb33c483c42eddc83899f96b20d8e3b Mon Sep 17 00:00:00 2001 From: ltlzx <942659938@qq.com> Date: Fri, 22 Jul 2022 15:53:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=83=A8=E5=88=86=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E3=80=81=E6=96=B0=E5=A2=9E=E9=80=89=E6=8B=A9=E5=A4=B4?= =?UTF-8?q?=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 8 ++ pages/account/changeImg.vue | 165 +++++++++++++++++++++++++++++++++++ pages/account/favorites.vue | 11 ++- pages/account/index.vue | 16 ++-- pages/account/myOrders.vue | 106 ++++++++++++---------- pages/account/myProfile.vue | 10 ++- pages/account/wishlist.vue | 43 ++++++--- pages/index/index.vue | 2 +- pages/index/search.vue | 2 +- pages/order/details.vue | 2 +- pages/shippingCart/index.vue | 9 +- static/icon/left.png | Bin 0 -> 355 bytes 12 files changed, 297 insertions(+), 77 deletions(-) create mode 100644 pages/account/changeImg.vue create mode 100644 static/icon/left.png diff --git a/pages.json b/pages.json index f0cc495..c9763d8 100644 --- a/pages.json +++ b/pages.json @@ -47,6 +47,14 @@ "navigationBarBackgroundColor":"#FFFFFF" } }, + { + "path" : "pages/account/changeImg", + "style" :{ + "navigationStyle":"custom", + "enablePullDownRefresh": false + } + + }, { "path": "pages/account/wishlist", "style": { diff --git a/pages/account/changeImg.vue b/pages/account/changeImg.vue new file mode 100644 index 0000000..2f90713 --- /dev/null +++ b/pages/account/changeImg.vue @@ -0,0 +1,165 @@ + + + + + \ No newline at end of file diff --git a/pages/account/favorites.vue b/pages/account/favorites.vue index 4bb7e15..3f30c3e 100644 --- a/pages/account/favorites.vue +++ b/pages/account/favorites.vue @@ -3,15 +3,15 @@ - + US${{item.promote_price?item.promote_price:item.shop_price}} - - + + @@ -41,6 +41,11 @@ } }, methods:{ + goDetails(id){ + uni.navigateTo({ + url:"../productDetails/index?goods_id="+id + }) + }, // 清空浏览记录 clearFavorites(){ let data={_action:'cleargoodsbrowsehistory'} diff --git a/pages/account/index.vue b/pages/account/index.vue index 7ac0469..5be3950 100644 --- a/pages/account/index.vue +++ b/pages/account/index.vue @@ -37,24 +37,24 @@ - My Orders + My Orders - + Unpaid - + Processing - - + + Shipped - - + + Returns - + diff --git a/pages/account/myOrders.vue b/pages/account/myOrders.vue index 6ed001c..2ad744b 100644 --- a/pages/account/myOrders.vue +++ b/pages/account/myOrders.vue @@ -150,12 +150,14 @@ + + -