Commit d6681d32 authored by 华国豪's avatar 华国豪 🙄

no message

parent dfabb1b4
......@@ -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