diff --git a/pages.json b/pages.json index 691afca..a083d32 100644 --- a/pages.json +++ b/pages.json @@ -86,7 +86,7 @@ { "path": "pages/user/my/chatonline", "style": { - "navigationBarTitleText": "", + "navigationBarTitleText": "客服", "navigationStyle": "custom" } }, diff --git a/pages/shop/shopdetail.vue b/pages/shop/shopdetail.vue index de64241..e4fa9e7 100644 --- a/pages/shop/shopdetail.vue +++ b/pages/shop/shopdetail.vue @@ -18,18 +18,18 @@ - + + + @@ -248,6 +248,11 @@ this.$set(this.tab_list, this.current, tab_item); this.$refs.uWaterfallFather[this.current].clear(); } + }, + onShareAppMessage(){ + return { + title: '给你分享了一家店铺,我觉得很不错哦~' + } } } @@ -339,6 +344,12 @@ justify-content: space-between; padding: 0 65rpx 0 65rpx; } + .menu-btn{ + margin: 0; + padding: 0; + background-color: transparent; + line-height: 1.5; + } /deep/.u-scroll-box { display: flex;