Commit d55adca6 authored by 黄奎's avatar 黄奎

1

parent fd81e8bb
...@@ -762,7 +762,7 @@ ...@@ -762,7 +762,7 @@
}} }}
</td> </td>
<td> <td>
{{ item.VisaPrice | priceFormat2(item.VisaPrice) }}(-{{ {{ item.VisaPrice | priceFormat(item.VisaPrice) }}(-{{
item.BackVisaPrice | priceFormat(item.BackVisaPrice) item.BackVisaPrice | priceFormat(item.BackVisaPrice)
}} }}
</td> </td>
...@@ -1175,7 +1175,7 @@ ...@@ -1175,7 +1175,7 @@
}, },
}); });
}, },
//获取航班详情 //获取航班详情$t
getDetails(index) { getDetails(index) {
this.tripDetails = this.list[index].flightList; this.tripDetails = this.list[index].flightList;
}, },
......
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