Merge branch 'master' of http://git.luyuan.tk/luyuan/deming into xbx

This commit is contained in:
2020-08-13 10:09:49 +08:00
17 changed files with 280 additions and 135 deletions

View File

@@ -510,7 +510,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
}
})