|
@@ -45,7 +45,6 @@ export default defineComponent({
|
|
|
const paymentOrderUnpaid = async () => {
|
|
|
try {
|
|
|
const { data } = await request.get('/api-student/userPaymentOrder/unpaid')
|
|
|
- console.log(data, 'data')
|
|
|
// 判断是否有待支付订单
|
|
|
if (data.id) {
|
|
|
showConfirmDialog({
|
|
@@ -118,6 +117,9 @@ export default defineComponent({
|
|
|
}
|
|
|
|
|
|
const onSelect = (type: string) => {
|
|
|
+ console.log(type, 'type')
|
|
|
+ console.log(state.goodsInfo, 'goodsInfo')
|
|
|
+
|
|
|
state.checkboxRefs[type].toggle()
|
|
|
|
|
|
calcPrice()
|