清理冗余代码

This commit is contained in:
唐明明
2022-06-15 16:31:57 +08:00
parent 7d8b0994f5
commit 5357b0fde6
26 changed files with 32 additions and 684 deletions

View File

@@ -59,10 +59,12 @@
},
onLoad() {
deliverpre().then(res=>{
console.log(res)
this.state.array = res.expresses
}).catch(err=>{
console.log(err);
uni.showToast({
title: err.message,
icon : 'none'
})
})
},
methods: {