diff --git a/src/pages.json b/src/pages.json index 22a97b4..60de566 100644 --- a/src/pages.json +++ b/src/pages.json @@ -1072,6 +1072,48 @@ "style" : { "navigationBarTitleText": "评价" } + }, + { + "path": "pages/goods_search", + "style" : { + "navigationBarTitleText": "搜索" + } + }, + { + "path": "pages/appraise_list", + "style" : { + "navigationBarTitleText": "商品详情" + } + }, + { + "path": "pages/order/order_share", + "style" : { + "navigationBarTitleText": "分享我的订单" + } + }, + { + "path": "pages/order/order_search", + "style" : { + "navigationBarTitleText": "我的订单" + } + }, + { + "path": "pages/order/refund_list", + "style" : { + "navigationBarTitleText": "售后订单" + } + }, + { + "path": "pages/order/refund_details", + "style" : { + "navigationBarTitleText": "退款详情" + } + }, + { + "path": "pages/order/refund_logs", + "style" : { + "navigationBarTitleText": "协商记录" + } } ] } diff --git a/src/subpackage/mall/components/index_search_bar.vue b/src/subpackage/mall/components/index_search_bar.vue index 9f44ad1..f377ca7 100644 --- a/src/subpackage/mall/components/index_search_bar.vue +++ b/src/subpackage/mall/components/index_search_bar.vue @@ -1,8 +1,8 @@