反馈修改完成
|
@ -28,5 +28,10 @@
|
|||
<div id="app"></div>
|
||||
<!-- built files will be auto injected -->
|
||||
<script src="<%= BASE_URL %>js/flexible.js"></script>
|
||||
<script type="text/javascript">
|
||||
if (navigator.userAgent.toLowerCase().indexOf('dingtalk') > -1) {
|
||||
document.writeln('<script src="https://appx/web-view.min.js"' + '>' + '<' + '/' + 'script>');
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
82
src/App.vue
|
@ -365,7 +365,7 @@ textarea {
|
|||
.security-code-container {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: 5.32rem;
|
||||
width: 3.82rem;
|
||||
}
|
||||
.field-wrap {
|
||||
list-style: none;
|
||||
|
@ -387,11 +387,11 @@ textarea {
|
|||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 5.32rem;
|
||||
width: 3.82rem;
|
||||
height: 1rem;
|
||||
opacity: 0;
|
||||
overflow: visible;
|
||||
z-index: -1;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
/* 重获验证码 */
|
||||
|
@ -643,13 +643,13 @@ textarea {
|
|||
}
|
||||
.index-live-list>li{
|
||||
width: 48.875%;
|
||||
height: 1.92rem;
|
||||
/* height: 1.92rem; */
|
||||
border-radius: .12rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
.index-live-list>li img{
|
||||
width: 100%;
|
||||
min-height: 1.92rem;
|
||||
/* min-height: 1.92rem; */
|
||||
}
|
||||
/* 有谱头条 */
|
||||
.index-headlines{
|
||||
|
@ -718,19 +718,20 @@ textarea {
|
|||
background-size: .16rem .28rem;
|
||||
}
|
||||
.expert-receive-01{
|
||||
background-image: linear-gradient(to left,#dee7f7, #dee7f7);
|
||||
background-image: linear-gradient(to top,#ffa564, #ffbc8d);
|
||||
}
|
||||
.expert-receive-01>p{
|
||||
width: calc(100% - .34rem);
|
||||
margin: 0 0 0 .15rem;
|
||||
font-size: .26rem;
|
||||
color: #1e6eff;
|
||||
color: #af591b;
|
||||
}
|
||||
/* 分类地址 */
|
||||
.expert-nav-list{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding-top: 0;
|
||||
}
|
||||
.expert-nav-item{
|
||||
display: flex;
|
||||
|
@ -921,6 +922,24 @@ textarea {
|
|||
border: 1px solid #e1e1e1;
|
||||
}
|
||||
|
||||
.ask-btn{
|
||||
width: 100%;
|
||||
height: 1rem;
|
||||
background-color: #333fc9;
|
||||
font-size: .32rem;
|
||||
line-height: 1rem;
|
||||
color: #FFFFFF;
|
||||
text-align: center;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
.ask-btn.noservice{
|
||||
background-color: #e1e1e1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* 弹窗 */
|
||||
.my-confirm-bg{
|
||||
width: 100vw;
|
||||
|
@ -1076,7 +1095,7 @@ textarea {
|
|||
}
|
||||
.detail-section{
|
||||
padding: 0 .25rem .24rem;
|
||||
margin-bottom: .24rem;
|
||||
margin-bottom: .5rem;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
.detail-section h2{
|
||||
|
@ -1787,7 +1806,7 @@ textarea::-webkit-input-placeholder{
|
|||
line-height: .9rem;
|
||||
text-align: center;
|
||||
color: #ea2828;
|
||||
border-bottom: 1.5rem solid #f1f4f7;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
/* 绑定手机 */
|
||||
|
@ -2433,4 +2452,49 @@ textarea::-webkit-input-placeholder{
|
|||
z-index: 999;
|
||||
}
|
||||
|
||||
/* 有谱快看 */
|
||||
.live-list{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
padding: 1rem .25rem 0;
|
||||
|
||||
}
|
||||
.live-list .live-item{
|
||||
width: 48.2%;
|
||||
border-radius: .1rem;
|
||||
margin-top: .2rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
.live-list .live-item img{
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
|
||||
/* 有谱头条 */
|
||||
.headlines-list{
|
||||
padding: 1.1rem .25rem 0;
|
||||
}
|
||||
.headlines-list>p{
|
||||
font-size: .3rem;
|
||||
line-height: 1.5;
|
||||
margin-bottom: .2rem;
|
||||
border-bottom: .02rem dashed #ededed;
|
||||
padding: .2rem 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
.headlines-list>p>em{
|
||||
display: block;
|
||||
width: .1rem;
|
||||
height: .1rem;
|
||||
background-color: #333fc9;
|
||||
margin: .175rem .1rem 0 0;
|
||||
border-radius: 100%;
|
||||
float: left;
|
||||
}
|
||||
.headlines-list>p>span{
|
||||
display: block;
|
||||
width: calc(100% - .2rem);
|
||||
float: left;
|
||||
}
|
||||
</style>
|
||||
|
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 47 KiB |
After Width: | Height: | Size: 43 KiB |
After Width: | Height: | Size: 38 KiB |
After Width: | Height: | Size: 165 KiB |
After Width: | Height: | Size: 62 KiB |
After Width: | Height: | Size: 35 KiB |
After Width: | Height: | Size: 99 KiB |
After Width: | Height: | Size: 163 KiB |
After Width: | Height: | Size: 449 KiB |
|
@ -25,9 +25,14 @@ import addcase from '../views/consultant/case.vue' //咨询师信息
|
|||
import edit from '../views/consultant/edit.vue' //修改基本信息
|
||||
import editlist from '../views/consultant/list.vue' //预览列表
|
||||
import editdetail from '../views/consultant/detail.vue' //预览详情
|
||||
|
||||
//有谱快看
|
||||
import live from '../views/home/live/index.vue'
|
||||
import video01 from '../views/home/live/video01.vue'
|
||||
import video02 from '../views/home/live/video02.vue'
|
||||
import video03 from '../views/home/live/video03.vue'
|
||||
|
||||
// 头条文章
|
||||
import headlines from '../views/home/headlines/index.vue'
|
||||
import text01 from '../views/home/headlines/text01.vue'
|
||||
import text02 from '../views/home/headlines/text02.vue'
|
||||
import text03 from '../views/home/headlines/text03.vue'
|
||||
|
@ -35,6 +40,11 @@ import text04 from '../views/home/headlines/text04.vue'
|
|||
import text05 from '../views/home/headlines/text05.vue'
|
||||
import text06 from '../views/home/headlines/text06.vue'
|
||||
|
||||
// 计划
|
||||
import texta from '../views/home/plan/texta.vue'
|
||||
import textb from '../views/home/plan/textb.vue'
|
||||
import textc from '../views/home/plan/textc.vue'
|
||||
|
||||
Vue.use(VueRouter)
|
||||
|
||||
const routes = [
|
||||
|
@ -139,6 +149,16 @@ const routes = [
|
|||
name: 'edit-detail',
|
||||
component: editdetail
|
||||
},
|
||||
{
|
||||
path: '/live',
|
||||
name: 'live',
|
||||
component: live
|
||||
},
|
||||
{
|
||||
path: '/headlines',
|
||||
name: 'headlines',
|
||||
component: headlines
|
||||
},
|
||||
{
|
||||
path: '/text01',
|
||||
name: 'text01',
|
||||
|
@ -169,6 +189,37 @@ const routes = [
|
|||
name: 'text06',
|
||||
component: text06
|
||||
},
|
||||
{
|
||||
path: '/texta',
|
||||
name: 'texta',
|
||||
component: texta
|
||||
},
|
||||
{
|
||||
path: '/textb',
|
||||
name: 'textb',
|
||||
component: textb
|
||||
},
|
||||
{
|
||||
path: '/textc',
|
||||
name: 'textc',
|
||||
component: textc
|
||||
},
|
||||
{
|
||||
path: '/video01',
|
||||
name: 'video01',
|
||||
component: video01
|
||||
},
|
||||
{
|
||||
path: '/video02',
|
||||
name: 'video02',
|
||||
component: video02
|
||||
},
|
||||
{
|
||||
path: '/video03',
|
||||
name: 'video03',
|
||||
component: video03
|
||||
}
|
||||
|
||||
|
||||
]
|
||||
|
||||
|
|
|
@ -137,12 +137,11 @@
|
|||
// 编辑案例
|
||||
editEv() {
|
||||
let that = this;
|
||||
that.headImg = that.myAvatar;
|
||||
this.axios
|
||||
.post(this.HOME + "/api/expert/edit-expert-case", {
|
||||
id: that.id, // 当前需要编辑的案例ID
|
||||
title: that.caseTitle, //标题
|
||||
cover: that.headImg, //封面图地址(限制:250字),有图片上传接口获取
|
||||
cover: that.myAvatar?that.myAvatar:that.headImg, //封面图地址(限制:250字),有图片上传接口获取
|
||||
is_main: that.isIndex, //是否为主案例(咨询师详情页展示案例),0否,1是。
|
||||
student_name: that.student_name, //考生姓名(限制:100字)
|
||||
result_remarks: that.result_remarks, //录取结果
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
<div class="left">
|
||||
<div class="personal-txt">
|
||||
<!-- 文本显示 -->
|
||||
<span v-if="noClick3" @click="noClick3=!noClick3">{{Characteristics[3]}}</span>
|
||||
<span v-if="noClick3" @click="noClick3=!noClick3">{{Characteristics[2]}}</span>
|
||||
<!-- 输入框 -->
|
||||
<input v-else v-model="Characteristics[2]" class="personal-input" />
|
||||
</div>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<h3>案例管理</h3>
|
||||
<span @click="addCase()">新增案例</span>
|
||||
</div>
|
||||
<ul class="consultant-case" v-if="expertCase.length>1">
|
||||
<ul class="consultant-case" v-if="expertCase.length>=1">
|
||||
<li>
|
||||
<span>封面图</span>
|
||||
<span>标题</span>
|
||||
|
@ -87,10 +87,11 @@
|
|||
let that = this;
|
||||
this.axios
|
||||
.post(this.HOME + "/api/user/center-info", {})
|
||||
.then(function(res) {
|
||||
.then((res)=> {
|
||||
console.log(res, 123)
|
||||
that.experObj = res.data.data.expert
|
||||
that.id = that.experObj.id;
|
||||
console.log(that.id,1212121212)
|
||||
// 查询咨询师案例
|
||||
that.getExpertCase(that.id)
|
||||
});
|
||||
|
@ -126,6 +127,7 @@
|
|||
newArray.push(obj);
|
||||
})
|
||||
that.expertCase = that.expertCase.concat(newArray);
|
||||
console.log(that.expertCase,'案例列表数据')
|
||||
});
|
||||
},
|
||||
|
||||
|
@ -147,8 +149,8 @@
|
|||
})
|
||||
.then(function(res) {
|
||||
console.log(res, 2525)
|
||||
alert('删除成功');
|
||||
that.getExpertCase(that.id);
|
||||
alert('删除成功');
|
||||
});
|
||||
},
|
||||
|
||||
|
@ -178,6 +180,8 @@
|
|||
outLogin(){
|
||||
localStorage.clear();
|
||||
this.$router.push('/login');
|
||||
// 网页向小程序 postMessage 消息
|
||||
dd.postMessage({name:"clearAll"});
|
||||
},
|
||||
|
||||
// 滚动改变样式
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<div class="back" @click="$router.go(-1)"><img src="../../../assets/images/home/expert/back.png" alt=""></div>
|
||||
<div class="header-title">向TA提问</div>
|
||||
</div>
|
||||
<div class="ask pull-content list-section">
|
||||
<div class="ask pull-content list-section" v-if="ddEntrance == 'yes'">
|
||||
<div class="ask-top">
|
||||
<span><img :src="host + expertDetail.avatar" ></span>
|
||||
<p>请使用以下两种方式加入钉钉专属服务群,我 在您的专属服务群回答您的问题。</p>
|
||||
|
@ -27,6 +27,12 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ask pull-content list-section" v-else>
|
||||
<div class="ask-mode-txt" v-show="isActive&&expertDetail.im_group_qr">
|
||||
<p>长按识别或微信扫一扫二维码入专属群</p>
|
||||
<img :src="host + expertDetail.im_group_qr">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
@ -39,13 +45,16 @@
|
|||
isActive: true,
|
||||
id:'',
|
||||
expertDetail:[],
|
||||
ddEntrance:''
|
||||
}
|
||||
},
|
||||
created() {
|
||||
this.isScroll = true;
|
||||
window.addEventListener("scroll", this.eventScrollTop);
|
||||
this.id = this.$route.query.id;
|
||||
this.ddEntrance = JSON.parse(localStorage.getItem("ddEntrance"));
|
||||
this.getDetailData();
|
||||
|
||||
},
|
||||
mounted() {
|
||||
|
||||
|
@ -92,7 +101,6 @@
|
|||
|
||||
// 下载二维码事件
|
||||
downImg() {
|
||||
var oQrcode = document.querySelectorAll('.ask-mode-txt img')
|
||||
var url = oQrcode[0].src
|
||||
var link = document.createElement('a')
|
||||
var event = new MouseEvent('click')
|
||||
|
@ -100,6 +108,7 @@
|
|||
if(url!=''){
|
||||
link.download = '钉钉专属群二维码'
|
||||
link.href = url
|
||||
link.target = _blank
|
||||
link.dispatchEvent(event)
|
||||
}else{
|
||||
return false;
|
||||
|
|
|
@ -54,6 +54,16 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div :class="{'ask-btn':true,'noservice':consult_amount==0}" @click="toAsk(expertDetail.id)">立即咨询</div>
|
||||
<!-- 领取咨询卡弹出框 -->
|
||||
<div class="my-confirm-bg" v-show="isConfirm" @click="isConfirm=!isConfirm"></div>
|
||||
<div class="my-confirm" v-show="isConfirm">
|
||||
<p>您还未领取免费咨询卡,请前往领取!</p>
|
||||
<div class="confirm-btns">
|
||||
<span @click="goPage('/information')">确认</span>
|
||||
<span @click="closeEV()">取消</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
@ -65,13 +75,15 @@
|
|||
isScrollTop: false,
|
||||
expertDetail: [],
|
||||
expertCase: [],
|
||||
id: ''
|
||||
id: '',
|
||||
consult_amount: 0, //是否领取咨询机会
|
||||
}
|
||||
},
|
||||
created() {
|
||||
this.isScroll = true;
|
||||
window.addEventListener("scroll", this.eventScrollTop);
|
||||
this.id = this.$route.query.id;
|
||||
this.consult_amount = (JSON.parse(localStorage.getItem("centerUserData"))).consult_amount;
|
||||
},
|
||||
mounted() {
|
||||
this.getDetailData();
|
||||
|
@ -136,6 +148,20 @@
|
|||
});
|
||||
},
|
||||
|
||||
// 立即咨询
|
||||
toAsk(id) {
|
||||
if (this.consult_amount >= 1) {
|
||||
this.$router.push({
|
||||
path: '/expert/ask',
|
||||
name: 'expert-ask',
|
||||
query: {
|
||||
id: id
|
||||
},
|
||||
});
|
||||
} else if (this.consult_amount == 0) {
|
||||
this.isConfirm = true;
|
||||
}
|
||||
},
|
||||
// 滚动显示头部
|
||||
eventScrollTop() {
|
||||
let scrollTop = document.body.scrollTop || document.documentElement.scrollTop;
|
||||
|
|
|
@ -0,0 +1,44 @@
|
|||
<template>
|
||||
<div class="content headlines">
|
||||
<!-- 头部 -->
|
||||
<div :class="{ header: true, 'scroll white': isScrollTop, white: true }">
|
||||
<div class="back" @click="$router.go(-1)">
|
||||
<img src="../../../assets/images/home/expert/back.png" alt="" />
|
||||
</div>
|
||||
<div class="header-title">有谱头条</div>
|
||||
</div>
|
||||
<div class="headlines-list">
|
||||
<p @click="goDetail('/text01')"><em></em><span>如何让孩子找到有幸福感的专业方向和职业目标?</span></p>
|
||||
<p @click="goDetail('/text02')"><em></em><span>生涯规划师的服务伦理,以及处理与客户价值判断不一致的方法探讨</span></p>
|
||||
<p @click="goDetail('/text03')"><em></em><span>升学规划师能力的“冰山结构”</span></p>
|
||||
<p @click="goDetail('/text04')"><em></em><span>双减政策,减“教”不减“学”;生涯规划的目标是点燃学生求学热情,真正体现教育情怀</span></p>
|
||||
<p @click="goDetail('/text05')"><em></em><span>强基计划、综合评价报名材料如何准备</span></p>
|
||||
<p @click="goDetail('/text06')"><em></em><span>数字化生涯规划师:获权威认证,服务钉钉千万考生与家长</span></p>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "headlines",
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
beforeCreate() {
|
||||
},
|
||||
created() {
|
||||
|
||||
},
|
||||
methods: {
|
||||
goDetail(path){
|
||||
this.$router.push(path);
|
||||
},
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
<script>
|
||||
export default {
|
||||
name: "start",
|
||||
name: "text01",
|
||||
data() {
|
||||
return {
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
<script>
|
||||
export default {
|
||||
name: "start",
|
||||
name: "text02",
|
||||
data() {
|
||||
return {
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
<script>
|
||||
export default {
|
||||
name: "start",
|
||||
name: "text03",
|
||||
data() {
|
||||
return {
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
<script>
|
||||
export default {
|
||||
name: "start",
|
||||
name: "text04",
|
||||
data() {
|
||||
return {
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
|
||||
<script>
|
||||
export default {
|
||||
name: "start",
|
||||
name: "text05",
|
||||
data() {
|
||||
return {
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
<script>
|
||||
export default {
|
||||
name: "start",
|
||||
name: "text06",
|
||||
data() {
|
||||
return {
|
||||
|
||||
|
|
|
@ -0,0 +1,45 @@
|
|||
<template>
|
||||
<div class="content headlines">
|
||||
<!-- 头部 -->
|
||||
<div :class="{ header: true, 'scroll white': isScrollTop, white: true }">
|
||||
<div class="back" @click="$router.go(-1)">
|
||||
<img src="../../../assets/images/home/expert/back.png" alt="" />
|
||||
</div>
|
||||
<div class="header-title">有谱快看</div>
|
||||
</div>
|
||||
<div class="live-list">
|
||||
<div class="live-item">
|
||||
<a href="https://mp.weixin.qq.com/s?__biz=Mzg2MTQ4NDQ3NA==&mid=2247484886&idx=1&sn=4ed0334d9d6f5ab02a3742ee8a21e0f9&chksm=ce172103f960a8152063ef5b3a72f44b9e24a2555e5b99fe05da7de40e6b9663b999ab262868#rd"><img src="../../../assets/images/home/index/live-01.jpg" ></a>
|
||||
</div>
|
||||
<div class="live-item">
|
||||
<a href="https://mp.weixin.qq.com/s?__biz=Mzg2MTQ4NDQ3NA==&mid=2247484888&idx=1&sn=e5d043b83e2eaaf41ebdebac82024402&chksm=ce17210df960a81b640c49e6bc8fb76ef1145add4e47e916d03194c1a29d57cf57836f970939#rd"><img src="../../../assets/images/home/index/live-02.jpg" ></a>
|
||||
</div>
|
||||
<div class="live-item">
|
||||
<a href="https://mp.weixin.qq.com/s?__biz=Mzg2MTQ4NDQ3NA==&mid=2247484884&idx=1&sn=ad632f44c3aced774eb37fe1b513df74&chksm=ce172101f960a817ce45bd4bdf1c3d1dbb21e17a60233e9f945244577652753317aea36cc04e#rd"><img src="../../../assets/images/home/index/live-03.jpg" ></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "live",
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
beforeCreate() {
|
||||
},
|
||||
created() {
|
||||
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
|
@ -0,0 +1,41 @@
|
|||
<template>
|
||||
<div class="content headlines">
|
||||
<!-- 头部 -->
|
||||
<div :class="{ header: true, 'scroll white': isScrollTop, white: true }">
|
||||
<div class="back" @click="$router.go(-1)">
|
||||
<img src="../../../assets/images/home/expert/back.png" alt="" />
|
||||
</div>
|
||||
<div class="header-title">有谱快看</div>
|
||||
</div>
|
||||
<div class="video">
|
||||
<video src="../../../assets/video/A001_720.mp4" controls="controls">
|
||||
您的浏览器不支持video标签。
|
||||
</video>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "video01",
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
beforeCreate() {
|
||||
},
|
||||
created() {
|
||||
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
video{
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
|
@ -0,0 +1,41 @@
|
|||
<template>
|
||||
<div class="content headlines">
|
||||
<!-- 头部 -->
|
||||
<div :class="{ header: true, 'scroll white': isScrollTop, white: true }">
|
||||
<div class="back" @click="$router.go(-1)">
|
||||
<img src="../../../assets/images/home/expert/back.png" alt="" />
|
||||
</div>
|
||||
<div class="header-title">有谱快看</div>
|
||||
</div>
|
||||
<div class="video">
|
||||
<video src="../../../assets/video/A004_720.mp4" controls="controls">
|
||||
您的浏览器不支持video标签。
|
||||
</video>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "video02",
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
beforeCreate() {
|
||||
},
|
||||
created() {
|
||||
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
video{
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
|
@ -0,0 +1,41 @@
|
|||
<template>
|
||||
<div class="content headlines">
|
||||
<!-- 头部 -->
|
||||
<div :class="{ header: true, 'scroll white': isScrollTop, white: true }">
|
||||
<div class="back" @click="$router.go(-1)">
|
||||
<img src="../../../assets/images/home/expert/back.png" alt="" />
|
||||
</div>
|
||||
<div class="header-title">有谱快看</div>
|
||||
</div>
|
||||
<div class="video">
|
||||
<video src="../../../assets/video/A006_720.mp4" autoplay controls="controls">
|
||||
您的浏览器不支持video标签。
|
||||
</video>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "video03",
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
beforeCreate() {
|
||||
},
|
||||
created() {
|
||||
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
video{
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
|
@ -0,0 +1,130 @@
|
|||
<template>
|
||||
<div class="content headlines">
|
||||
<!-- 头部 -->
|
||||
<div :class="{ header: true, 'scroll white': isScrollTop, white: true }">
|
||||
<div class="back" @click="$router.go(-1)">
|
||||
<img src="../../../assets/images/home/expert/back.png" alt="" />
|
||||
</div>
|
||||
<div class="header-title">强基计划</div>
|
||||
</div>
|
||||
<div class="headlines-txt plan-txt">
|
||||
<h2>强基计划面试培训课表</h2>
|
||||
<p>紧跟教育部战略步伐,钉钉阿里云教育生涯规划师面试团队深度了解强基计划的实施方案,结合当代高中生的学习模式和学习特点,量身定制“强基计划”面试培训方案,因材施教,让考生在赢得高考成绩胜利的基础上,如虎添翼,进一步取得“强基计划”面试的胜利。</p>
|
||||
<img src="../../../assets/images/home/plan/101.png" alt="">
|
||||
<p>针对不同高校的强基计划面试方式、报考学科专业特点和办学特色,精心设计面试培训内容,确保考生灵活应对面试,钉钉阿里云教育生涯规划师启动全国36所高校强基计划面试专项辅导课程。</p>
|
||||
<h2>强基面试授课内容</h2>
|
||||
<p>·强基计划考情介绍,考试题型划分和考试特点等全面掌握,超细化阶梯讲练强基计划面试流程。</p>
|
||||
<p>·面试礼仪详解,从着装、考试礼仪等外在形式方面,塑造并体现考生的精神面貌。</p>
|
||||
<p>·对强基计划面试有可能涉及到的个人面谈和小组面试等常见面试形式,全面撒网、重点突击,讲解面试规则和高分技巧。</p>
|
||||
<p>·全方位、多角度讲解面试题型和题目,提高考生逻辑思维、分析辩证、自我认知、发散创新思维等综合能力。</p>
|
||||
<p>·结合当前新闻时事热点和资讯,提前组织面试模拟演练,复原真实面试考场,熟悉面试细节。</p>
|
||||
<p>·名师预测强基计划面试真题,根据历年内部研发教学成果,结合高校面试特点进行相关预测,高质量原创题目与你共享。</p>
|
||||
<h2>强基面试授课方式</h2>
|
||||
<p>10人左右小班课,引导式讲解,互动式教学,保证授课质量。</p>
|
||||
<p>VIP课程一对一,科学测评,教学细化到每个考核知识点,各个击破。</p>
|
||||
<p>线上&线下双螺旋培训方式,互补教学,任你选择。</p>
|
||||
<h2>强基面试授课师资</h2>
|
||||
<p><strong>朱老师</strong></p>
|
||||
<p>知名大学副教授,中国翻译协会会员。11年高校自主招生面试考官及辅导经验,在高校面试方面颇有建树,独创面试教学法,对于结构化面试/半结构化面试/无领导小组讨论等研究颇深,擅长激发学生学习主动性,注重互动,强调面试答题思维训练。</p>
|
||||
|
||||
<p><strong>夏老师</strong></p>
|
||||
<p>哲学博士,省属高校副教授,归国留学专家。先后就读于浙江大学、上海外国语大学等,曾任职于浙江省人社厅职业技能培训讲师,浙江省内各中小学教师培训项目负责人,拥有丰富的高校综合评价、强基计划等面试辅导经验,对各大高校结构化面试、半结构化面试、无领导小组讨论等多种面试形式非常熟悉,能够高效指导学员掌握面试技能,更好更快速地规避面试差错。</p>
|
||||
|
||||
<p><strong>胡老师</strong></p>
|
||||
<p>浙江大学和华东师范大学硕士双学位,教育科学研究理论扎实,具备教育学和心理学专业知识,能够结合学员特质因材施教,教学实践能力强。多年大型培训机构面试辅导经验,授课解惑清晰严谨,擅长根据面试热点深度挖掘面试技巧,帮助学员突破临场压力,轻松上阵。</p>
|
||||
|
||||
<p><strong>张老师</strong></p>
|
||||
<p>北师大语言学应用硕士,优朗高校面试课程首席讲师,著名高校副教授。中国先秦史学会国学双语研究会理事,世界汉语大会国外教育部长随行翻译,华尔街某金融公司CEO访谈节目现场口译官。13年从业经验,9年专注高校面试,具备扎实的理论基础和实战经验。</p>
|
||||
<h2>授课联系老师</h2>
|
||||
<ul class="contact">
|
||||
<p>赵老师</p>
|
||||
<li>
|
||||
<span>微信扫码</span>
|
||||
<img src="../../../assets/images/home/plan/102.jpg" alt="">
|
||||
</li>
|
||||
<li>
|
||||
<span>企业微信扫码</span>
|
||||
<img src="../../../assets/images/home/plan/103.png" alt="">
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "texta",
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
beforeCreate() {
|
||||
},
|
||||
created() {
|
||||
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.headlines-title{
|
||||
padding: 1.3rem .25rem 0;
|
||||
font-size: .36rem;
|
||||
line-height: 1.5;
|
||||
}
|
||||
.headlines-txt{
|
||||
padding: .2rem .25rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
.plan-txt{
|
||||
padding-top: 1.3rem;
|
||||
}
|
||||
.headlines-txt>h2{
|
||||
font-size: .34rem;
|
||||
line-height: 1.5;
|
||||
text-align: center;
|
||||
margin-top: .3rem;
|
||||
}
|
||||
.plan-txt>h2:first-of-type{
|
||||
margin-top: 0;
|
||||
}
|
||||
.headlines-txt>p{
|
||||
font-size: .3rem;
|
||||
line-height: 1.6;
|
||||
text-align: justify;
|
||||
color: #444;
|
||||
margin: .12rem 0;
|
||||
}
|
||||
.headlines-txt img{
|
||||
max-width: 100%;
|
||||
margin: .15rem auto;
|
||||
}
|
||||
.contact{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.contact>p{
|
||||
width: 100%;
|
||||
font-size: .32rem;
|
||||
line-height: 1.5;
|
||||
}
|
||||
.contact>li{
|
||||
width: 48%;
|
||||
margin-top: .2rem;
|
||||
}
|
||||
.contact>li img{
|
||||
width: 3rem;
|
||||
height: 3rem;
|
||||
}
|
||||
.contact>li>span{
|
||||
display: block;
|
||||
font-size: .3rem;
|
||||
color: #666;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
|
@ -0,0 +1,137 @@
|
|||
<template>
|
||||
<div class="content headlines">
|
||||
<!-- 头部 -->
|
||||
<div :class="{ header: true, 'scroll white': isScrollTop, white: true }">
|
||||
<div class="back" @click="$router.go(-1)">
|
||||
<img src="../../../assets/images/home/expert/back.png" alt="" />
|
||||
</div>
|
||||
<div class="header-title">综合评价</div>
|
||||
</div>
|
||||
<div class="headlines-txt plan-txt">
|
||||
<h2>综合评价面试培训课表</h2>
|
||||
<p>随着新高考改革的不断推进,尤其是在上海、浙江、山东、江苏等高考改革的先行省市,“综合评价招生”这一全新的高考录取方式,正扮演着越来越重要的角色,涵盖了各层次院校,既有985、211、双一流等名校,也有其他一本、二本院校,为不同层级的学生提供了更多的入学路径。</p>
|
||||
<img src="../../../assets/images/home/plan/201.png" alt="">
|
||||
<p>钉钉阿里云教育生涯规划师面试团队针对报考综合评价的高三学生,联合高校面试命题研究的相关教授以及多年从事自主选拔考试备考辅导的面试教师,结合多年高校面试培训经验,特别设计推出“综合评价面试培训课程”,还将提供多年面试真题、多渠道的命题趋势把握以及多类型综评面试模拟题,全面助力报考综合评价的高三学子!</p>
|
||||
<h2>综评面试培训内容</h2>
|
||||
<p>·高校基本面试礼仪讲解与示范,从仪容仪表发型着装等方面做好面试前期准备,占据形象制高点;</p>
|
||||
<p>·针对2020年综合评价深度剖析,拓展补充综合评价面试内容,多维度构建学生面试知识体系;</p>
|
||||
<p>·总结往年综合评价面试真题的基础上,以必考知识点、面试重难点与历年真题为载体,全面提升学生综合评价面试成绩;</p>
|
||||
<p>·梳理往年各大高校综评面试典型试题所涉及的知识体系和命题趋势,超强预测2020综合评价面试热点,使考生短期内对综评面试有清晰且深刻的把握,着重应试提分;</p>
|
||||
<p>·根据系统完整的综合评价模拟考试及教学体系,提供综合评价全真模拟题,并进行多轮实战模拟,帮助学生保持综合评价的应试感觉。</p>
|
||||
<p>·重点指导个人面谈和小组讨论面试技巧和答题方法,学习及提高综合水平,注重对学生逻辑思维、创新能力、甄辨能力、团队合作能力、抗压能力、以及价值观等综合素质的培养。</p>
|
||||
<h2>综评面试培训方式</h2>
|
||||
<p>线上直播+面授两大授课形式,考生可根据个人情况自由选择。</p>
|
||||
<p>VIP专属课程一对一,因名额有限,须提前预约。</p>
|
||||
<p>10人左右小班课,核心师资授课,保证高质量、高标准、高水平的面试课程内容。</p>
|
||||
<h2>综评面试培训师资</h2>
|
||||
<p><strong>张老师</strong></p>
|
||||
<p>北师大语言学应用硕士,优朗综合评价面试首席讲师,著名高校副教授。中国先秦史学会国学双语研究会理事,世界汉语大会国外教育部长随行翻译,华尔街某金融公司CEO访谈节目现场口译官。13年从业经验,9年专注高校面试,具备扎实的理论基础和实战经验。</p>
|
||||
|
||||
<p><strong>宋老师</strong></p>
|
||||
<p>专职从事面试培训工作13年,中国面试辅导顶级专家,社会热点问题研究专家,浙大公务员面试特训模式的奠基者之一。教学体系博大精深,对综合应用能力考试和高校面试有深入研究。历年面试辅导成绩卓越,曾创下小组16人过15人的佳绩,至今无人打破!面试热点考题命中率高,被众多学员尊称为“押题大王”。</p>
|
||||
|
||||
<p><strong>曹老师</strong></p>
|
||||
<p>毕业于誉满全球的顶尖学府——伦敦大学学院,曾在俄罗斯的高中担任中国文化传播大使,负责英文讲授经济、管理、文化等知识。曾任职于国内两大知名培训机构资深讲师,自带面试教研成果和理论体系,多次参加面试课程设计和研发,对面试技巧和真题解析尤其专长。</p>
|
||||
|
||||
<p><strong>朱老师</strong></p>
|
||||
<p>理学硕士,十余年面试培训经验,曾任大型培训机构教学总监,开创省内赫赫有名的“封闭集训营”,进面率一度让报名人数爆棚,引领了各大集训营高端课程的开设。在高校领域也独创面试教学法,彻底解决了众多考生不敢说、无话说、说不好等疑难杂症,教学方法务实高效,感染力极强!</p>
|
||||
|
||||
<p><strong>张老师</strong></p>
|
||||
<p>从事高校面试培训9年,《高校面试口语》教材参编。荣获中高级口语证书和口语段位赛第九段(最高段位)。有丰富的大学面试授课经验,教学风趣幽默,亲和力强,对面试思维能力提升有独到的方法。</p>
|
||||
|
||||
<p><strong>李老师</strong></p>
|
||||
<p>外国语言学及英语语言学硕士,《高校面试口语》教材参编,6年高校教学经验,十多年丰富的面试口语教学经验。对面试类问题分析有独到的见解,面试思维应变力强,善于快速开拓学员的面试思维,短期内迅速提升学员综合能力。</p>
|
||||
|
||||
<h2>授课联系老师</h2>
|
||||
<ul class="contact">
|
||||
<p>赵老师</p>
|
||||
<li>
|
||||
<span>微信扫码</span>
|
||||
<img src="../../../assets/images/home/plan/102.jpg" alt="">
|
||||
</li>
|
||||
<li>
|
||||
<span>企业微信扫码</span>
|
||||
<img src="../../../assets/images/home/plan/103.png" alt="">
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "textb",
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
beforeCreate() {
|
||||
},
|
||||
created() {
|
||||
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.headlines-title{
|
||||
padding: 1.3rem .25rem 0;
|
||||
font-size: .36rem;
|
||||
line-height: 1.5;
|
||||
}
|
||||
.headlines-txt{
|
||||
padding: .2rem .25rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
.plan-txt{
|
||||
padding-top: 1.3rem;
|
||||
}
|
||||
.headlines-txt>h2{
|
||||
font-size: .34rem;
|
||||
line-height: 1.5;
|
||||
text-align: center;
|
||||
margin-top: .3rem;
|
||||
}
|
||||
.plan-txt>h2:first-of-type{
|
||||
margin-top: 0;
|
||||
}
|
||||
.headlines-txt>p{
|
||||
font-size: .3rem;
|
||||
line-height: 1.6;
|
||||
text-align: justify;
|
||||
color: #444;
|
||||
margin: .12rem 0;
|
||||
}
|
||||
.headlines-txt img{
|
||||
max-width: 100%;
|
||||
margin: .15rem auto;
|
||||
}
|
||||
.contact{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.contact>p{
|
||||
width: 100%;
|
||||
font-size: .32rem;
|
||||
line-height: 1.5;
|
||||
}
|
||||
.contact>li{
|
||||
width: 48%;
|
||||
margin-top: .2rem;
|
||||
}
|
||||
.contact>li img{
|
||||
width: 3rem;
|
||||
height: 3rem;
|
||||
}
|
||||
.contact>li>span{
|
||||
display: block;
|
||||
font-size: .3rem;
|
||||
color: #666;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
|
@ -0,0 +1,133 @@
|
|||
<template>
|
||||
<div class="content headlines">
|
||||
<!-- 头部 -->
|
||||
<div :class="{ header: true, 'scroll white': isScrollTop, white: true }">
|
||||
<div class="back" @click="$router.go(-1)">
|
||||
<img src="../../../assets/images/home/expert/back.png" alt="" />
|
||||
</div>
|
||||
<div class="header-title">专项计划</div>
|
||||
</div>
|
||||
<div class="headlines-txt plan-txt">
|
||||
<h2>港大/科大/浸会/教育/岭南面试培训安排</h2>
|
||||
<p>港校面试是钉钉阿里云教育生涯规划中面试培训品牌之一。专业过硬的教学、教务服务团队及我们对各所高校面试信息的精准把握,是我们确保高通过率的根本!</p>
|
||||
<img src="../../../assets/images/home/plan/301.png" alt="">
|
||||
<p>团队老师有着丰富的经验,专家团队老师的面试通过率持续上升:其中,2017年取得部分港校86%的高通过率,2018年港校面试6月香港高校实录人数48人(统计到的录取人数总共56人),其中2名获得香港大学64.4万全额奖学金。2019年优朗再创佳绩,其中在1月香港大学卓越计划面试中已有66人获得有条件录取,相比去年增幅60%;6月港校面试总共录取49人(不含港中深),其中,香港大学录取人数中每15位就有1位出自团队教师,3位获得全奖,共斩获奖学金266万元!2021年6月港校面试培训课表正式发布,接受提前预报名!具体培训内容详见下文:</p>
|
||||
<h2>授课内容</h2>
|
||||
<p>·面试自我介绍的优化及面试官涉及到个人单面问题讲解及合理的回答方式,突出考生独特个性;</p>
|
||||
<p>·基本面试礼仪讲解,展现当代考生良好的气质与教养;</p>
|
||||
<p>·关于本年热门经济类、政治类话题的思维训练及思路拓展,与第一轮小组讨论面试模拟;</p>
|
||||
<p>·关于科技类、文化类及社会类热点话题的年度热点归纳及思维拓展,同时进行第五大类面试必备话题超强预测,并进行第三轮小组讨论的模拟演练,针对每位学员的讨论,现场点评,掌握各类题型的面试技巧;</p>
|
||||
<p>·结合港校历年面试真题,多轮头脑风暴实战演练,着重提升考生的团队协作能力、想象能力、创新能力、认知能力、观察能力、心理素质、领导力等综合素质。</p>
|
||||
<h2>授课形式</h2>
|
||||
<p>面授班12人左右,互动实战性教学。</p>
|
||||
<p>网络班10人左右,由专业面试教研团队授课。</p>
|
||||
<p>VIP一对一,专业定制面试培训方案(根据学员时间排课,需提前预定)。</p>
|
||||
<h2>师资力量</h2>
|
||||
<p><strong>Kate 陈</strong></p>
|
||||
<p>上外教育硕士,《面试思维风暴》主编,优朗港校面试首席杰出讲师,著名高校面试讲师,定期参加港校学术交流研讨活动。10年专注港校本科面试,港校硕士面试。对面试类问题分析有独到的见解思维应变能力强,善于快速开拓学员的思维能力,团队协作等能力。</p>
|
||||
|
||||
<p><strong>Alex 李</strong></p>
|
||||
<p>外国语言学及英语语言学硕士,《高校面试口语》主编之一,十多年丰富的口语授课经验。教学耐心负责,善于因材施教,循序渐进。课堂自然流畅,文雅不失风度。对面试类问题分析有独到的见解思维应变能力强,善于快速开拓学员的思维能力,团队协作等能力。</p></p></p>
|
||||
|
||||
<p><strong>Tina 张</strong></p>
|
||||
<p>从事留学考试培训7年之久,杭州唯一官方英语角的组织者,荣获中高级口语证书和口语段位赛第九段(最高段位)。《高校面试口语》主编之一,有丰富的口语面试教学经验,授课认真负责,风趣幽默,能够和学生保持亦师亦友的良好关系。</p>
|
||||
|
||||
<p><strong>Grace 张</strong></p>
|
||||
北师大语言学应用硕士,优朗港校面试首席讲师,著名高校副教授。中国先秦史学会国学双语研究会理事,世界汉语大会国外教育部长随行翻译,华尔街某金融公司CEO访谈节目现场口译官;13年从业经验,9年专注港校面试经验;上课方式灵活多样,善于激发学员的学习积极性,互动性强,课堂极具感染力。</p></p>
|
||||
|
||||
<p><strong>Leo 刘</strong></p>
|
||||
<p>英国海归硕士,以最高等级学位毕业于两所英国TOP10顶尖大学,并多次在国内英语风采大赛中获奖。教学经验丰富,深谙英文面试考核重难点,授课颇具亲和力,深受学员喜爱。</p>
|
||||
|
||||
<h2>授课联系老师</h2>
|
||||
<ul class="contact">
|
||||
<p>赵老师</p>
|
||||
<li>
|
||||
<span>微信扫码</span>
|
||||
<img src="../../../assets/images/home/plan/102.jpg" alt="">
|
||||
</li>
|
||||
<li>
|
||||
<span>企业微信扫码</span>
|
||||
<img src="../../../assets/images/home/plan/103.png" alt="">
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "textc",
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
beforeCreate() {
|
||||
},
|
||||
created() {
|
||||
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.headlines-title{
|
||||
padding: 1.3rem .25rem 0;
|
||||
font-size: .36rem;
|
||||
line-height: 1.5;
|
||||
}
|
||||
.headlines-txt{
|
||||
padding: .2rem .25rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
.plan-txt{
|
||||
padding-top: 1.3rem;
|
||||
}
|
||||
.headlines-txt>h2{
|
||||
font-size: .34rem;
|
||||
line-height: 1.5;
|
||||
text-align: center;
|
||||
margin-top: .3rem;
|
||||
}
|
||||
.plan-txt>h2:first-of-type{
|
||||
margin-top: 0;
|
||||
}
|
||||
.headlines-txt>p{
|
||||
font-size: .3rem;
|
||||
line-height: 1.6;
|
||||
text-align: justify;
|
||||
color: #444;
|
||||
margin: .12rem 0;
|
||||
}
|
||||
.headlines-txt img{
|
||||
max-width: 100%;
|
||||
margin: .15rem auto;
|
||||
}
|
||||
.contact{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.contact>p{
|
||||
width: 100%;
|
||||
font-size: .32rem;
|
||||
line-height: 1.5;
|
||||
}
|
||||
.contact>li{
|
||||
width: 48%;
|
||||
margin-top: .2rem;
|
||||
}
|
||||
.contact>li img{
|
||||
width: 3rem;
|
||||
height: 3rem;
|
||||
}
|
||||
.contact>li>span{
|
||||
display: block;
|
||||
font-size: .3rem;
|
||||
color: #666;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
|
@ -23,7 +23,7 @@
|
|||
<span @click="goPage('/expert')">查看更多</span>
|
||||
</div>
|
||||
<ul class="index-expert-list">
|
||||
<li v-for="(item, index) in expertData" :key="index">
|
||||
<li v-for="(item, index) in expertData" :key="index" @click="toDetail(item.id)">
|
||||
<div class="expert-img">
|
||||
<img :src="host + item.avatar"/>
|
||||
</div>
|
||||
|
@ -40,15 +40,15 @@
|
|||
<!-- 计划 -->
|
||||
<div class="index-plan">
|
||||
<ul class="index-plan-list">
|
||||
<li>
|
||||
<li @click="goDetail('/texta')">
|
||||
<img src="../../assets/images/home/index/plan-01.png"/>
|
||||
<p>强基计划</p>
|
||||
</li>
|
||||
<li>
|
||||
<li @click="goDetail('/textb')">
|
||||
<img src="../../assets/images/home/index/plan-02.png"/>
|
||||
<p>综合评价</p>
|
||||
</li>
|
||||
<li>
|
||||
<li @click="goDetail('/textc')">
|
||||
<img src="../../assets/images/home/index/plan-03.png"/>
|
||||
<p>专项计划</p>
|
||||
</li>
|
||||
|
@ -77,18 +77,18 @@
|
|||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- 直播 -->
|
||||
<!-- 有谱快看 -->
|
||||
<div class="index-live section">
|
||||
<div class="index-title">
|
||||
<h2>有谱<em>直播</em></h2>
|
||||
<span>查看更多</span>
|
||||
<h2>有谱<em>快看</em></h2>
|
||||
<span @click="goPage('/live')">查看更多</span>
|
||||
</div>
|
||||
<ul class="index-live-list">
|
||||
<li>
|
||||
<a href="https://h5.dingtalk.com/live/video_lesson.htm?itemId=aed09721-d784-4c70-8219-5466246ae2a9&dd_nav_bgcolor=FF2C2D2F&feedProperty=1&feedId=aed09721-d784-4c70-8219-5466246ae2a9&mcnId=9428021620221302755#/live"><img src="../../assets/images/home/index/live-01.png"/></a>
|
||||
<a href="https://mp.weixin.qq.com/s?__biz=Mzg2MTQ4NDQ3NA==&mid=2247484888&idx=1&sn=e5d043b83e2eaaf41ebdebac82024402&chksm=ce17210df960a81b640c49e6bc8fb76ef1145add4e47e916d03194c1a29d57cf57836f970939#rd"><img src="../../assets/images/home/index/live-02.jpg"/></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://mp.weixin.qq.com/s/v5NEPtYRj9Ijwm3tk9g-yg"><img src="../../assets/images/home/index/live-02.png"/></a>
|
||||
<a href="https://mp.weixin.qq.com/s?__biz=Mzg2MTQ4NDQ3NA==&mid=2247484884&idx=1&sn=ad632f44c3aced774eb37fe1b513df74&chksm=ce172101f960a817ce45bd4bdf1c3d1dbb21e17a60233e9f945244577652753317aea36cc04e#rd"><img src="../../assets/images/home/index/live-03.jpg"/></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -96,7 +96,7 @@
|
|||
<div class="index-headlines section">
|
||||
<div class="index-title">
|
||||
<h2>有谱<em>头条</em></h2>
|
||||
<span>查看更多</span>
|
||||
<span @click="goPage('/headlines')">查看更多</span>
|
||||
</div>
|
||||
<ul class="index-headlines-list">
|
||||
<li @click="goDetail('/text01')">
|
||||
|
@ -115,10 +115,6 @@
|
|||
<p>双减政策,减“教”不减“学”;生涯规划的目标是点燃学生求学热情,真正体现教育情怀</p>
|
||||
<!-- <span>{{ item.time }}</span> -->
|
||||
</li>
|
||||
<li @click="goDetail('/text05')">
|
||||
<p>强基计划、综合评价报名材料如何准备</p>
|
||||
<!-- <span>{{ item.time }}</span> -->
|
||||
</li>
|
||||
<li @click="goDetail('/text06')">
|
||||
<p>数字化生涯规划师:获权威认证,服务钉钉千万考生与家长</p>
|
||||
<!-- <span>{{ item.time }}</span> -->
|
||||
|
@ -141,12 +137,15 @@
|
|||
consult_amount: 0, //是否完善资料
|
||||
bannerSrc: "",
|
||||
expertData: [], //专家列表
|
||||
video: null,
|
||||
isPaused: true,
|
||||
};
|
||||
},
|
||||
created() {
|
||||
if(this.$route.query.token){
|
||||
let token = this.$route.query.token;
|
||||
localStorage.token = JSON.stringify(token);
|
||||
localStorage.ddEntrance = JSON.stringify('yes');
|
||||
}
|
||||
|
||||
// 获取用户类型
|
||||
|
@ -159,6 +158,16 @@
|
|||
},
|
||||
computed: {},
|
||||
methods: {
|
||||
// 跳转到详情页
|
||||
toDetail(id) {
|
||||
this.$router.push({
|
||||
path: '/expert/detail',
|
||||
name: 'expert-detail',
|
||||
query: {
|
||||
id: id
|
||||
},
|
||||
})
|
||||
},
|
||||
// 测试跳转
|
||||
toEvaluation() {
|
||||
this.$router.push({
|
||||
|
@ -219,4 +228,5 @@
|
|||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
props: {
|
||||
number: {
|
||||
type: Number,
|
||||
default: 6,
|
||||
default: 4,
|
||||
},
|
||||
placeholder: {
|
||||
type: String,
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
created() {
|
||||
this.isScroll = true;
|
||||
window.addEventListener("scroll", this.eventScrollTop);
|
||||
|
||||
},
|
||||
mounted() {},
|
||||
computed: {},
|
||||
|
@ -48,24 +49,34 @@
|
|||
this.isToast = false
|
||||
}, 1000)
|
||||
return;
|
||||
}
|
||||
}else if(this.content.length<=6){
|
||||
this.toastText = '反馈内容过少',
|
||||
this.isToast = true,
|
||||
setTimeout(()=> {
|
||||
this.isToast = false
|
||||
}, 1000)
|
||||
return;
|
||||
}else{
|
||||
this.axios
|
||||
.post(
|
||||
this.HOME + "/api/consumer/submit-feedback", {
|
||||
content: this.content
|
||||
},
|
||||
)
|
||||
.then(function(res) {
|
||||
.then((res)=> {
|
||||
console.log(res.data.msg,2525)
|
||||
this.toastText = res.data.msg,
|
||||
this.isToast = true,
|
||||
setTimeout(()=> {
|
||||
this.isToast = false
|
||||
}, 1000)
|
||||
this.$router.push('/ucenter');
|
||||
}, 1000)
|
||||
})
|
||||
.catch(function(err) {
|
||||
window.alert(err.data.msg)
|
||||
window.alert('提交失败')
|
||||
});
|
||||
}
|
||||
|
||||
},
|
||||
// 滚动改变样式
|
||||
eventScrollTop() {
|
||||
|
|
|
@ -200,12 +200,18 @@
|
|||
userObj: '',
|
||||
lenNum: 0, //最少最多
|
||||
iscount: true,
|
||||
ispopu: false
|
||||
ispopu: false,
|
||||
consult_amount: 0,
|
||||
isfirst: 1,
|
||||
}
|
||||
},
|
||||
created() {
|
||||
this.isScroll = true;
|
||||
window.addEventListener("scroll", this.eventScrollTop);
|
||||
|
||||
this.consult_amount = (JSON.parse(localStorage.getItem("centerUserData"))).consult_amount;
|
||||
|
||||
console.log(this.isfirst,252525)
|
||||
this.userObj = JSON.parse(localStorage.getItem("centerUserData")).student;
|
||||
console.log(this.userObj,'用户信息')
|
||||
if(this.userObj){
|
||||
|
@ -234,7 +240,7 @@
|
|||
// 关闭
|
||||
closeEV(){
|
||||
this.isSeekCard=false;
|
||||
this.$router.push('/index');
|
||||
this.$router.push('/ucenter');
|
||||
},
|
||||
|
||||
|
||||
|
@ -478,7 +484,13 @@
|
|||
})
|
||||
.then(function(res) {
|
||||
that.getUserData();
|
||||
if(that.consult_amount == 0){
|
||||
that.isSeekCard = true;
|
||||
that.isfirst = 0;
|
||||
}else{
|
||||
that.$router.push('/ucenter');
|
||||
}
|
||||
|
||||
console.log(res, 123)
|
||||
});
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<img src="../../../assets/images/user/banner.jpg" alt="" />
|
||||
<div class="my-photo" @click="goPage('/info')">
|
||||
<span>
|
||||
<img v-if="userData.avatar" :src="host + userData.avatar" />
|
||||
<img v-if="userData.avatar" :src="userData.avatar.indexOf(0,4)=='http'?userData.avatar:host + userData.avatar" />
|
||||
<img v-else src="../../../assets/images/user/photo.png" />
|
||||
</span>
|
||||
<p v-if="userData.nick_name">{{ userData.nick_name }}</p>
|
||||
|
@ -51,7 +51,16 @@
|
|||
<span>{{item.done_at}}</span>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="feedback-btn" @click="outLogin()">退出登录</div>
|
||||
<div class="feedback-btn" @click="outEV()">退出登录</div>
|
||||
<!-- 确认框 -->
|
||||
<div class="my-confirm-bg" v-show="isConfirm" @click="isConfirm=!isConfirm"></div>
|
||||
<div class="my-confirm" v-show="isConfirm">
|
||||
<p>确定退出当前账号吗?</p>
|
||||
<div class="confirm-btns">
|
||||
<span @click="outLogin()">确认</span>
|
||||
<span @click="closeEV()">取消</span>
|
||||
</div>
|
||||
</div>
|
||||
<tabbar :current="4"></tabbar>
|
||||
</div>
|
||||
</template>
|
||||
|
@ -59,7 +68,7 @@
|
|||
<script>
|
||||
import tabbar from "../../../components/tabbar.vue";
|
||||
export default {
|
||||
name: "expert",
|
||||
name: "ucenter",
|
||||
components: {
|
||||
tabbar,
|
||||
},
|
||||
|
@ -68,6 +77,7 @@
|
|||
centerUserData: {
|
||||
mobile: "",
|
||||
},
|
||||
isConfirm: false,
|
||||
isExpire: false, //是否失效
|
||||
consult_amount: 0,
|
||||
reportData: [],
|
||||
|
@ -178,10 +188,19 @@
|
|||
},
|
||||
|
||||
// 退出登录
|
||||
outEV(){
|
||||
this.isConfirm = true
|
||||
},
|
||||
closeEV(){
|
||||
this.isConfirm = false
|
||||
},
|
||||
outLogin(){
|
||||
localStorage.clear();
|
||||
this.$router.push('/login');
|
||||
// 网页向小程序 postMessage 消息
|
||||
dd.postMessage({name:"clearAll"});
|
||||
},
|
||||
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
|