|
@@ -176,9 +176,9 @@ export default defineComponent({
|
|
|
)
|
|
|
// console.log(data)
|
|
|
if (data.status !== 'WAIT_PAY' && data.status !== 'PAYING') {
|
|
|
- clearInterval(orderTimer)
|
|
|
// 默认关闭支付二维码弹窗
|
|
|
state.showQrcode = false
|
|
|
+ clearInterval(orderTimer)
|
|
|
window.location.replace(
|
|
|
window.location.origin +
|
|
|
'/orchestra-student/#/payment-result?orderNo=' +
|
|
@@ -364,7 +364,7 @@ export default defineComponent({
|
|
|
state.goodsInfos.map((goods: any) => (
|
|
|
<Cell
|
|
|
class={styles.cellItem}
|
|
|
- center
|
|
|
+ // center
|
|
|
onClick={() => {
|
|
|
if (goods.goodsType === 'INSTRUMENTS' || goods.goodsType === 'TEXTBOOK') {
|
|
|
console.log(goods)
|