Commit c3365622 authored by 黄奎's avatar 黄奎

门票预定修改

parent e465d561
...@@ -606,7 +606,13 @@ export default { ...@@ -606,7 +606,13 @@ export default {
chooseSubscribeTicket(item) { chooseSubscribeTicket(item) {
this.showSubscribeTicketPop = true; this.showSubscribeTicketPop = true;
this.TicketID = item.Id; this.TicketID = item.Id;
if(item.TicketSubName){
this.TicketName = item.TicketSubName + item.TicketName; this.TicketName = item.TicketSubName + item.TicketName;
} else {
this.TicketName = item.TicketName;
}
console.log('sss',item)
}, },
//获取详情 //获取详情
getDetail() { getDetail() {
......
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