From be90f1213bf8ef5948faf6a77e18f4eb533a556a Mon Sep 17 00:00:00 2001 From: cyh666666 <2398882793@qq.com> Date: Mon, 26 Jan 2026 08:16:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=A7=E7=BB=AD=E8=A1=A5=E5=85=85=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E9=A1=B5=E9=9D=A2=EF=BC=8Cconsumer=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E5=AE=8C=E6=88=90=E5=BA=A670%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 42 + pages/mall/consumer/address-edit.uvue | 1004 ++++-------- pages/mall/consumer/address-list.uvue | 221 +++ pages/mall/consumer/cart.uvue | 1264 ++++++++++----- pages/mall/consumer/category.uvue | 305 +++- pages/mall/consumer/coupons.uvue | 645 ++------ pages/mall/consumer/favorites.uvue | 833 +++------- pages/mall/consumer/footprint.uvue | 238 +-- pages/mall/consumer/index.uvue | 765 +++++---- pages/mall/consumer/index1.uvue | 1550 ------------------ pages/mall/consumer/index松散.uvue | 1612 ------------------- pages/mall/consumer/index紧凑.uvue | 1793 --------------------- pages/mall/consumer/messages.uvue | 1905 ++++++++++++----------- pages/mall/consumer/product-detail.uvue | 216 ++- pages/mall/consumer/profile.uvue | 485 ++++-- pages/mall/consumer/search.uvue | 399 ++++- pages/mall/consumer/shop-detail.uvue | 375 +++++ 17 files changed, 4859 insertions(+), 8793 deletions(-) create mode 100644 pages/mall/consumer/address-list.uvue delete mode 100644 pages/mall/consumer/index1.uvue delete mode 100644 pages/mall/consumer/index松散.uvue delete mode 100644 pages/mall/consumer/index紧凑.uvue create mode 100644 pages/mall/consumer/shop-detail.uvue diff --git a/pages.json b/pages.json index 6cac3ba5..49ccff18 100644 --- a/pages.json +++ b/pages.json @@ -39,6 +39,48 @@ "navigationBarTitleText": "搜索", "navigationStyle": "custom" } + }, + { + "path": "pages/mall/consumer/product-detail", + "style": { + "navigationBarTitleText": "商品详情" + } + }, + { + "path": "pages/mall/consumer/shop-detail", + "style": { + "navigationBarTitleText": "店铺详情" + } + }, + { + "path": "pages/mall/consumer/coupons", + "style": { + "navigationBarTitleText": "我的优惠券" + } + }, + { + "path": "pages/mall/consumer/favorites", + "style": { + "navigationBarTitleText": "我的收藏" + } + }, + { + "path": "pages/mall/consumer/footprint", + "style": { + "navigationBarTitleText": "我的足迹" + } + }, + { + "path": "pages/mall/consumer/address-list", + "style": { + "navigationBarTitleText": "收货地址" + } + }, + { + "path": "pages/mall/consumer/address-edit", + "style": { + "navigationBarTitleText": "编辑地址" + } } ], "tabBar": { diff --git a/pages/mall/consumer/address-edit.uvue b/pages/mall/consumer/address-edit.uvue index ef81282c..d88f1c20 100644 --- a/pages/mall/consumer/address-edit.uvue +++ b/pages/mall/consumer/address-edit.uvue @@ -1,793 +1,319 @@ -