@@ -356,10 +356,6 @@
...mapMutations('m_business', ['updateCheckinInfo', 'updateIdCardInfo', 'updateOrder']),
...mapMutations('m_user', ['updateUserInfo']),
async finishInput() {
- this.step = 'checkIdentity'
- return
-
//检查格式是否正确
let nameReg = /\d/;
if (this.name === '' || nameReg.test(this.name)) {