diff --git a/components/CustomTabBar.vue b/components/CustomTabBar.vue index f06b7e1..51eba78 100644 --- a/components/CustomTabBar.vue +++ b/components/CustomTabBar.vue @@ -34,7 +34,7 @@ export default { }, { "pagePath": "pages/index/intelligentAgent", - "selectColor": "#00FF00", + "selectColor": "#00FFFF", "text": "智能体" }, { diff --git a/pages.json b/pages.json index 58c2fe2..3d9c599 100644 --- a/pages.json +++ b/pages.json @@ -122,6 +122,48 @@ "style": { "navigationBarTitleText": "文章详情" } + }, + { + "path" : "user/privacy", + "style" : { + "navigationBarTitleText" : "详情" + } + }, + { + "path" : "user/privacyInfo", + "style" : { + "navigationBarTitleText" : "详情" + } + }, + { + "path" : "user/travelerList", + "style" : { + "navigationBarTitleText" : "收货地址" + } + }, + { + "path" : "user/myAddressAdd", + "style" : { + "navigationBarTitleText" : "收货地址" + } + }, + { + "path" : "user/gwc", + "style" : { + "navigationBarTitleText" : "购物车" + } + }, + { + "path": "user/profile", + "style": { + "navigationBarTitleText": "个人信息" + } + }, + { + "path" : "user/changeNickname", + "style" : { + "navigationBarTitleText" : "修改昵称" + } } ] }], diff --git a/pages/index/iSoul.vue b/pages/index/iSoul.vue index ccc2bfe..f075cc3 100644 --- a/pages/index/iSoul.vue +++ b/pages/index/iSoul.vue @@ -123,12 +123,12 @@ }, ], cyList: [ - { - src: 'https://static.ticket.sz-trip.com/cgc/images/user/gwc.png', - title: '购物车', - path: '/subPackages/user/gwc', - isShow: true - }, + // { + // src: 'https://static.ticket.sz-trip.com/cgc/images/user/gwc.png', + // title: '购物车', + // path: '/subPackages/user/gwc', + // isShow: true + // }, { src: 'https://static.ticket.sz-trip.com/cgc/images/user/kfdh.png', title: '客服电话', diff --git a/static/js/CommonFunction.js b/static/js/CommonFunction.js index f108c8b..17ef6eb 100644 --- a/static/js/CommonFunction.js +++ b/static/js/CommonFunction.js @@ -301,7 +301,7 @@ Vue.prototype.goDetailByType= function(item){ // } console.log(item.id) uni.navigateTo({ - url: `/subPackages/techan/detail?id=?${(item.goods_id || item.id)}` + url: `/subPackages/techan/detail?id=${(item.goods_id || item.id)}` }) } diff --git a/subPackages/techan/detail.vue b/subPackages/techan/detail.vue index 1181e5c..803d098 100644 --- a/subPackages/techan/detail.vue +++ b/subPackages/techan/detail.vue @@ -61,17 +61,17 @@