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

@@ -241,7 +241,7 @@ export default {
// console.log(res)
if(res.errCode == 0) {
this.$u.toast(res.message);
this.$emit("updateList");
this.$emit("getArticlelist");
}
})
},

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()方法中的提示覆盖

View File

@@ -205,7 +205,7 @@
z-index: 1000;
position: absolute;
bottom: 100rpx;
right: 230rpx;
right: 30%;
width: 300rpx;
height: 80rpx;
line-height: 80rpx;