mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-06-12 10:00:57 +08:00
bug优化
This commit is contained in:
parent
b538554a83
commit
7952a122ef
@ -233,7 +233,8 @@
|
|||||||
uni.hideLoading();
|
uni.hideLoading();
|
||||||
wx.showToast({
|
wx.showToast({
|
||||||
title: res.data.msg,
|
title: res.data.msg,
|
||||||
duration: 2000
|
duration: 2000,
|
||||||
|
icon: 'none'
|
||||||
});
|
});
|
||||||
setTimeout(()=>{
|
setTimeout(()=>{
|
||||||
_that.repairOrders = [];
|
_that.repairOrders = [];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user