提交 472bcbce 编写于 作者: tao.wu's avatar tao.wu

no message

上级 77dbd797
...@@ -26,8 +26,8 @@ ...@@ -26,8 +26,8 @@
flex: 1; flex: 1;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
display: block;
.choose-label-wrap{ .choose-label-wrap{
.el-dialog__body{ .el-dialog__body{
padding: 0 25px 30px; padding: 0 25px 30px;
} }
...@@ -61,14 +61,14 @@ ...@@ -61,14 +61,14 @@
} }
} }
.list-wrap{ .list-wrap{
width: 100%; width: 100%;
height: 300px; height: 300px;
border: 1px solid #E4E7ED; border: 1px solid #E4E7ED;
margin-top: 10px; margin-top: 10px;
padding: 10px; padding: 10px;
border-radius: 4px; border-radius: 4px;
overflow: hidden; overflow: hidden;
overflow-y: scroll; overflow-y: scroll;
&::-webkit-scrollbar &::-webkit-scrollbar
{ {
width: 5px; width: 5px;
...@@ -317,7 +317,7 @@ ...@@ -317,7 +317,7 @@
.pic{ .pic{
background:rgba(240,242,245,1); background:rgba(240,242,245,1);
width: 200px; height: auto; width: 200px; height: auto;
border: 0; border: 0;
.qr-code-img{ .qr-code-img{
width: 200px; width: 200px;
height: 200px; height: 200px;
...@@ -364,7 +364,7 @@ ...@@ -364,7 +364,7 @@
margin: 30px 0 24px; margin: 30px 0 24px;
} }
.flow-path{ .flow-path{
// width: 100%; // width: 100%;
height: 395px; height: 395px;
display: block; display: block;
border: 0; border: 0;
...@@ -373,4 +373,4 @@ ...@@ -373,4 +373,4 @@
} }
} }
} }
} }
\ No newline at end of file
...@@ -46,7 +46,7 @@ export default { ...@@ -46,7 +46,7 @@ export default {
DC: dataConverter, DC: dataConverter,
checkAuth: (callback) => { checkAuth: (callback) => {
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
fetch({ resolve(fetch({
headers: { headers: {
token: localStorage.getItem('storageToken') token: localStorage.getItem('storageToken')
}, },
...@@ -62,8 +62,8 @@ export default { ...@@ -62,8 +62,8 @@ export default {
alertMessage('您当前暂无机构,无法使用居民管理、随访管理和群发消息等功能,请在加入机构后重试。','去加入','暂不加入', ()=>{ alertMessage('您当前暂无机构,无法使用居民管理、随访管理和群发消息等功能,请在加入机构后重试。','去加入','暂不加入', ()=>{
location.href = getSaasHost() + '/pica-base/pica_join.html' location.href = getSaasHost() + '/pica-base/pica_join.html'
}) })
// return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
// }) })
} else if (res.data == 2) { } else if (res.data == 2) {
alertMessage('您创建的机构正在审核中,暂无法使用居民管理、随访管理和群发消息等功能,请在审核通过后重试。','查看审核','取消', ()=>{ alertMessage('您创建的机构正在审核中,暂无法使用居民管理、随访管理和群发消息等功能,请在审核通过后重试。','查看审核','取消', ()=>{
location.href = getWsHost() + '/outside/status?tk=' + localStorage.getItem('storageToken') location.href = getWsHost() + '/outside/status?tk=' + localStorage.getItem('storageToken')
...@@ -71,10 +71,15 @@ export default { ...@@ -71,10 +71,15 @@ export default {
// return new Promise((resolve, reject) => { // return new Promise((resolve, reject) => {
// }) // })
} else if (res.data == 3) { } else if (res.data == 3) {
return callback return callback()
// return new Promise((resolve, reject) => {
// resolve(callback())
// })
} }
} }
}) }))
}) })
} }
}; };
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册