设备列表
This commit is contained in:
@@ -227,10 +227,6 @@ page {
|
||||
/deep/ .uni-card:first-of-type {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
/deep/ .uni-card__header {
|
||||
border-bottom: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.content {
|
||||
|
||||
@@ -40,7 +40,7 @@ export default (options = {}) => {
|
||||
if (arr.indexOf(options.url) > -1) {
|
||||
setTimeout(() => {
|
||||
arr.splice(arr.indexOf(options.url), 1)
|
||||
}, 1500)
|
||||
}, 500)
|
||||
}
|
||||
if (res.data.resultCode !== 10000 && res.data.code !== 'A0000') {
|
||||
errHandler(res.data)
|
||||
@@ -53,7 +53,7 @@ export default (options = {}) => {
|
||||
if (arr.indexOf(options.url) > -1) {
|
||||
setTimeout(() => {
|
||||
arr.splice(arr.indexOf(options.url), 1)
|
||||
}, 1500)
|
||||
}, 500)
|
||||
}
|
||||
reject(err)
|
||||
uni.showToast({
|
||||
|
||||
Reference in New Issue
Block a user