优化录入成功的加载显示
This commit is contained in:
parent
4d08dcb30d
commit
ebba6ed6a6
|
|
@ -314,7 +314,6 @@ export default {
|
||||||
|
|
||||||
// 4. 发起绑定请求
|
// 4. 发起绑定请求
|
||||||
const res = await bstDevice(requestData)
|
const res = await bstDevice(requestData)
|
||||||
|
|
||||||
// 5. 处理响应
|
// 5. 处理响应
|
||||||
if (res.code === 200) {
|
if (res.code === 200) {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
|
|
@ -340,7 +339,7 @@ export default {
|
||||||
duration: 2000,
|
duration: 2000,
|
||||||
})
|
})
|
||||||
} finally {
|
} finally {
|
||||||
uni.hideLoading()
|
// uni.hideLoading()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
qrcode() {
|
qrcode() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user