diff --git a/pages.json b/pages.json index 00d2d70..246268e 100644 --- a/pages.json +++ b/pages.json @@ -51,13 +51,15 @@ { "path": "pages/store/list/list", "style": { - "navigationBarTitleText": "商品列表" + "navigationBarTitleText": "商品列表", + "navigationStyle":"custom" } }, { "path": "pages/store/comment/comment", "style": { - "navigationBarTitleText": "商品评论" + "navigationBarTitleText": "商品评论" , + "navigationStyle":"custom" } }, { @@ -70,7 +72,8 @@ { "path": "pages/article/details", "style": { - "navigationBarTitleText": "" + "navigationBarTitleText": "", + "navigationStyle":"custom" } }, { @@ -189,7 +192,8 @@ { "path": "pages/address/add/add", "style": { - "navigationBarTitleText": "收货地址" + "navigationBarTitleText": "收货地址", + "navigationStyle":"custom" } }, { @@ -475,58 +479,7 @@ "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", - "backgroundColor": "#F8F8F8" - }, - - // "tabBar": { - // "backgroundColor": "#fff", - // "color": "#9B9B9B", - // "selectedColor": "#ff2741", - // "borderStyle": "white", - // "list": [ - // { - // "pagePath": "pages/index/index/index", - // "text": "首页", - // "iconPath": "static/shop.png", - // "selectedIconPath": "static/shop-r.png" - // }, - // { - // "pagePath": "pages/index/classification/classification", - // "text": "分类", - // "iconPath": "static/class.png", - // "selectedIconPath": "static/class-r.png" - // }, - // { - // "pagePath": "pages/store/cart/cart", - // "text": "购物车", - // "iconPath": "static/card.png", - // "selectedIconPath": "static/card-r.png" - // }, - // { - // "pagePath": "pages/user/personal/personal", - // "text": "我的", - // "iconPath": "static/user.png", - // "selectedIconPath": "static/user-r.png" - // } - // ] - // }, - - "condition" : { //模式配置,仅开发期间生效 - "current": 0, //当前激活的模式(list 的索引项) - "list": [ - { - "name": "首页", //模式名称 - "path": "pages/index/index/index", //启动页面,必选 - "query": "" //启动参数,在页面的onLoad函数里面得到 - }, - { - "name": "测试", - "path": "pages/user/personal/personal", - "query": "" - } - - ] - } - - + "backgroundColor": "#F8F8F8", + "navigationStyle":"custom" + } } diff --git a/pages/user/register/register.vue b/pages/user/register/register.vue index a0a0642..ae1a80a 100644 --- a/pages/user/register/register.vue +++ b/pages/user/register/register.vue @@ -6,28 +6,195 @@ - +