浏览代码

关于我们页面

赵启卫 2 年之前
父节点
当前提交
5306612990

+ 4 - 0
application/wap/controller/Index.php

xqd
@@ -392,4 +392,8 @@ class Index extends AuthController
         \think\Session::clear();
         \think\Cookie::clear();
     }
+
+    public function aboutus(){
+        return $this->fetch();
+    }
 }

+ 51 - 0
application/wap/view/first/index/aboutus.html

xqd
@@ -0,0 +1,51 @@
+<!-- +---------------------------------------------------------------------- -->
+<!-- | CRMEB [ CRMEB赋能开发者,助力企业发展 ] -->
+<!-- +---------------------------------------------------------------------- -->
+<!-- | Copyright (c) 2016~2022 https://www.crmeb.com All rights reserved. -->
+<!-- +---------------------------------------------------------------------- -->
+<!-- | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权 -->
+<!-- +---------------------------------------------------------------------- -->
+<!-- | Author: CRMEB Team <admin@crmeb.com> -->
+<!-- +---------------------------------------------------------------------- -->
+{extend name="public/container"}
+{block name="title"}学院介绍{/block}
+{block name="content"}
+<style>
+    .aboutusinfo{margin: 0 .3rem;}
+    .aboutusinfo .video{
+        width: 100%;
+        height: 56vw;
+    }
+    .aboutusinfo .info img{max-width: 100%;}
+</style>
+<div id="app">
+    <!-- <div class="page-title">
+        学院介绍
+    </div> -->
+    <div>
+        <img src="http://dazaoip.oss-cn-chengdu.aliyuncs.com/95f34202208051421178815.png" style="width: 100%; height: 48.8vw;">
+    </div>
+    <div class="public_title">
+        <div class="name">
+            <div class="title-circular"></div>
+            <div class="title-text">学院介绍</div>
+        </div> 
+    </div>
+    <div class="aboutusinfo">
+        <div class="video">
+            <video controls="controls" autoplay width="100%" height="100%">
+                <source src="{__WAP_PATH}zsff/images/aboutus.mp4" type="video/mp4">
+            </video>
+        </div>
+        <div class="info">
+            {:get_config_content('about_us')}
+        </div>
+    </div>
+    
+</div>
+{/block}
+{block name="foot"}
+<script>
+    
+</script>
+{/block}

+ 1 - 4
application/wap/view/first/merchant/teacher_list.html

xqd xqd
@@ -8,7 +8,7 @@
 <!-- | Author: CRMEB Team <admin@crmeb.com> -->
 <!-- +---------------------------------------------------------------------- -->
 {extend name="public/container" /}
-{block name="title"}讲师列表{/block}
+{block name="title"}师资{/block}
 {block name="head"}
 <style>
     input[type="search"]::-webkit-search-cancel-button {
@@ -173,9 +173,6 @@
         </label>
         <i v-show="search" class="iconfont iconguanbi1" @click="search = ''"></i>
     </form> -->
-    <div class="page-title">
-        师资
-    </div>
     <div class="public_title">
         <div class="name">
             <div class="title-circular"></div>

+ 1 - 0
public/system/plug/ueditor/ueditor.config.js

xqd
@@ -42,6 +42,7 @@
             'link', 'unlink', 'anchor', '|', 'imagenone', 'imageleft', 'imageright', 'imagecenter', '|',
             'horizontal', 'date', 'time', 'spechars', 'snapscreen', 'wordimage',
         ]]
+        // 'insertvideo',
         //当鼠标放在工具栏上时显示的tooltip提示,留空支持自动多语言配置,否则以配置值为准
         //,labelMap:{
         //    'anchor':'', 'undo':''

二进制
public/wap/first/zsff/images/aboutus.mp4