diff --git a/pages.json b/pages.json index a667e30..9d9b4c7 100644 --- a/pages.json +++ b/pages.json @@ -57,7 +57,7 @@ "path": "pages/shop_details/index", "style": { "navigationStyle": "custom", - "navigationStyle": "custom" + "navigationBarTitleText": "门店详情" // #ifdef MP || APP-PLUS , "navigationBarBackgroundColor": "#F2F2F2" diff --git a/pages/admin/business/index.vue b/pages/admin/business/index.vue index c0096a5..6a8fe8c 100644 --- a/pages/admin/business/index.vue +++ b/pages/admin/business/index.vue @@ -64,6 +64,20 @@ icon: 'iconfont icon-shangjiaguanli' }); } + if(this.service.is_goods){ + list.push({ + title: '我要收款', + url: '/pages/product/list/index?mer_id=' + merId, + icon: 'iconfont icon-shangjiaguanli' + }); + } + if(this.service.is_goods){ + list.push({ + title: '基本信息', + url: '/pages/product/list/index?mer_id=' + merId, + icon: 'iconfont icon-shangjiaguanli' + }); + } return list; } }, diff --git a/pages/shop/index.vue b/pages/shop/index.vue index 74004f1..e875de2 100644 --- a/pages/shop/index.vue +++ b/pages/shop/index.vue @@ -62,7 +62,7 @@ 全部商家 附近商家 - +