Commit 1a65fbc4 authored by 黄奎's avatar 黄奎

11

parent 2309dd9d
...@@ -65,11 +65,9 @@ ...@@ -65,11 +65,9 @@
this.formatHotel() this.formatHotel()
this.formatTeam() this.formatTeam()
this.formatDinner() this.formatDinner()
}, },
methods: { methods: {
formatTeam() { formatTeam() {
console.log("", this.trip);
let p; let p;
if (this.trip && this.trip.currentPriceInfo) { if (this.trip && this.trip.currentPriceInfo) {
p = this.trip.currentPriceInfo; p = this.trip.currentPriceInfo;
......
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