Explorar el Código

取消支付刷新页面

zaijin hace 2 años
padre
commit
93543116bf
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      pages/paymentMethod/paymentMethod.vue

+ 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({