1、在提交按钮上加入 :loading="loading"(注意前面有冒号)
2、在return下加入 loading: false, 先声明一下
3、在刚进入提交方法时 this.loading = true 开始启动加载状态