diff --git a/config.js b/config.js index b658a3c..0d27da6 100644 --- a/config.js +++ b/config.js @@ -1,6 +1,6 @@ // 应用全局配置 module.exports = { - baseUrl: 'http://192.168.1.4:8080', + baseUrl: 'http://192.168.1.17:8080', // baseUrl: 'http://localhost:8080', // 应用信息 appInfo: { diff --git a/pages.json b/pages.json index 5b551d5..43ab9ae 100644 --- a/pages.json +++ b/pages.json @@ -70,10 +70,9 @@ } }, { - "path" : "public-notice", - "style" : - { - "navigationBarTitleText" : "" + "path": "public-notice", + "style": { + "navigationBarTitleText": "" } } ] @@ -219,6 +218,15 @@ "notice-item": "view" } } + }, + { + "path": "member/member-index", + "style": { + "navigationBarTitleText": "", + "componentPlaceholder": { + "notice-item": "view" + } + } } ] }], diff --git a/pages/mine/member/member-index.vue b/pages/mine/member/member-index.vue new file mode 100644 index 0000000..8cdaabb --- /dev/null +++ b/pages/mine/member/member-index.vue @@ -0,0 +1,327 @@ + + + + + \ No newline at end of file diff --git a/pages/notice/detail.vue b/pages/notice/detail.vue index 4938dad..07dcdbc 100644 --- a/pages/notice/detail.vue +++ b/pages/notice/detail.vue @@ -30,7 +30,7 @@ 关注 已关注 - 主页 + 主页 举报 @@ -379,6 +379,9 @@ goReportForm() { this.$tab.navigateTo('/pages/mine/set/report-form') }, + goMemberIndex() { + this.$tab.navigateTo('/pages/mine/member/member-index') + }, /** * 去报名列表 */ @@ -574,6 +577,7 @@ position: relative; .notice-detail-last-box { + width: 100%; height: calc(100vh - var(--status-bar-height) - var(--window-bottom) - 90rpx); overflow-y: scroll; padding: 30rpx 30rpx 115rpx 30rpx; diff --git a/pages/notice/report-list.vue b/pages/notice/report-list.vue index bdbae91..482037b 100644 --- a/pages/notice/report-list.vue +++ b/pages/notice/report-list.vue @@ -206,7 +206,9 @@ /** * 去名片所有者主页 */ - goIndex(item) {}, + goIndex(item) { + this.$tab.navigateTo('/pages/mine/member/member-index') + }, /** * 将名片置为合适或不合适 */ @@ -327,4 +329,4 @@ } } } - \ No newline at end of file + diff --git a/static/mine/auth/pingjia.png b/static/mine/auth/pingjia.png new file mode 100644 index 0000000..0b5f1ba Binary files /dev/null and b/static/mine/auth/pingjia.png differ diff --git a/static/mine/auth/renzhen.png b/static/mine/auth/renzhen.png new file mode 100644 index 0000000..c36d9ad Binary files /dev/null and b/static/mine/auth/renzhen.png differ