优化结算订单

This commit is contained in:
gyq
2024-03-15 11:12:55 +08:00
parent 861e62ce15
commit 2b8910f6a1
8 changed files with 107 additions and 38 deletions

View File

@@ -144,7 +144,7 @@ async function confirmOrder() {
if (props.selecttype == 1) {//1 代表会员
} else {
}
break;
default:
@@ -186,6 +186,9 @@ async function queryPayTypeAjax() {
shopId: store.userInfo.shopId
})
payList.value = res
if (res[0].payType == 'scanCode') {
scanModalRef.value.show()
}
} catch (error) {
console.log(error)
}