diff --git a/server/src/apps/surveyManage/template/surveyTemplate/survey/normal.json b/server/src/apps/surveyManage/template/surveyTemplate/survey/normal.json index 8660bdfd..0902a6e4 100644 --- a/server/src/apps/surveyManage/template/surveyTemplate/survey/normal.json +++ b/server/src/apps/surveyManage/template/surveyTemplate/survey/normal.json @@ -131,10 +131,6 @@ "msg_9004": "提交失败!" } }, - "bottomConf": { - "logoImage": "", - "logoImageWidth": "33%" - }, "baseConf": { "begTime": "2018-05-22 17:17:48", "endTime": "2028-05-22 17:17:48", diff --git a/server/src/apps/surveyManage/template/surveyTemplate/survey/nps.json b/server/src/apps/surveyManage/template/surveyTemplate/survey/nps.json index 2265d352..0fdd2347 100644 --- a/server/src/apps/surveyManage/template/surveyTemplate/survey/nps.json +++ b/server/src/apps/surveyManage/template/surveyTemplate/survey/nps.json @@ -17,10 +17,6 @@ "skinColor": "#4a4c5b", "inputBgColor": "#ffffff" }, - "bottomConf": { - "logoImage": "", - "logoImageWidth": "40%" - }, "bannerConf": { "titleConfig": { "mainTitle": "

满意度调研

 

为了给您提供更好的服务,希望您能抽出几分钟时间,将您的感受和建议告诉我们,期待您的参与

", diff --git a/server/src/apps/surveyManage/template/surveyTemplate/survey/register.json b/server/src/apps/surveyManage/template/surveyTemplate/survey/register.json index 17514870..a9604f4c 100644 --- a/server/src/apps/surveyManage/template/surveyTemplate/survey/register.json +++ b/server/src/apps/surveyManage/template/surveyTemplate/survey/register.json @@ -163,10 +163,6 @@ }, "link": "" }, - "bottomConf": { - "logoImage": "", - "logoImageWidth": "33%" - }, "baseConf": { "begTime": "2018-05-22 17:17:48", "endTime": "2028-05-22 17:17:48", diff --git a/server/src/apps/surveyManage/template/surveyTemplate/survey/vote.json b/server/src/apps/surveyManage/template/surveyTemplate/survey/vote.json index c77db891..19f73227 100644 --- a/server/src/apps/surveyManage/template/surveyTemplate/survey/vote.json +++ b/server/src/apps/surveyManage/template/surveyTemplate/survey/vote.json @@ -150,10 +150,6 @@ "msg_9004": "提交失败!" } }, - "bottomConf": { - "logoImage": "", - "logoImageWidth": "33%" - }, "baseConf": { "begTime": "2018-05-25 10:22:23", "endTime": "2028-05-25 10:22:23", diff --git a/server/src/apps/surveyManage/template/surveyTemplate/templateBase.json b/server/src/apps/surveyManage/template/surveyTemplate/templateBase.json index 0ea4372f..16489904 100644 --- a/server/src/apps/surveyManage/template/surveyTemplate/templateBase.json +++ b/server/src/apps/surveyManage/template/surveyTemplate/templateBase.json @@ -25,8 +25,8 @@ } }, "bottomConf": { - "logoImage": "", - "logoImageWidth": "28%" + "logoImage": "https://img-hxy021.didistatic.com/static/starimg/img/4XcFlkzll41700742941814.png", + "logoImageWidth": "60%" }, "baseConf": { "begTime": "2018-05-30 10:38:31", diff --git a/server/src/apps/ui/public/commom.css b/server/src/apps/ui/public/commom.css new file mode 100644 index 00000000..606c181c --- /dev/null +++ b/server/src/apps/ui/public/commom.css @@ -0,0 +1,12 @@ +#main{ + width: 100wh; + height: 100vh; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; +} +.title{ + font-size: 20px; + color: #4A4C5B; +} \ No newline at end of file diff --git a/server/src/apps/ui/public/management.html b/server/src/apps/ui/public/management.html index 641c3ad3..3378ab44 100644 --- a/server/src/apps/ui/public/management.html +++ b/server/src/apps/ui/public/management.html @@ -5,8 +5,12 @@ 问卷管理端 + -

问卷管理端

+
+ +

暂无数据

+
\ No newline at end of file diff --git a/server/src/apps/ui/public/nodata.png b/server/src/apps/ui/public/nodata.png new file mode 100644 index 00000000..7977c748 Binary files /dev/null and b/server/src/apps/ui/public/nodata.png differ diff --git a/server/src/apps/ui/public/render.html b/server/src/apps/ui/public/render.html index 871689e9..3205ee84 100644 --- a/server/src/apps/ui/public/render.html +++ b/server/src/apps/ui/public/render.html @@ -5,8 +5,12 @@ 问卷投放端 + -

问卷投放端

+
+ +

暂无数据

+
\ No newline at end of file diff --git a/web/public/imgs/nodata.png b/web/public/imgs/nodata.png new file mode 100644 index 00000000..7977c748 Binary files /dev/null and b/web/public/imgs/nodata.png differ diff --git a/web/public/management.html b/web/public/management.html index 624e33da..6ee8228b 100644 --- a/web/public/management.html +++ b/web/public/management.html @@ -8,9 +8,6 @@ <%= htmlWebpackPlugin.options.title %> -
diff --git a/web/public/render.html b/web/public/render.html index 904b2bde..e31ce4d8 100644 --- a/web/public/render.html +++ b/web/public/render.html @@ -43,9 +43,6 @@ -
diff --git a/web/src/management/config/setterConfig/bannerConfig.js b/web/src/management/config/setterConfig/bannerConfig.js index e6b6cc7d..0596fe9d 100644 --- a/web/src/management/config/setterConfig/bannerConfig.js +++ b/web/src/management/config/setterConfig/bannerConfig.js @@ -22,7 +22,7 @@ export default [ { label: '视频海报地址', type: 'Input', - key: 'bannerConfig.posterImg', + key: 'bannerConfig.postImg', direction: 'horizon', }, ], diff --git a/web/src/management/pages/edit/modules/questionModule/components/banner.vue b/web/src/management/pages/edit/modules/questionModule/components/banner.vue index f35cb1ca..d10921fc 100644 --- a/web/src/management/pages/edit/modules/questionModule/components/banner.vue +++ b/web/src/management/pages/edit/modules/questionModule/components/banner.vue @@ -14,8 +14,8 @@ :poster="bannerConf.bannerConfig.postImg" preload="auto" controls + :src="bannerConf.bannerConfig.videoLink" > - diff --git a/web/src/management/pages/edit/modules/questionModule/components/logo.vue b/web/src/management/pages/edit/modules/questionModule/components/logo.vue index fddd272b..da89ae5c 100644 --- a/web/src/management/pages/edit/modules/questionModule/components/logo.vue +++ b/web/src/management/pages/edit/modules/questionModule/components/logo.vue @@ -1,14 +1,16 @@ @@ -36,11 +38,16 @@ export default { };