Commit 447ba479 authored by linxin's avatar linxin

解决冲突

parents da8b1edf 751be246
Pipeline #4616 canceled with stages
...@@ -137,6 +137,7 @@ export default { ...@@ -137,6 +137,7 @@ export default {
}, },
access: function () { access: function () {
document.getElementById('passwordInput').blur() document.getElementById('passwordInput').blur()
document.activeElement.blur()
let vm = this let vm = this
if (!vm.username || vm.username === undefined) { if (!vm.username || vm.username === undefined) {
vm.hlsPopup.showLongCenter('请输入用户名') vm.hlsPopup.showLongCenter('请输入用户名')
......
...@@ -223,7 +223,7 @@ export default { ...@@ -223,7 +223,7 @@ export default {
let num = '' let num = ''
vm.$set(j, 'amount', num) vm.$set(j, 'amount', num)
}) })
})*/ }) */
vm.showList = vm.info vm.showList = vm.info
} else { } else {
hlsPopup.showLongCenter(res.message) hlsPopup.showLongCenter(res.message)
...@@ -236,7 +236,7 @@ export default { ...@@ -236,7 +236,7 @@ export default {
i.con_lists.forEach(j => { i.con_lists.forEach(j => {
if (!j.amount || j.amount === 0) { if (!j.amount || j.amount === 0) {
}else{ } else {
let obj = {} let obj = {}
obj.bp_id = window.localStorage.getItem('bp_id') obj.bp_id = window.localStorage.getItem('bp_id')
obj.amount = j.amount obj.amount = j.amount
...@@ -330,6 +330,7 @@ export default { ...@@ -330,6 +330,7 @@ export default {
justify-content: space-around; justify-content: space-around;
background: #fff; background: #fff;
border-radius: 0.08rem; border-radius: 0.08rem;
box-shadow: 0 0 10px #ccc;
top: -23px; top: -23px;
img { img {
//position: absolute; //position: absolute;
......
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