|
|
@@ -6,7 +6,9 @@
|
|
|
<ul>
|
|
|
<li class="profile">
|
|
|
<span>
|
|
|
- <img style="width: 64px;margin-top: -3px;" src="/static/img/xiaologo@2x.png" alt="">
|
|
|
+ <a href="https://www.usoftchina.com/" target="_blank" rel="noopener noreferrer" style="color:white">
|
|
|
+ <img style="width: 18px;margin-top: -3px;" src="/static/img/xiaologo.png" alt="">优软云
|
|
|
+ </a>
|
|
|
</span>
|
|
|
<span class="user-info">
|
|
|
<span id="user-info">{{mytoken.realname || mytoken.username}} | </span>
|
|
|
@@ -36,52 +38,26 @@
|
|
|
<li><router-link to="/home"><a @click="setTurnHome"><span style="color: white">首页</span></a></router-link></li>
|
|
|
<li><a href="#" @click="feature"><span>特色</span></a></li>
|
|
|
<li><a href="#" @click="service"><span>功能</span></a></li>
|
|
|
+ <!-- <router-link to="/invitation"><a ><span style="color: white">邀请</span></a></router-link> -->
|
|
|
<li>
|
|
|
- <el-dropdown trigger="hover" size="mini" placement='bottom-start'>
|
|
|
- <a><span style="color:white;font-size: 16px">帮助中心</span></a>
|
|
|
- <el-dropdown-menu slot="dropdown">
|
|
|
- <el-dropdown-item>
|
|
|
- <span @click="navproblem">常见问题</span>
|
|
|
- </el-dropdown-item>
|
|
|
- </el-dropdown-menu>
|
|
|
- </el-dropdown>
|
|
|
+ <el-menu
|
|
|
+ class="el-menu-demo"
|
|
|
+ mode="horizontal"
|
|
|
+ background-color="#1C1F48"
|
|
|
+ text-color="#fff"
|
|
|
+ active-text-color ='#fff'
|
|
|
+ @select="handleSelect">
|
|
|
+ <el-submenu index="1">
|
|
|
+ <template slot="title">帮助中心</template>
|
|
|
+ <el-menu-item index="1-1">常见问题</el-menu-item>
|
|
|
+ </el-submenu>
|
|
|
+ </el-menu>
|
|
|
</li>
|
|
|
<li><a href="https://uas.usoftchina.com/about" target="_blank"><span>关于我们</span></a></li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <!-- <div id="navigation" class="navbar-inverse navbar-fixed-top animated-header">
|
|
|
- <div class="container">
|
|
|
- <div class="navbar-header">
|
|
|
- <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
|
|
|
- <span class="sr-only">Toggle navigation</span>
|
|
|
- <span class="icon-bar"></span>
|
|
|
- <span class="icon-bar"></span>
|
|
|
- <span class="icon-bar"></span>
|
|
|
- </button>
|
|
|
- <h1 class="navbar-brand">
|
|
|
- <a href="#">
|
|
|
- <img class="logo-img" src="/static/img/assets/dalogo@2x_1.png" alt="">
|
|
|
- </a>
|
|
|
- </h1>
|
|
|
- </div>
|
|
|
- <div class="collapse navbar-collapse navbar-right" role="navigation">
|
|
|
- <ul id="nav" class="nav navbar-nav menu">
|
|
|
- <li><router-link to="/home"><a href="#" @click="setTurnHome"><span style="color: white">首页</span></a></router-link></li>
|
|
|
- <li><a href="https://uas.usoftchina.com/about" target="_blank"><span>关于我们</span></a></li>
|
|
|
- <li style="margin-left:30px;margin-top: 13px;cursor: pointer;">
|
|
|
- <span style="color:#fff;font-size: 16px;">
|
|
|
- <img style="width: 20px;" src="/static/img/assets/denglu3x.png" alt="">
|
|
|
- {{mytoken.realname || mytoken.username}}
|
|
|
- </span>
|
|
|
- <span style="color:#fff;" @click="loginout">【退出】</span>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div> -->
|
|
|
-
|
|
|
<iframe hidden :src="setTokenPage"></iframe>
|
|
|
<div class="gs-worp">
|
|
|
<!-- 顶部tab -->
|
|
|
@@ -194,9 +170,9 @@
|
|
|
<span>{{d.admin}}</span>
|
|
|
<span>{{d.adminMobile}}</span>
|
|
|
</span>
|
|
|
- <span v-if='d.status == 0'>未通过</span>
|
|
|
- <span v-else-if='d.status == 1'>已批准</span>
|
|
|
- <span v-else-if='d.status == 2'>待批准</span>
|
|
|
+ <span v-if='d.status == 0' style="color: #FF3900;">未通过</span>
|
|
|
+ <span v-else-if='d.status == 1' style="color: #3CC600;">已通过</span>
|
|
|
+ <span v-else-if='d.status == 2' style="color: #1E88F5;">待批准</span>
|
|
|
<span><button v-if="d.status == 0" @click="Rejoin(i)" class="news-btn">重新加入</button></span>
|
|
|
</li>
|
|
|
<li v-if="!isnews" class="wushuju">
|
|
|
@@ -207,7 +183,7 @@
|
|
|
<div v-if="isnews" class="my-pagination">
|
|
|
<el-pagination
|
|
|
background
|
|
|
- :page-size="10"
|
|
|
+ :page-size= size
|
|
|
@current-change="handleCurrentChange"
|
|
|
layout="prev, pager, next"
|
|
|
:total= listtotal>
|
|
|
@@ -244,13 +220,14 @@ import { setTimeout } from 'timers';
|
|
|
arr: [],//分页数据
|
|
|
list:[],//全部数据
|
|
|
listtotal:1,
|
|
|
- size: 1000,//每页显示数量
|
|
|
+ size: 10,//每页显示数量
|
|
|
}
|
|
|
},
|
|
|
mounted(){
|
|
|
let phone = this.mytoken.mobile.replace(/(\d{3})\d{4}(\d{4})/, '$1****$2');
|
|
|
this.mobile = phone;
|
|
|
this.boxheight();
|
|
|
+ $("#navigation").removeClass("animated-header");
|
|
|
},
|
|
|
watch:{
|
|
|
arr:function(){
|
|
|
@@ -284,14 +261,14 @@ import { setTimeout } from 'timers';
|
|
|
}];
|
|
|
// tab切换到消息的时候获取申请列表
|
|
|
this.$store.state.isloading = true;
|
|
|
- let _this = this
|
|
|
+ let _this = this;
|
|
|
$.ajax({
|
|
|
url: this.$url.api+'/api/commons/remind/apply/list',
|
|
|
type: "GET",
|
|
|
data:{
|
|
|
condition:JSON.stringify(param),
|
|
|
number:1,
|
|
|
- size:this.size
|
|
|
+ size:1000
|
|
|
},
|
|
|
headers:{
|
|
|
'Access-Control-Allow-Origin':'*',
|
|
|
@@ -301,19 +278,20 @@ import { setTimeout } from 'timers';
|
|
|
success:function(res){
|
|
|
_this.$store.state.isloading = false;
|
|
|
if (res.success) {
|
|
|
+ // _this.list = res.data.list;
|
|
|
_this.list = [];
|
|
|
let list2 = [];
|
|
|
list2 = res.data.list;
|
|
|
for (let i = 0; i < list2.length; i++) {
|
|
|
for (let j = i + 1; j < list2.length; j++) {
|
|
|
- if(list2[i].companyName == list2[j].companyName && list2[i].status == 0){
|
|
|
- j = ++i;
|
|
|
+ if(list2[i].companyName == list2[j].companyName && list2[j].status == 0){
|
|
|
+ list2.splice(j,1)
|
|
|
}
|
|
|
}
|
|
|
_this.list.push(list2[i])
|
|
|
}
|
|
|
_this.listtotal = _this.list.length;
|
|
|
- _this.pagingtion(1,10);
|
|
|
+ _this.pagingtion(1,_this.size);
|
|
|
// _this.$store.state.ishongdian = false;//红点
|
|
|
}
|
|
|
}
|
|
|
@@ -349,7 +327,7 @@ import { setTimeout } from 'timers';
|
|
|
// 分页
|
|
|
handleCurrentChange(val) {
|
|
|
document.documentElement.scrollTop = 0;
|
|
|
- this.pagingtion(val,10);
|
|
|
+ this.pagingtion(val,this.size);
|
|
|
},
|
|
|
//分页函数
|
|
|
pagingtion(min,max){
|
|
|
@@ -434,19 +412,26 @@ import { setTimeout } from 'timers';
|
|
|
})
|
|
|
}
|
|
|
},
|
|
|
+ //ele常见问题
|
|
|
+ handleSelect(){
|
|
|
+ this.navproblem();
|
|
|
+ },
|
|
|
//常见问题
|
|
|
navproblem(){
|
|
|
this.$router.push({name: 'Home', params: {isporblem: false}})
|
|
|
this.$store.commit('problemfalse');
|
|
|
document.documentElement.scrollTop = 0;
|
|
|
+ this.setTurnHome();
|
|
|
},
|
|
|
// 特色
|
|
|
feature(){
|
|
|
- this.$router.push({name: 'Home', params: {isfeature: 700}})
|
|
|
+ this.$router.push({name: 'Home', params: {isfeature: 700}});
|
|
|
+ this.setTurnHome();
|
|
|
},
|
|
|
//功能
|
|
|
service(){
|
|
|
- this.$router.push({name: 'Home', params: {isfeature: 3550}})
|
|
|
+ this.$router.push({name: 'Home', params: {isfeature: 3550}});
|
|
|
+ this.setTurnHome();
|
|
|
},
|
|
|
gohome(e){
|
|
|
this.$store.commit('problemtrue')
|
|
|
@@ -476,6 +461,24 @@ import { setTimeout } from 'timers';
|
|
|
.gsqiye div:last-child {
|
|
|
margin-bottom: 100px;
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
+.el-menu-demo {
|
|
|
+ border-bottom: 0;
|
|
|
+}
|
|
|
+.el-menu-demo >>> div {
|
|
|
+ font-size: 16px !important;
|
|
|
+ background: #1C1F48;
|
|
|
+}
|
|
|
+.el-menu-demo >>> .el-submenu__title:hover {
|
|
|
+ background: #1C1F48 !important;
|
|
|
+}
|
|
|
+.el-menu-demo >>> .el-submenu__title {
|
|
|
+ padding: 0px 0px 0px 10px;
|
|
|
+ height: 48px;
|
|
|
+ line-height: 48px;
|
|
|
+ border-bottom: 2px solid #409EFF;
|
|
|
+}
|
|
|
.modifyname {
|
|
|
margin-left: 80px;
|
|
|
font-family: PingFangSC-Regular;
|
|
|
@@ -611,7 +614,7 @@ import { setTimeout } from 'timers';
|
|
|
padding: 100px 0px;
|
|
|
}
|
|
|
.wushuju > img {
|
|
|
- width: 18%
|
|
|
+ width: 11%
|
|
|
}
|
|
|
.wushuju > p {
|
|
|
font-family: PingFangSC-Regular;
|