diff --git a/src/api/event.js b/src/api/event.js
index 5f4b2be..ea0d0f5 100644
--- a/src/api/event.js
+++ b/src/api/event.js
@@ -41,7 +41,7 @@ export function collects(data) {
// 事件评价
export function updateEvent(data) {
return request({
- url: `/governance/officialAccountEventList/updateEvent`,
+ url: `/governance/icEventOld/comment`,
method: 'post',
message: '事件评价中...',
data
diff --git a/src/api/home.js b/src/api/home.js
index 7f442c2..82fbcf7 100644
--- a/src/api/home.js
+++ b/src/api/home.js
@@ -34,6 +34,13 @@ export function icEventOldDiscuss(data) {
data
})
}
+ // 【社区讯息】详情
+ export function communityPublicityDetail(id) {
+ return request({
+ url: `/actual/base/communityPublicity/${id}`,
+ method: 'get',
+ })
+ }
//议事赞成/反对
export function handelClicsupport(data) {
return request({
diff --git a/src/components/registerDialog/index.vue b/src/components/registerDialog/index.vue
index 92bdd6f..95a67e6 100644
--- a/src/components/registerDialog/index.vue
+++ b/src/components/registerDialog/index.vue
@@ -1,8 +1,8 @@
- 请您先进行手号注册。 {{content}}温馨提示
-