This commit is contained in:
Gdpao
2020-08-11 10:00:06 +08:00
parent e6f73f01cd
commit aad2bca5c6
13 changed files with 137 additions and 35 deletions

View File

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