提交信息

This commit is contained in:
duan
2024-05-14 11:34:41 +08:00
parent 740c83bb4a
commit da87e38df0
6 changed files with 276 additions and 9 deletions

View File

@@ -81,6 +81,7 @@
let res = await this.api.payOrderPay({
payType:'wechatPay',
orderId:this.listinfo.id,
orderType:'group'
})
if (res) {
return
@@ -159,7 +160,7 @@
<style lang="less" scoped>
.qrimg {
width: 55vh;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, .6);
display: flex;