setTimeout
This commit is contained in:
@@ -80,7 +80,6 @@ export default {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
background: #F5F5F5;
|
background: #F5F5F5;
|
||||||
z-index: 9;
|
z-index: 9;
|
||||||
// height: ;
|
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ export default {
|
|||||||
this.$u.toast('取消成功')
|
this.$u.toast('取消成功')
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.getOrderList()
|
this.getOrderList()
|
||||||
},600)
|
},400)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
@@ -242,8 +242,6 @@ export default {
|
|||||||
}
|
}
|
||||||
div:first-child {
|
div:first-child {
|
||||||
margin-right: 32px;
|
margin-right: 32px;
|
||||||
// border: 1px solid #DDDDDD;
|
|
||||||
// border-radius: 52px;
|
|
||||||
color: #687DA6;
|
color: #687DA6;
|
||||||
}
|
}
|
||||||
div:last-child {
|
div:last-child {
|
||||||
|
|||||||
Reference in New Issue
Block a user