fixing bug 8.11

This commit is contained in:
2020-08-11 10:23:04 +08:00
parent 6e900dcd3b
commit c01470b52d
13 changed files with 47 additions and 137 deletions

View File

@@ -68,10 +68,6 @@
this.$refs.uToast.show({
title: res.message,
})
uni.showToast({
title: res.message,
icon: "none"
})
setTimeout(() => {
uni.hideLoading();
// 这里此提示会被this.start()方法中的提示覆盖