diff --git a/components/tabbar/tabBar.vue b/components/tabbar/tabBar.vue index aff566f..a9e8b8f 100644 --- a/components/tabbar/tabBar.vue +++ b/components/tabbar/tabBar.vue @@ -2,9 +2,9 @@ + @click="goPage(item)" v-if="'01'==nowUserType ||('02'==nowUserType && 'fabu'!=item.code)"> - + @@ -20,6 +20,10 @@ menuCode: { Type: 'String', default: 'home' + }, + nowUserType: { + Type: 'String', + default: '' } }, data() { @@ -40,6 +44,14 @@ selectedIconPath: '/static/images/tabbar/dingyue_.png', centerItem: false }, + { + id: 4, + code: "fabu", + text: "发布", + iconPath: '/static/images/tabbar/new_notice.png', + selectedIconPath: '/static/images/tabbar/new_notice.png', + centerItem: true + }, { id: 2, code: "myNotice", @@ -114,6 +126,7 @@ .dl-image { height: 45rpx; + width: 45rpx; } .dl-vip { @@ -140,6 +153,7 @@ position: relative; .item-top { + padding-top: 0rpx !important; position: absolute; top: -55rpx; left: 50%; @@ -152,7 +166,12 @@ .item-bottom { position: absolute; - bottom: 5rpx; + bottom: 20rpx; + } + + image { + width: 105rpx !important; + height: 105rpx !important; } } \ No newline at end of file diff --git a/config.js b/config.js index 70005e5..b658a3c 100644 --- a/config.js +++ b/config.js @@ -33,6 +33,12 @@ module.exports = { }, { title: "通告券购买协议", code: "coupon_agreement" + }, { + title: "审核标准", + code: "approval_rule" + }, { + title: "进阶技巧", + code: "advanced_skills" } ] } diff --git a/pages.json b/pages.json index 74e01ac..5b551d5 100644 --- a/pages.json +++ b/pages.json @@ -68,6 +68,13 @@ "style": { "navigationBarTitleText": "" } + }, + { + "path" : "public-notice", + "style" : + { + "navigationBarTitleText" : "" + } } ] }, { diff --git a/pages/components/my-notice-item.vue b/pages/components/my-notice-item.vue index 4d612a5..eebcb42 100644 --- a/pages/components/my-notice-item.vue +++ b/pages/components/my-notice-item.vue @@ -1,18 +1,20 @@ @@ -20,12 +22,18 @@ + + \ No newline at end of file diff --git a/static/detail/jinjiejiqiao.png b/static/detail/jinjiejiqiao.png new file mode 100644 index 0000000..8e95cc1 Binary files /dev/null and b/static/detail/jinjiejiqiao.png differ diff --git a/static/detail/shenhebiaozhun.png b/static/detail/shenhebiaozhun.png new file mode 100644 index 0000000..a9b3d69 Binary files /dev/null and b/static/detail/shenhebiaozhun.png differ diff --git a/static/images/tabbar/new_notice.png b/static/images/tabbar/new_notice.png new file mode 100644 index 0000000..2621e36 Binary files /dev/null and b/static/images/tabbar/new_notice.png differ