diff --git a/src/api/activity.js b/src/api/activity.js index 163b0ec..a463520 100644 --- a/src/api/activity.js +++ b/src/api/activity.js @@ -16,3 +16,11 @@ export function detail(id) { }) } + +export function communityActivityApplicationRecordDelete(data) { + return request({ + url: `/actual/base/communityActivityApplicationRecord/delete`, + method: 'post', + data + }) +} \ No newline at end of file diff --git a/src/api/home.js b/src/api/home.js index 633de42..7f442c2 100644 --- a/src/api/home.js +++ b/src/api/home.js @@ -65,4 +65,12 @@ export function popularSearch(data) { method: 'post', data }) -} \ No newline at end of file +} + //社区讯息点赞 + export function communityPublicityGiveLike(data) { + return request({ + url: `/actual/base/communityPublicity/giveLike`, + method: 'post', + data + }) +} diff --git a/src/assets/images/share/ai.gif b/src/assets/images/share/ai.gif new file mode 100644 index 0000000..c8bc755 Binary files /dev/null and b/src/assets/images/share/ai.gif differ diff --git a/src/assets/images/share/shadow.png b/src/assets/images/share/shadow.png new file mode 100644 index 0000000..b9a43af Binary files /dev/null and b/src/assets/images/share/shadow.png differ diff --git a/src/assets/images/share/tip.png b/src/assets/images/share/tip.png new file mode 100644 index 0000000..e056453 Binary files /dev/null and b/src/assets/images/share/tip.png differ diff --git a/src/components/Share/index.vue b/src/components/Share/index.vue new file mode 100644 index 0000000..c5efcb5 --- /dev/null +++ b/src/components/Share/index.vue @@ -0,0 +1,53 @@ + + + + + \ No newline at end of file diff --git a/src/plugins/vant.js b/src/plugins/vant.js index 11d79fa..3d5370a 100644 --- a/src/plugins/vant.js +++ b/src/plugins/vant.js @@ -27,7 +27,8 @@ import { Swipe, SwipeItem, NoticeBar, - CellGroup + CellGroup, + Overlay } from 'vant' Vue.use(Button) @@ -56,4 +57,5 @@ Vue.use(Button) .use(Swipe) .use(SwipeItem) .use(NoticeBar) - .use(CellGroup) \ No newline at end of file + .use(CellGroup) + .use(Overlay) \ No newline at end of file diff --git a/src/views/activity/detail.vue b/src/views/activity/detail.vue index 0e93fe7..3c14fd3 100644 --- a/src/views/activity/detail.vue +++ b/src/views/activity/detail.vue @@ -1,19 +1,19 @@ 转发 + 立即报名 + + diff --git a/src/views/communityPublicity/detail.vue b/src/views/communityPublicity/detail.vue index b82346c..9fda200 100644 --- a/src/views/communityPublicity/detail.vue +++ b/src/views/communityPublicity/detail.vue @@ -14,27 +14,31 @@
- + 点赞{{ info.likes }}1200 + 点赞{{ info.likes }}
- + 转发 {{ info.likes }}420 + 转发 {{ info.transpond }}
+