I
I
it_pear_yurec2021-02-15 15:55:22
PHP
it_pear_yurec, 2021-02-15 15:55:22

Request not sent?

Axios request is not sent, what could be the problem?

this.$axios.post(
          "/sendmail2.php" ,
          {   
            'name': this.debt.fullName,
            'phone': this.debt.email,
            'adres': this.debt.adres,
            'menu': this.debt.filteredProducts,
            'kolvo': this.debt.filteredProducts2,
            'totalprice': this.cartPrice        
          }
        ).then(res => {
          this.sent = true;
        });

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question