|
@@ -196,7 +196,7 @@ export default defineComponent({
|
|
|
if (pt) {
|
|
|
const payCode: string = beforeSubmit(state.pay_channel)
|
|
|
onConfirm({
|
|
|
- payCode: payCode === 'qrCode' ? 'payDefine' : 'payResult',
|
|
|
+ payCode,
|
|
|
pay_channel: pt
|
|
|
})
|
|
|
} else {
|
|
@@ -225,7 +225,6 @@ export default defineComponent({
|
|
|
hideLoading: false
|
|
|
}
|
|
|
)
|
|
|
- console.log(data)
|
|
|
state.pay_channel = data.paymentChannel
|
|
|
state.submitStatus = false
|
|
|
if (data.status !== 'WAIT_PAY' && data.status !== 'PAYING') {
|
|
@@ -277,7 +276,7 @@ export default defineComponent({
|
|
|
receiveAddress: addressDetails.value.id
|
|
|
}
|
|
|
})
|
|
|
- console.log(data)
|
|
|
+ // console.log(data)
|
|
|
state.pay_channel = data.paymentChannel
|
|
|
if (data.status !== 'WAIT_PAY' && data.status !== 'PAYING') {
|
|
|
checkOrderTypeJump()
|
|
@@ -359,7 +358,7 @@ export default defineComponent({
|
|
|
// center
|
|
|
onClick={() => {
|
|
|
if (goods.goodsType === 'INSTRUMENTS' || goods.goodsType === 'TEXTBOOK') {
|
|
|
- console.log(goods)
|
|
|
+ // console.log(goods)
|
|
|
state.selectGoodsId = goods.goodsId
|
|
|
state.currentPrice = goods.currentPrice
|
|
|
state.goodsStatus = true
|