提交 14df9204 authored 作者: matian's avatar matian

updates

上级 4e87b083
...@@ -9,7 +9,7 @@ export const roadMapList = [ ...@@ -9,7 +9,7 @@ export const roadMapList = [
title: '博士', title: '博士',
projectList: [ projectList: [
{ {
tenant: 'cbu-plus', tenant: 'cbu_plus',
name: '工商管理博士DBA', name: '工商管理博士DBA',
href: 'https://cbu-plus.ezijing.com' href: 'https://cbu-plus.ezijing.com'
} }
...@@ -45,7 +45,7 @@ export const roadMapList = [ ...@@ -45,7 +45,7 @@ export const roadMapList = [
path: '/internationalDegree' path: '/internationalDegree'
}, },
{ {
tenant: 'cbu-plus', tenant: 'cbu_plus',
name: '工商管理博士DBA', name: '工商管理博士DBA',
href: 'https://cbu-plus.ezijing.com' href: 'https://cbu-plus.ezijing.com'
} }
...@@ -77,7 +77,7 @@ export const roadMapList = [ ...@@ -77,7 +77,7 @@ export const roadMapList = [
], ],
checkList: [ checkList: [
{ {
tenant: 'cbu-plus', tenant: 'cbu_plus',
name: '工商管理博士DBA', name: '工商管理博士DBA',
href: 'https://cbu-plus.ezijing.com' href: 'https://cbu-plus.ezijing.com'
} }
......
...@@ -6,7 +6,13 @@ ...@@ -6,7 +6,13 @@
<input type="text" class="form-input" :placeholder="$t('aside.name')" v-model="ruleForm.name" /> <input type="text" class="form-input" :placeholder="$t('aside.name')" v-model="ruleForm.name" />
</div> </div>
<div class="form-item"> <div class="form-item">
<input type="number" class="form-input" :placeholder="$t('aside.phone')" maxlength="11" v-model="ruleForm.phone" /> <input
type="number"
class="form-input"
:placeholder="$t('aside.phone')"
maxlength="11"
v-model="ruleForm.phone"
/>
</div> </div>
<div class="form-item"> <div class="form-item">
<select class="form-select" placeholder="请选择项目" v-model="ruleForm.project_id"> <select class="form-select" placeholder="请选择项目" v-model="ruleForm.project_id">
...@@ -44,10 +50,10 @@ export default { ...@@ -44,10 +50,10 @@ export default {
{ label: this.$t('aside.project4'), value: '1001' }, { label: this.$t('aside.project4'), value: '1001' },
{ label: this.$t('aside.project5'), value: '1006' }, { label: this.$t('aside.project5'), value: '1006' },
{ label: this.$t('aside.project6'), value: '1005' }, { label: this.$t('aside.project6'), value: '1005' },
{label: '餐饮管理方向MBA', value: '1015'}, { label: '餐饮管理方向MBA', value: '1015' },
{label: '国际硕士1+1项目玛丽伍德大学', value: '1016'}, { label: '国际硕士1+1项目玛丽伍德大学', value: '1016' },
{label: '国际硕士1+1项目纽约州立大学石溪分校', value: '1018'}, { label: '国际硕士1+1项目纽约州立大学石溪分校', value: '1018' },
{label: '工商管理博士项目加州浸会大学', value: '1017'}, { label: '工商管理博士项目加州浸会大学', value: '1017' }
// { label: this.$t('aside.project7'), value: '1007' } // { label: this.$t('aside.project7'), value: '1007' }
], ],
phoneCode: '', phoneCode: '',
...@@ -132,6 +138,8 @@ export default { ...@@ -132,6 +138,8 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.app-apply-form { .app-apply-form {
min-width: 290px; min-width: 290px;
position: relative;
z-index: 2;
.title { .title {
padding: 30px 0; padding: 30px 0;
font-size: 20px; font-size: 20px;
......
...@@ -208,6 +208,7 @@ export default { ...@@ -208,6 +208,7 @@ export default {
background: url(https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/h5/lifeLearning/banner.png); background: url(https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/h5/lifeLearning/banner.png);
background-size: 100% 100%; background-size: 100% 100%;
position: relative; position: relative;
z-index: 1;
.roadList { .roadList {
height: 0.8rem; height: 0.8rem;
display: flex; display: flex;
......
...@@ -62,7 +62,7 @@ httpRequest.interceptors.response.use( ...@@ -62,7 +62,7 @@ httpRequest.interceptors.response.use(
function(response) { function(response) {
const { data } = response const { data } = response
if (parseInt(data.code)) { if (parseInt(data.code)) {
Notify(data.msg) // Notify(data.msg)
return Promise.reject(data) return Promise.reject(data)
} }
return data return data
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论