diff --git a/pages.json b/pages.json index 470a240..afb3b9f 100644 --- a/pages.json +++ b/pages.json @@ -87,13 +87,6 @@ "navigationBarTitleText": "活动日历" } }, - { - "path": "ticketBooking/ticketBooking", - "style": { - "navigationBarTitleText": "门票预订", - "navigationStyle": "custom" - } - }, { "path": "service/service", "style": { @@ -131,18 +124,6 @@ "navigationBarTitleText": "门票预订" } }, - { - "path": "ticketBooking/detail", - "style": { - "navigationBarTitleText": "景区详情" - } - }, - { - "path": "ticketBooking/order", - "style": { - "navigationBarTitleText": "门票预订" - } - }, { "path": "hotelHomestay/hotelHomestay", "style": { diff --git a/static/js/CommonFunction.js b/static/js/CommonFunction.js index 1c51388..cb001e9 100644 --- a/static/js/CommonFunction.js +++ b/static/js/CommonFunction.js @@ -62,6 +62,7 @@ Vue.prototype.IsMail = code => { // 图片显示判断 Vue.prototype.showImg = img => { + if(!img) return; if (img.indexOf('https://') != -1 || img.indexOf('http://') != -1) { return img; } else {