Commit bf424077 authored by 黄奎's avatar 黄奎

页面修改

parent e465d561
......@@ -606,7 +606,16 @@ export default {
chooseSubscribeTicket(item) {
this.showSubscribeTicketPop = true;
this.TicketID = item.Id;
this.TicketName = item.TicketSubName + item.TicketName;
let ticketName="";
if(item.TicketSubName)
{
ticketName+=item.TicketSubName
}
if(item.TicketName)
{
ticketName+=item.TicketName
}
this.TicketName = ticketName;
},
//获取详情
getDetail() {
......
......@@ -240,7 +240,7 @@ export default {
IsSameDayBuy: -1,
IsWorryFreeRefund: -1,
OrderBy: 1,
City: 262,
City: 0,
District: 0,
},
page_count: 1,
......@@ -296,7 +296,7 @@ export default {
this.getScenicType(); // 获取景点类型
this.getList(); // 获取景点门票类型
this.getCity();
this.getDistrict(262);
//this.getDistrict(262);
},
created() {
uni.setNavigationBarTitle({
......@@ -445,7 +445,7 @@ export default {
this.showCityList = false;
this.msg.City = val.ID;
this.city = val.Name;
this.getDistrict(val.ID);
//this.getDistrict(val.ID);
this.msg.District = 0;
this.optionsTitle[2] = "区域";
this.msg.pageIndex = 1;
......
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