二手车交易,发布信息抛出异常
This commit is contained in:
@ -342,6 +342,8 @@ export default {
|
|||||||
this.$toast(res.msg)
|
this.$toast(res.msg)
|
||||||
}
|
}
|
||||||
console.log("车源发布publishCarInfo",res)
|
console.log("车源发布publishCarInfo",res)
|
||||||
|
} catch (e){
|
||||||
|
console.log('e',e)
|
||||||
} finally {
|
} finally {
|
||||||
console.log(111)
|
console.log(111)
|
||||||
}
|
}
|
||||||
|
@ -231,8 +231,8 @@ export default {
|
|||||||
this.$toast(res.msg)
|
this.$toast(res.msg)
|
||||||
}
|
}
|
||||||
console.log("发布求购publishCarInfo",res)
|
console.log("发布求购publishCarInfo",res)
|
||||||
} finally {
|
} catch (e){
|
||||||
console.log(111)
|
console.log(e)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 手机号验证方法
|
// 手机号验证方法
|
||||||
|
Reference in New Issue
Block a user