This commit is contained in:
Gdpao
2020-08-12 22:00:01 +08:00
parent 529325e203
commit 6d4d8c5675
5 changed files with 609 additions and 565 deletions

View File

@@ -507,7 +507,11 @@ export default {
},
success(res){
console.log(res)
that.info = res.data.data
that.info = res.data.data;
uni.showToast({
title: res.data.message,
icon: "none"
})
// that.list= res.data.data
}
})