gdpao
This commit is contained in:
@@ -68,6 +68,10 @@
|
||||
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