From 2d251faff1e13d8af4f11b52aba4f43494ef1199 Mon Sep 17 00:00:00 2001 From: Yer <17633066053@163.com> Date: Wed, 13 Sep 2023 09:36:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20:sparkles:=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=BF=A1=E6=81=AF=E9=A1=B5=E9=9D=A2=EF=BC=8C?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=B4=AD=E7=89=A9=E8=BD=A6=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 1 + pages/mine/set/personMsg.vue | 6 +++--- pages/tabbar/cart/cartList.vue | 10 +++++++++- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/pages.json b/pages.json index c4a68d0..e16ad50 100644 --- a/pages.json +++ b/pages.json @@ -36,6 +36,7 @@ "path": "pages/tabbar/cart/cartList", "style": { "navigationBarTitleText": "购物车", + "navigationStyle": "custom", // 隐藏系统导航栏 "navigationBarBackgroundColor": "#fff", "enablePullDownRefresh":true //实现下拉刷新样式 diff --git a/pages/mine/set/personMsg.vue b/pages/mine/set/personMsg.vue index c1c4408..f7fb2c5 100644 --- a/pages/mine/set/personMsg.vue +++ b/pages/mine/set/personMsg.vue @@ -16,11 +16,11 @@ - - + {{ birthday || '请选择出生日期' }} + - + {{ form.___path || '请选择城市' }} 保存 退出登录 diff --git a/pages/tabbar/cart/cartList.vue b/pages/tabbar/cart/cartList.vue index d1b6f16..6d736cc 100644 --- a/pages/tabbar/cart/cartList.vue +++ b/pages/tabbar/cart/cartList.vue @@ -1,5 +1,10 @@ + + + {{ !isEdit ? '编辑' : '完成'}} + + @@ -8,7 +13,6 @@ 随便逛逛> -