Commit bf424077 authored by 黄奎's avatar 黄奎

页面修改

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