Browse Source

提交

master
chenkainan 1 year ago
parent
commit
add32e3072
  1. 19
      pages.json
  2. 1
      static/js/CommonFunction.js

19
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": {

1
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 {

Loading…
Cancel
Save