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/config.js b/config.js index 0d27da6..b066207 100644 --- a/config.js +++ b/config.js @@ -1,6 +1,6 @@ // 应用全局配置 module.exports = { - baseUrl: 'http://192.168.1.17:8080', + baseUrl: 'http://192.168.1.4:8081', // baseUrl: 'http://localhost:8080', // 应用信息 appInfo: { 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 8f1f572..9ade690 100644 --- a/pages/components/my-notice-item-tg.vue +++ b/pages/components/my-notice-item-tg.vue @@ -13,6 +13,7 @@ 重启 查看详情 发类似 + 评价(demo) @@ -85,6 +86,9 @@ */ goDetail(id) { this.$emit("goDetail", id) + }, + goEvaluate() { + this.$emit("goEvaluate") } } } diff --git a/pages/components/my-notice-tg.vue b/pages/components/my-notice-tg.vue index 56398cd..f834255 100644 --- a/pages/components/my-notice-tg.vue +++ b/pages/components/my-notice-tg.vue @@ -14,8 +14,8 @@ - + @@ -87,6 +87,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 74ff28f..6d10139 100644 --- a/pages/mine/set/suggest.vue +++ b/pages/mine/set/suggest.vue @@ -1,6 +1,6 @@