售前咨询、赛事

dev_2022-06-14
yujialong 3 years ago
parent 361ee87048
commit 5498353989
  1. 2
      src/api/index.js
  2. BIN
      src/assets/img/index/customer.jpg
  3. BIN
      src/assets/img/index/tel-1.png
  4. BIN
      src/assets/img/index/tel.png
  5. BIN
      src/assets/img/index/top-1.png
  6. BIN
      src/assets/img/index/top.png
  7. BIN
      src/assets/img/index/wechat-1.png
  8. BIN
      src/assets/img/index/wechat.png
  9. 7
      src/layouts/navbar/index.vue
  10. 15
      src/pages/account/login/index.vue
  11. 40
      src/pages/index/list/index.vue
  12. 11
      src/pages/match/details/index.vue
  13. 92
      src/pages/match/list/index.vue
  14. 4
      src/setting.js

@ -1,7 +1,7 @@
import Setting from "@/setting";
const host = Setting.apiBaseURL;
const uploadURL = "http://39.108.250.202:9000/";
const uploadURL = "http://121.37.12.51:9000/";
export default {
logins: `users/users/user/login`,

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 919 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 543 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 587 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 884 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 977 B

@ -71,6 +71,10 @@ export default {
{
index: "/log/list",
title: "更新日志"
},
{
index: "trial",
title: "试用申请"
}
],
menus: [],
@ -94,6 +98,9 @@ export default {
: Setting.isTest
? location.origin
: `http://www.dataforward.cn`)
} else if (index === 'trial') {
//
window.open('https://www.wjx.cn/vm/wB0RcMm.aspx')
} else {
const token = util.local.get(Setting.tokenKey)
//

@ -70,8 +70,9 @@
<img @click="getVerImg" :src="verificationIMG" class="ver-img" alt="">
</el-form-item>
</template>
<div v-show="!form.distinguish" class="default-check">
<el-checkbox v-model="setDefault">设置为默认学校</el-checkbox>
<div class="bottom">
<el-link :underline="false" type="primary" @click="toTrial">申请试用</el-link>
<el-checkbox v-show="!form.distinguish" v-model="setDefault">设置为默认学校</el-checkbox>
</div>
<el-button class="submit" type="primary" @click="submit">登录</el-button>
</el-form>
@ -284,6 +285,10 @@ export default {
'请输入学生学号' :
'请输入老师工号'
},
//
toTrial() {
window.open('https://www.wjx.cn/vm/wB0RcMm.aspx')
},
//
reloadIndex() {
window.opener && window.opener.location.reload()
@ -516,6 +521,7 @@ export default {
const { workNumber, schoolId } = this.form
if (this.binding) {
this.$post(this.api.bindPhoneOrEmail, {
mark: this.form.type,
phone,
types: 2,
code: phoneCode,
@ -608,8 +614,9 @@ export default {
border: 1px solid #E1E6F2;
border-radius: 4px !important;
}
.default-check {
text-align: right;
.bottom {
display: flex;
justify-content: space-between;
}
.el-select {
width: 100%;

@ -184,6 +184,12 @@
</div>
</div>
</div>
<div class="tool">
<div class="item wechat"></div>
<div class="item tel"></div>
<div class="item topping"></div>
</div>
</div>
</template>
@ -673,4 +679,38 @@ export default {
}
}
}
.tool {
z-index: 10;
position: fixed;
bottom: 100px;
right: 30px;
.item {
width: 45px;
height: 45px;
margin-bottom: 10px;
border: 1px solid #e5e5e5;
cursor: pointer;
}
.wechat {
background: #fff url(../../../assets/img/index/wechat.png) center center/auto no-repeat;
&:hover {
background-image: url(../../../assets/img/index/wechat-1.png);
background-color: #006EFF;
}
}
.tel {
background: #fff url(../../../assets/img/index/tel.png) center center/auto no-repeat;
&:hover {
background-image: url(../../../assets/img/index/tel-1.png);
background-color: #006EFF;
}
}
.topping {
background: #fff url(../../../assets/img/index/top.png) center center/auto no-repeat;
&:hover {
background-image: url(../../../assets/img/index/top-1.png);
background-color: #006EFF;
}
}
}
</style>

@ -1,9 +1,6 @@
<template>
<div class="wrap index">
<div class="banner" :style="{backgroundImage: coverUrlComputed}">
<h6>竞赛详情</h6>
<p class="text">拼搏突破创新</p>
</div>
<div class="banner" :style="{backgroundImage: coverUrlComputed}"></div>
<div class="center-wrap">
<breadcrumb ref="breadcrumb" :data="'全部赛事/' + title"></breadcrumb>
<div class="content">
@ -53,13 +50,15 @@ export default {
typeList: [
{
id: '1',
icon: 'el-icon-document',
name: '竞赛信息'
},
{
id: '2',
icon: 'el-icon-setting',
name: '竞赛进展'
},
{
id: '3',
name: '通知公告'
}
],
description: '',

@ -8,6 +8,43 @@
</div>
</div>
<!-- 课程筛选 -->
<div class="filter">
<div class="wrap-inner" style="padding-bottom: 0">
<dl>
<dt>比赛范围</dt>
<div class="select-wrap">
<span class="label">省份</span>
<el-select size="small" v-model="form.provinceId" @change="initData">
<el-option label="不限" value=""></el-option>
<el-option
v-for="(item,index) in provinces"
:key="index"
:label="item.sysName"
:value="item.sysId"
></el-option>
</el-select>
</div>
<div class="select-wrap">
<span class="label">城市</span>
<el-select size="small" v-model="form.provinceId" @change="initData">
<el-option label="不限" value=""></el-option>
<el-option
v-for="(item,index) in cities"
:key="index"
:label="item.sysName"
:value="item.sysId"
></el-option>
</el-select>
</div>
</dl>
<dl>
<dt>筛选排序</dt>
<dd v-for="(item, i) in sorts" :key="i" :class="{active: sort == item.id}" @click="changeSort(item.id)">{{ item.name }}</dd>
</dl>
</div>
</div>
<div class="main">
<div class="center-wrap">
<ul class="nav">
@ -104,17 +141,33 @@ export default {
typeList: [
{
id: "",
name: "近期报名"
name: "本校赛事"
},
{
id: 0,
name: "最近更新"
name: "赛事广场"
},
{
id: 1,
name: "已报名"
}
],
provinces: [],
cities: [],
form: {
},
sorts: [
{
id: 1,
name: '近期报名'
},
{
id: 2,
name: '最近更新'
}
],
sort: 1,
keyword: "",
searchTimer: null,
pageNo: 1,
@ -299,6 +352,10 @@ export default {
this.totals = this.listData.length;
}
},
//
changeSort(type) {
this.sort = type;
},
toDetail(item) {
// console.log(item.status);
let status = item.status == 1 ? (item.signup ? true : false) : "hide";
@ -363,6 +420,37 @@ export default {
.main{
background: url(../../../assets/img/match-bg1.png) (0px 95px)/auto auto no-repeat,
url(../../../assets/img/match-bg2.png) (98% bottom)/auto auto no-repeat;
.filter {
width: 100%;
background-color: #fff;
dl {
display: flex;
align-items: center;
margin: 20px 0;
dt {
color: #333;
font-size: 16px;
font-weight: 600;
}
dd {
margin: 0 10px;
color: #333;
font-size: 16px;
cursor: pointer;
&.active {
color: $main-color;
}
}
}
}
.select-wrap {
display: inline-flex;
align-items: center;
margin: 0 20px;
.label {
margin-right: 10px;
}
}
.center-wrap {
display: flex;
justify-content: center;

@ -7,7 +7,7 @@ const isHh = url.includes("10.196.131.73"); //是否河海版本
const isCH = url.includes("124.71.12.62"); //是否巢湖版本
const isBeta = url.includes("120.78.198.231"); //是否职站测试
const isPro = url.includes("occupationlab.com"); //是否职站生产
const isTest = url.includes('39.108.250.202'); //是否中台测试服
const isTest = url.includes('121.37.12.51'); //是否中台测试服
let systemPath = `${location.origin}/banksystem`
let host = `${location.origin}:9000/`
@ -30,7 +30,7 @@ if (isHh) {
} else if (isDev) {
// 本地
systemPath = `http://${location.hostname}:8093/#/`
host = "http://39.108.250.202:9000/"; // 中台测试服
host = "http://121.37.12.51:9000/"; // 中台测试服
// host = "http://192.168.31.151:9000/"; // 榕
// host = "http://192.168.31.137:9000/"; // 赓
}

Loading…
Cancel
Save