调整支付

This commit is contained in:
唐明明
2023-07-11 14:47:30 +08:00
parent c8cc2b6dda
commit 0320f43c0d
8 changed files with 99 additions and 30 deletions

View File

@@ -88,6 +88,9 @@
};
},
onShow(){
console.log(codes)
codes(this.$Route.query.code).then(res => {
this.vouchers = res;
})