diff --git a/src/project/dongsheng/AppEnteringCommunity/AppCommunityInfo.vue b/src/project/dongsheng/AppEnteringCommunity/AppCommunityInfo.vue new file mode 100644 index 0000000..9a63479 --- /dev/null +++ b/src/project/dongsheng/AppEnteringCommunity/AppCommunityInfo.vue @@ -0,0 +1,102 @@ + + + {{ info.title }} + + {{ info.areaName }} + {{ info.createDate }} + + + + + + + + + + + + diff --git a/src/project/dongsheng/AppEnteringCommunity/AppEnteringCommunity.vue b/src/project/dongsheng/AppEnteringCommunity/AppEnteringCommunity.vue new file mode 100644 index 0000000..e39b351 --- /dev/null +++ b/src/project/dongsheng/AppEnteringCommunity/AppEnteringCommunity.vue @@ -0,0 +1,664 @@ + + + + + + 社区 + + + + + + + + {{ areaName }} + 请选择 + + + + 欢迎进入{{ areaName }} + 我的家乡 + 设为家乡 + + + + + + + + + + + + + + + + + + + + + + 三务公开 + + 更多专题 + + + + + + {{ item.title }} + + {{ item.categoryName }} + {{ item.createTime ? item.createTime.split(' ')[0] : '' }} + + {{ item.viewCount }} + 人看过 + + + + + + + 居民活动 + + 更多活动 + + + + + + + + {{ item.title }} + + + + + + 社区相册 + + + + + 共{{ item.total }}张 + {{ item.name }} + + + + + + + + + diff --git a/src/project/dongsheng/AppEnteringCommunity/AppPhotoAlbum.vue b/src/project/dongsheng/AppEnteringCommunity/AppPhotoAlbum.vue new file mode 100644 index 0000000..4a22eac --- /dev/null +++ b/src/project/dongsheng/AppEnteringCommunity/AppPhotoAlbum.vue @@ -0,0 +1,385 @@ + + + + + + + 邻里相册 + + + + + + + + {{ name }} + + + + {{ info.total }} + 照片 + + + {{ info.thisMonth }} + 本月 + + + {{ info.lastMonth }} + 上月 + + + {{ info.thisYear }} + 今年 + + + + + {{ group.name }} + + + + + {{ item.createUserName }} 上传 + + + + + + + + 上传图片 + + + + + + + + diff --git a/src/project/dongsheng/AppEnteringCommunity/custom.png b/src/project/dongsheng/AppEnteringCommunity/custom.png new file mode 100644 index 0000000..35b3676 Binary files /dev/null and b/src/project/dongsheng/AppEnteringCommunity/custom.png differ diff --git a/src/project/dongsheng/AppEnteringCommunity/custom_selected.png b/src/project/dongsheng/AppEnteringCommunity/custom_selected.png new file mode 100644 index 0000000..3895108 Binary files /dev/null and b/src/project/dongsheng/AppEnteringCommunity/custom_selected.png differ diff --git a/src/project/dongsheng/AppHome/AppHome.vue b/src/project/dongsheng/AppHome/AppHome.vue new file mode 100644 index 0000000..80a69b5 --- /dev/null +++ b/src/project/dongsheng/AppHome/AppHome.vue @@ -0,0 +1,491 @@ + + + + + + 请输入需要搜索的内容 + + + + + + + + + + + + {{ item.name }} + + + + + + + + + 推荐专题 + + + + + + + + + {{ category.title }} + + + + + + + + + + + + + {{ category.categoryName }} + {{ category.createTime }} + + + {{ category.viewCount }} + 人看过 + + + + + + + + + + + + diff --git a/src/project/dongsheng/AppHome/home.png b/src/project/dongsheng/AppHome/home.png new file mode 100644 index 0000000..c39927f Binary files /dev/null and b/src/project/dongsheng/AppHome/home.png differ diff --git a/src/project/dongsheng/AppHome/home_selected.png b/src/project/dongsheng/AppHome/home_selected.png new file mode 100644 index 0000000..a37c217 Binary files /dev/null and b/src/project/dongsheng/AppHome/home_selected.png differ