diff --git a/pages.json b/pages.json index e259bfc..d201486 100644 --- a/pages.json +++ b/pages.json @@ -340,7 +340,7 @@ { "path": "pages/shop-together/index", "style": { - "navigationBarTitleText": "购买记录" + "navigationBarTitleText": "拼团" } }, { diff --git a/pages/discover/discover.vue b/pages/discover/discover.vue index ead6b02..a1ae4f9 100644 --- a/pages/discover/discover.vue +++ b/pages/discover/discover.vue @@ -11,7 +11,8 @@ { name: '公司介绍', icon: 'company' }, { name: '朋友圈', icon: 'circle' }, { name: '线上商城', icon: 'mall' }, - { name: '购买记录', icon: 'team' }, + { name: '我的拼团伙伴', icon: 'team' }, + { name: '购买记录', icon: 'shopping' }, { name: '项目入口', icon: 'project' }, { name: '直播列表', icon: 'liveStream' } ] diff --git a/static/images/discover/shopping.png b/static/images/discover/shopping.png new file mode 100644 index 0000000..0bf9e62 Binary files /dev/null and b/static/images/discover/shopping.png differ