Commit 120215f2 authored by huangyuanyuan's avatar huangyuanyuan
parents 7590539f d6681d32
......@@ -198,6 +198,9 @@ export default {
}
},
calcMoney(){
if(!localStorage.userInfo){
return this.$message.error('请登录!')
}
this.chosenObj.etCount = this.chosenObj.etbzcCount + this.chosenObj.etzc
// console.log(this.chosenObj.etbzcCount + '----------'+ this.chosenObj.etzc)
// console.log(this.priceFlight.childNoNeedPrice)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment