zaijin 2 жил өмнө
parent
commit
93543116bf

+ 2 - 0
pages/paymentMethod/paymentMethod.vue

@@ -224,6 +224,7 @@ export default {
                       title: '已取消支付',
                       type: 'info'
                     });
+										window.location.reload();
                     break;
                   case 2: // 支付失败
                     this.$refs.uToast.show({
@@ -261,6 +262,7 @@ export default {
                       title: '已取消支付',
                       type: 'info'
                     });
+										window.location.reload();
                     break;
                   case 2: // 支付失败
                     this.$refs.uToast.show({