financial.vue 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  1. <template>
  2. <div class="client-exam-page client-platform-page">
  3. <!-- 广告图位置 -->
  4. <div class="client-banner-box">
  5. <div
  6. :style="{backgroundImage: `url(${bannerList[0].pic || require(`~/static/images/client/train/train-banner-background.png`)})`}"
  7. class="client-platform-banner">
  8. <div class="client-container mta-hidden-xs">
  9. <div class="banner-btn-groups">
  10. <onlineInformationBtn class="online-information-btn btn-item" />
  11. </div>
  12. </div>
  13. </div>
  14. </div>
  15. <!-- 金融保险培训现状 -->
  16. <div class="client-xianzhuang-box">
  17. <h4>金融保险培训现状</h4>
  18. <p>金融保险无处不在并已形成一个庞大体系,金融保险涉及的范畴、分支和内容非常广,如货币、证券、银行、保险、投资理财、风险管理等,
  19. 相互来说考核点多、信息量大、对员工的知识储备要求较高,相对的考核难度也较大。所以金融保险业更需要考核数据来作为依据,帮助提升业务能力。
  20. </p>
  21. </div>
  22. <!-- 金融保险培训痛点 -->
  23. <div class="client-tongdian-box client-container">
  24. <h4>金融保险培训痛点</h4>
  25. <ul>
  26. <li>
  27. <div>
  28. <i></i>
  29. <p>产品随政策变动、更新频率高,要求员工掌握最新工作政策</p>
  30. </div>
  31. </li>
  32. <li>
  33. <div>
  34. <i></i>
  35. <p>一线员工数量庞大,组织培训考核极难并且成本高昂</p>
  36. </div>
  37. </li>
  38. <li>
  39. <div>
  40. <i></i>
  41. <p>人数太多,及时勉强组织培训考核,也很难管控</p>
  42. </div>
  43. </li>
  44. </ul>
  45. </div>
  46. <!-- 青谷解决方案 -->
  47. <div class="client-fangan-box client-container">
  48. <h4 class="client-title">青谷解决方案</h4>
  49. <imgCardLv2 :option="item" v-for="(item,index) in productList" :key="index">
  50. <div class="btn-groups">
  51. <onlineInformationBtn my-type="2" class="online-information-btn btn-item" />
  52. </div>
  53. </imgCardLv2>
  54. </div>
  55. <!-- 金融保险类课程案例 -->
  56. <div class="client-anli-box client-container">
  57. <h4>金融保险类课程案例</h4>
  58. <p>青谷软件可为金融保险行业定制电子化课程</p>
  59. <ul>
  60. <li>
  61. <video-card :card-data="{title: '课程名称', url: ''}" @card-click="showVideo"></video-card>
  62. </li>
  63. <li>
  64. <video-card :card-data="{title: '课程名称', url: ''}" @card-click="showVideo"></video-card>
  65. </li>
  66. <li>
  67. <video-card :card-data="{title: '课程名称', url: ''}" @card-click="showVideo"></video-card>
  68. </li>
  69. </ul>
  70. </div>
  71. <!-- 立即咨询 -->
  72. <desWithCode source="financial"></desWithCode>
  73. <videoDialog :source="curVideo" :visible.sync="visible"></videoDialog>
  74. </div>
  75. </template>
  76. <script>
  77. import chanPinTiYan from "~/components/common/chanPinTiYan";
  78. import freeTrialBtn from "~/components/common/freeTrialBtn";
  79. import onlineInformationBtn from "~/components/common/onlineInformationBtn";
  80. import newsComp2 from "~/components/common/newsComp2";
  81. import videoDialog from "~/components/common/videoDialog";
  82. import videoCard from "~/components/common/videoCard";
  83. import {BannerImgs} from "~/defaultConfig";
  84. import desWithCode from "~/components/common/layout/desComp/desWithCode";
  85. import imgCardLv2 from "~/components/common/layout/imgDes/imgCardLv2";
  86. /**
  87. * @ 解决方案 -> 金融保险
  88. */
  89. export default {
  90. name: "financial",
  91. layout: 'templateB',
  92. components: { chanPinTiYan, freeTrialBtn, onlineInformationBtn, newsComp2, videoDialog, videoCard, desWithCode, imgCardLv2},
  93. async asyncData({$axios, store}) {
  94. const arr = [
  95. $axios.$post(`/home/banner/list`, {'code': BannerImgs.jinrongbaoxian}),
  96. ];
  97. const [res2] = await Promise.all(arr);
  98. return {
  99. bannerList: res2.data.data || [],
  100. }
  101. },
  102. data() {
  103. return {
  104. curVideo: '',
  105. visible: false,
  106. productList: [
  107. {
  108. content: {
  109. title: '私有化专属服务器部署,数据加密更安全',
  110. list: [
  111. {
  112. value: '将青谷考培系统部署版部署到政府机构内部私有云服务器中,政府机构完全自主掌控,数据加密更安全',
  113. },
  114. {
  115. value: 'PC端与移动端无缝连接;全面支持安卓、IOS等操作系统;支持APP和微信H5学习模式;为学习者提供真正的随时随地的、个性化的、开放式的学习服务',
  116. },
  117. ],
  118. order: 2,
  119. num: '01',
  120. },
  121. img: {
  122. url: require('~/static/codeImage/code-jingli.png'),
  123. order: 1,
  124. },
  125. mianfei: true,
  126. zixun: true,
  127. shenqing: false,
  128. myType: 'kaoshi'
  129. },
  130. {
  131. content: {
  132. title: '构建培训闭环,打通线上线下教学场景',
  133. list: [
  134. {
  135. value: '支持手动、批量导入人员及部门多层级管理功能,解决机构人员多且分散的问题',
  136. },
  137. {
  138. value: '支持子管理员协助多屏监控在线监考,考生的面部表情、一举一动在后台实时呈现,最大程度模拟人工监考场景',
  139. },
  140. {
  141. value: '在线课程支持反复学习,实现从“了解”到“理解”的飞跃',
  142. },
  143. {
  144. value: '支持六大常用题型及批量导入题库',
  145. },
  146. ],
  147. order: 1,
  148. num: '02',
  149. },
  150. img: {
  151. url: require('~/static/codeImage/code-jingli.png'),
  152. order: 2,
  153. },
  154. mianfei: true,
  155. zixun: true,
  156. shenqing: false,
  157. myType: 'kaoshi'
  158. },
  159. {
  160. content: {
  161. title: '强大的AI防作弊,保障考试公平公正',
  162. list: [
  163. {
  164. value: '人脸识别、摄像头监控、有效防止替考代考,保障考试公平公正',
  165. },
  166. {
  167. value: '支持子管理员协助多屏监控在线监考,考生的面部表情、一举一动在后台实时呈现,最大程度模拟人工监考场景',
  168. },
  169. {
  170. value: '随机组卷、试题乱序、选择题选项乱序,超时强制交卷、防止切屏限制,有效的防止考生相互抄卷的行为',
  171. },
  172. ],
  173. order: 2,
  174. num: '03',
  175. },
  176. img: {
  177. url: require('~/static/codeImage/code-jingli.png'),
  178. order: 1,
  179. },
  180. mianfei: true,
  181. zixun: true,
  182. shenqing: false,
  183. myType: 'kaoshi'
  184. },
  185. {
  186. content: {
  187. title: '智能阅卷,多维度、可视化学情分析',
  188. list: [
  189. {
  190. value: '智能阅卷系统,减轻管理员工作压力,考后直接出成绩及排行榜等信息',
  191. },
  192. {
  193. value: '从用户、学习情况、考试、成绩、试题、排名、机构等层面多维度分析培训结果,掌握学员学习情况',
  194. },
  195. ],
  196. order: 1,
  197. num: '04',
  198. },
  199. img: {
  200. url: require('~/static/codeImage/code-jingli.png'),
  201. order: 2,
  202. },
  203. mianfei: true,
  204. zixun: true,
  205. shenqing: false,
  206. myType: 'kaoshi'
  207. }
  208. ],
  209. }
  210. },
  211. methods: {
  212. showVideo({url}) {
  213. this.curVideo = url;
  214. this.visible = true;
  215. }
  216. }
  217. }
  218. </script>
  219. <style lang="scss" scoped>
  220. .client-tongdian-box {
  221. ul {
  222. li {
  223. &:nth-child(1) {
  224. div {
  225. background-image: url("~static/gangweiIcon/z91.png");
  226. i {
  227. background-image: url('~static/gangweiIcon/z100.png');
  228. }
  229. }
  230. }
  231. &:nth-child(2) {
  232. div {
  233. background-image: url("~static/gangweiIcon/z92.png");
  234. i {
  235. background-image: url('~static/gangweiIcon/z98.png');
  236. }
  237. }
  238. }
  239. &:nth-child(3) {
  240. div {
  241. background-image: url("~static/gangweiIcon/z93.png");
  242. i {
  243. background-image: url('~static/gangweiIcon/z99.png');
  244. }
  245. }
  246. }
  247. }
  248. }
  249. @media (max-width: 768px) {
  250. ul {
  251. li {
  252. &:nth-child(1) {
  253. div {
  254. background-image: none;
  255. }
  256. }
  257. &:nth-child(2) {
  258. div {
  259. background-image: none;
  260. }
  261. }
  262. &:nth-child(3) {
  263. div {
  264. background-image: none;
  265. }
  266. }
  267. }
  268. }
  269. }
  270. }
  271. </style>