diff --git a/project/qujing/app/AppCurriculumManage/AppCurriculumManage.vue b/project/qujing/app/AppCurriculumManage/AppCurriculumManage.vue new file mode 100644 index 00000000..9e451393 --- /dev/null +++ b/project/qujing/app/AppCurriculumManage/AppCurriculumManage.vue @@ -0,0 +1,70 @@ + + + + + + + + + + + diff --git a/project/qujing/app/AppCurriculumManage/components/Add.vue b/project/qujing/app/AppCurriculumManage/components/Add.vue new file mode 100644 index 00000000..795beb0b --- /dev/null +++ b/project/qujing/app/AppCurriculumManage/components/Add.vue @@ -0,0 +1,273 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 奖品名称: + + + + 中奖规则: + + + + 奖品总数: + + + + 奖品排序: + + + + 开放轮次: + + 第一轮 + 第二轮 + 第三轮 + 第四轮 + 第五轮 + + + + 是否默认: + + + + + 奖品图片: + + + + + 删除 + + + + + + + 添加奖品 + + + + + + + 取消 + 提交 + + + + + + + diff --git a/project/qujing/app/AppCurriculumManage/components/Detail.vue b/project/qujing/app/AppCurriculumManage/components/Detail.vue new file mode 100644 index 00000000..fd43e438 --- /dev/null +++ b/project/qujing/app/AppCurriculumManage/components/Detail.vue @@ -0,0 +1,270 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/project/qujing/app/AppCurriculumManage/components/List.vue b/project/qujing/app/AppCurriculumManage/components/List.vue new file mode 100644 index 00000000..c3e98319 --- /dev/null +++ b/project/qujing/app/AppCurriculumManage/components/List.vue @@ -0,0 +1,148 @@ + + + + + + + + + + + + 添加 + + + + + + + + + + + 编辑 + 详情 + + + + + + + + + + + + diff --git a/project/qujing/app/AppPressCenter/AppPressCenter.vue b/project/qujing/app/AppPressCenter/AppPressCenter.vue new file mode 100644 index 00000000..aef6be4f --- /dev/null +++ b/project/qujing/app/AppPressCenter/AppPressCenter.vue @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/project/qujing/app/AppPressCenter/components/addArticle.vue b/project/qujing/app/AppPressCenter/components/addArticle.vue new file mode 100644 index 00000000..73bd1ded --- /dev/null +++ b/project/qujing/app/AppPressCenter/components/addArticle.vue @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + + + + + + + + + + 最多上传1张图片,单个文件最大10MB,支持jpg、jpeg、png格式图片比例:1.6:1 + + + + + + + + 取消 + 发布 + 保存 + + + + + + + diff --git a/project/qujing/app/AppPressCenter/components/addVideo.vue b/project/qujing/app/AppPressCenter/components/addVideo.vue new file mode 100644 index 00000000..ffe1476c --- /dev/null +++ b/project/qujing/app/AppPressCenter/components/addVideo.vue @@ -0,0 +1,262 @@ + + + + + + + + + + + + + + + + + + + + + + + + + 上传视频 + + 支持mp4格式,单个文件最大100MB + + + + + 重新选择 + + + + + 图片比例:1.8:1 + + + + + + + + 取消 + 发布 + 保存 + + + + + + + diff --git a/project/qujing/app/AppPressCenter/components/commentList.vue b/project/qujing/app/AppPressCenter/components/commentList.vue new file mode 100644 index 00000000..cfd6c7b2 --- /dev/null +++ b/project/qujing/app/AppPressCenter/components/commentList.vue @@ -0,0 +1,123 @@ + + + + + + + + + + + + + 删除 + + + + + + + + + + + diff --git a/project/qujing/app/AppPressCenter/components/index.js b/project/qujing/app/AppPressCenter/components/index.js new file mode 100644 index 00000000..f8d4b5fd --- /dev/null +++ b/project/qujing/app/AppPressCenter/components/index.js @@ -0,0 +1,6 @@ +export {default as newsList} from "./newsList"; +export {default as commentList} from "./commentList"; +export {default as addVideo} from "./addVideo"; +export {default as addArticle} from "./addArticle"; +export {default as newsDetail} from "./newsDetail"; +export {default as videoDetail} from "./videoDetail"; diff --git a/project/qujing/app/AppPressCenter/components/newsDetail.vue b/project/qujing/app/AppPressCenter/components/newsDetail.vue new file mode 100644 index 00000000..17d4e4c2 --- /dev/null +++ b/project/qujing/app/AppPressCenter/components/newsDetail.vue @@ -0,0 +1,143 @@ + + + + + + + + + {{ detail.title }} + 类型:{{ dict.getLabel('newsCenterPolicyType', +detail.policyType) }} + + + 修改 + + + + + + + + + + 封面: + + + + + + + + + + + + diff --git a/project/qujing/app/AppPressCenter/components/newsList.vue b/project/qujing/app/AppPressCenter/components/newsList.vue new file mode 100644 index 00000000..4c6f5e4e --- /dev/null +++ b/project/qujing/app/AppPressCenter/components/newsList.vue @@ -0,0 +1,278 @@ + + + + + + + + + + + + + + + isClick=v" @command="addNews" + v-if="permissions('app_appnewscenterinfo_edit')"> + 发布新闻 + + + + 发布视频 + 发布文章 + + + + + + + + [置顶] + {{ row.title }} + + + + + + 取消置顶 + 置顶 + 取消发布 + 发布 + 查看 + + 编辑 + + 删除 + + 小程序链接 + + + + + + + + + + + diff --git a/project/qujing/app/AppPressCenter/components/videoDetail.vue b/project/qujing/app/AppPressCenter/components/videoDetail.vue new file mode 100644 index 00000000..58e69234 --- /dev/null +++ b/project/qujing/app/AppPressCenter/components/videoDetail.vue @@ -0,0 +1,90 @@ + + + + + + + + + 修改 + + + + + + + + + + + + + + + + + + + + +
类型:{{ dict.getLabel('newsCenterPolicyType', +detail.policyType) }}