|
@@ -332,7 +332,7 @@
|
|
|
uni.hideLoading();
|
|
|
}).catch(error => {
|
|
|
uni.showToast({
|
|
|
- title: error
|
|
|
+ title: error,icon: "none"
|
|
|
})
|
|
|
})
|
|
|
this.show = false;
|
|
@@ -377,7 +377,7 @@
|
|
|
uni.hideLoading();
|
|
|
}).catch(error => {
|
|
|
uni.showToast({
|
|
|
- title: error
|
|
|
+ title: error,icon: "none"
|
|
|
})
|
|
|
})
|
|
|
},
|
|
@@ -408,7 +408,7 @@
|
|
|
uni.hideLoading();
|
|
|
}).catch(error => {
|
|
|
uni.showToast({
|
|
|
- title: error
|
|
|
+ title: error,icon: "none"
|
|
|
})
|
|
|
})
|
|
|
},
|
|
@@ -425,7 +425,7 @@
|
|
|
uni.hideLoading();
|
|
|
}).catch(error => {
|
|
|
uni.showToast({
|
|
|
- title: error
|
|
|
+ title: error,icon: "none"
|
|
|
})
|
|
|
})
|
|
|
},
|