fixing bug 8.11
This commit is contained in:
@@ -68,10 +68,6 @@
|
||||
this.$refs.uToast.show({
|
||||
title: res.message,
|
||||
})
|
||||
uni.showToast({
|
||||
title: res.message,
|
||||
icon: "none"
|
||||
})
|
||||
setTimeout(() => {
|
||||
uni.hideLoading();
|
||||
// 这里此提示会被this.start()方法中的提示覆盖
|
||||
|
||||
Reference in New Issue
Block a user