Commit 62763dd1 authored by zhangderong's avatar zhangderong

邮箱文案修改

parent 5f84c46c
......@@ -199,9 +199,7 @@
</div>
<div style="height:30px;width:100%;text-align:center;margin-top:30px">
<p style="height:20px;width:40px;font-size:16px;color:blue; border-radius: 5px;margin-left:220px" @click="modal1=false">
关闭
</p>
<Button type="primary" size='small' @click="modal1=false">关闭</Button>
</div>
</Modal>
<!-- 准备约面弹出框 -->
......@@ -859,7 +857,6 @@ import Router from 'vue-router';
// 选择input元素
selectInputElement(index,doID,doStatus,sss){
this.DOWNLOAD=doID
this.checkboxList.push(doID)
sss=!sss
this.ajaxData[index].STATES=sss
Array.prototype.indexOf = function(val) {
......@@ -878,13 +875,13 @@ import Router from 'vue-router';
this.delateARRALL.push(doID)
this.delateARRALL2.push(doID)
this.flowStatusarr.push(doStatus)
console.log(this.delateARRALL,8888888)
console.log(this.delateARRALL,8888888, this.ajaxData[index].STATES)
}
if(sss==false){
this.delateARRALL.remove(doID)
this.delateARRALL2.remove(doID)
this.flowStatusarr.remove(doStatus)
console.log(this.delateARRALL,5555555)
console.log(this.delateARRALL,5555555, this.ajaxData[index].STATES)
}
},
//查看简历详情
......
......@@ -197,9 +197,7 @@
</div>
<div style="height:30px;width:100%;text-align:center;margin-top:30px">
<p style="height:20px;width:40px;font-size:16px;color:blue; border-radius: 5px;margin-left:220px" @click="modal1=false">
关闭
</p>
<Button type="primary" size='small' @click="modal1=false">关闭</Button>
</div>
</Modal>
<!-- 准备约面弹出框 -->
......@@ -882,7 +880,7 @@ export default {
this.DELATEARR=this.delateARRALL
deleteREsume(this.DELATEARR).then(res=>{
if(res.data.success==true){
this.modal3=false
this.modal7=false
this.delateARRALL=[]
this.flowStatusarr=[]
this.SouSuo(this.pageT)
......
......@@ -68,7 +68,8 @@
width='250px'>
<h3 style="text-align:center">提示</h3>
<p style="height:30px;line-height:30px">同步完成,如密码发生改变,请及时点击<br><span>修改</span>来重置密码</p>
<h2 style="text-align:center;font-size:18px;color:#2d8cf0;height:40px;line-height:40px;margin-top:30px" @click="pushlist">我已知晓</h2>
<!-- <h2 style="text-align:center;font-size:18px;color:#2d8cf0;height:40px;line-height:40px;margin-top:30px" @click="pushlist">我已知晓</h2> -->
<Button type="primary">我已知晓</Button>
</Modal>
<!-- 同步绑定 -->
<Modal
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment