diff --git a/src/api/index.js b/src/api/index.js
index edb9eef..bc247f1 100644
--- a/src/api/index.js
+++ b/src/api/index.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`,
diff --git a/src/assets/img/index/customer.jpg b/src/assets/img/index/customer.jpg
new file mode 100644
index 0000000..1d3313b
Binary files /dev/null and b/src/assets/img/index/customer.jpg differ
diff --git a/src/assets/img/index/tel-1.png b/src/assets/img/index/tel-1.png
new file mode 100644
index 0000000..4d87ae9
Binary files /dev/null and b/src/assets/img/index/tel-1.png differ
diff --git a/src/assets/img/index/tel.png b/src/assets/img/index/tel.png
new file mode 100644
index 0000000..1ad6f00
Binary files /dev/null and b/src/assets/img/index/tel.png differ
diff --git a/src/assets/img/index/top-1.png b/src/assets/img/index/top-1.png
new file mode 100644
index 0000000..f6c2329
Binary files /dev/null and b/src/assets/img/index/top-1.png differ
diff --git a/src/assets/img/index/top.png b/src/assets/img/index/top.png
new file mode 100644
index 0000000..04bca08
Binary files /dev/null and b/src/assets/img/index/top.png differ
diff --git a/src/assets/img/index/wechat-1.png b/src/assets/img/index/wechat-1.png
new file mode 100644
index 0000000..57e6792
Binary files /dev/null and b/src/assets/img/index/wechat-1.png differ
diff --git a/src/assets/img/index/wechat.png b/src/assets/img/index/wechat.png
new file mode 100644
index 0000000..e47de3b
Binary files /dev/null and b/src/assets/img/index/wechat.png differ
diff --git a/src/layouts/navbar/index.vue b/src/layouts/navbar/index.vue
index fab1198..8dd501d 100644
--- a/src/layouts/navbar/index.vue
+++ b/src/layouts/navbar/index.vue
@@ -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)
// 如果未登录且跳转的是登录后才有的菜单
diff --git a/src/pages/account/login/index.vue b/src/pages/account/login/index.vue
index f972583..2721b22 100644
--- a/src/pages/account/login/index.vue
+++ b/src/pages/account/login/index.vue
@@ -70,8 +70,9 @@
-
-
设置为默认学校
+
+ 申请试用
+ 设置为默认学校
登录
@@ -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%;
diff --git a/src/pages/index/list/index.vue b/src/pages/index/list/index.vue
index ac304c6..4fc3d31 100644
--- a/src/pages/index/list/index.vue
+++ b/src/pages/index/list/index.vue
@@ -184,6 +184,12 @@
+
+
@@ -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;
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/pages/match/details/index.vue b/src/pages/match/details/index.vue
index d0a5d95..a0ca9dd 100644
--- a/src/pages/match/details/index.vue
+++ b/src/pages/match/details/index.vue
@@ -1,9 +1,6 @@
-
+
@@ -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: '',
diff --git a/src/pages/match/list/index.vue b/src/pages/match/list/index.vue
index b203697..35ce01b 100644
--- a/src/pages/match/list/index.vue
+++ b/src/pages/match/list/index.vue
@@ -8,6 +8,43 @@
+
+
+
+
+ - 比赛范围:
+
+ 省份
+
+
+
+
+
+
+ 城市
+
+
+
+
+
+
+
+ - 筛选排序:
+ - {{ item.name }}
+
+
+
+
@@ -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;
diff --git a/src/setting.js b/src/setting.js
index dbead2e..f053fe9 100644
--- a/src/setting.js
+++ b/src/setting.js
@@ -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/"; // 赓
}