您好,登錄后才能下訂單哦!
這里使用的是Element-ui組件
html:
<el-input placeholder="請輸入手機號" id="phone" prop="phone" v-model="phone" clearable></el-input>
JS:
var phone = this.phone; var password = this.password; var that = this; var phone = that .phone; var password = that .password; this.$axios({ method:'post', url:'api/user/logout', data:this.qs.stringify({phone:phone,password:password}) }).then((res) =>{ //這里使用了ES6的語法 if (res.data.status==200){ alert(res.data.message); this.$emit('userSignIn', ''); //記錄登錄狀態 this.$router.replace({path: '/login'}); //成功后跳轉 } }).catch((error) =>{ alert(error.data.message) //請求失敗返回的數據 })
以上這篇vue獲取form表單的值示例就是小編分享給大家的全部內容了,希望能給大家一個參考,也希望大家多多支持億速云。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。