diff --git a/components/biner-input-tags/biner-input-tags.vue b/components/biner-input-tags/biner-input-tags.vue new file mode 100644 index 0000000..e31587e --- /dev/null +++ b/components/biner-input-tags/biner-input-tags.vue @@ -0,0 +1,141 @@ + + + \ No newline at end of file diff --git a/pages.json b/pages.json index 43ab9ae..edfb787 100644 --- a/pages.json +++ b/pages.json @@ -185,6 +185,11 @@ "style": { "navigationBarTitleText": "" } + }, { + "path": "set/evaluate", + "style": { + "navigationBarTitleText": "" + } }, { "path": "auth/auth-choose", diff --git a/pages/components/my-notice-item-tg.vue b/pages/components/my-notice-item-tg.vue index b387dfe..aded025 100644 --- a/pages/components/my-notice-item-tg.vue +++ b/pages/components/my-notice-item-tg.vue @@ -16,6 +16,7 @@ 重启 查看详情 发类似 + 评价(demo) @@ -45,6 +46,9 @@ publish(item) { this.$tab.navigateTo('/pages/notice/public-notice?sameId=' + item.id) }, + evaluate(){ + this.$tab.navigateTo('/pages/mine/set/evaluate') + }, updateStatus(status, id) { let data = { publishTakeDown: status, @@ -134,7 +138,7 @@ .opt-button-box { width: 100%; - font-size: 30rpx; + font-size: 26rpx; padding-top: 10rpx; display: flex; justify-content: flex-end; diff --git a/pages/components/my-notice-tg.vue b/pages/components/my-notice-tg.vue index e553336..455d576 100644 --- a/pages/components/my-notice-tg.vue +++ b/pages/components/my-notice-tg.vue @@ -14,8 +14,8 @@ - + @@ -153,6 +153,10 @@ */ goDetail(id) { this.$tab.navigateTo('/pages/notice/detail?viewMy=true&id=' + id) + }, + goEvaluate() { + this.$tab.navigateTo('/pages/mine/set/evaluate') + } } } diff --git a/pages/mine/set/evaluate.vue b/pages/mine/set/evaluate.vue new file mode 100644 index 0000000..d591455 --- /dev/null +++ b/pages/mine/set/evaluate.vue @@ -0,0 +1,216 @@ + + + + + \ No newline at end of file diff --git a/pages/mine/set/suggest.vue b/pages/mine/set/suggest.vue index c1dfb94..67bea16 100644 --- a/pages/mine/set/suggest.vue +++ b/pages/mine/set/suggest.vue @@ -1,6 +1,6 @@