This commit is contained in:
Gdpao
2020-08-11 11:12:32 +08:00
parent b3a7b2d032
commit 703689d272
10 changed files with 87 additions and 32 deletions

View File

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

View File

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