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 @@
+
+
+
+
+
+ {{item.title}}
+
+
+
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+
+
+ 你觉得参与本次通告体验如何?(1-10分)
+
+
+
+
+
+
+
+ 分享你的参与感受,帮助更多小伙伴~
+
+
+
+
+ {{item}}
+
+
+
+
+
+
+ 你的头像和昵称将在评价中隐藏
+
+
+ 提交
+
+
+
+
+
+
+
+
+
\ 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 @@
-
diff --git a/uni_modules/uni-file-picker/components/uni-file-picker/upload-image.vue b/uni_modules/uni-file-picker/components/uni-file-picker/upload-image.vue
index 9857a9e..0a95613 100644
--- a/uni_modules/uni-file-picker/components/uni-file-picker/upload-image.vue
+++ b/uni_modules/uni-file-picker/components/uni-file-picker/upload-image.vue
@@ -4,6 +4,7 @@
+ {{item.url}}