替换为海洋馆title

dev
Tuzki 2 years ago
parent 9a88970a02
commit 443ec9cee2
  1. 2
      common/param.js
  2. 8
      pages.json
  3. 2
      pages/traffic/outTraffic.vue
  4. 2
      sunPackIndex/scenic/scenicdetial/scenicdetial.vue

@ -7,7 +7,7 @@ module.exports = {
update_oauthTime: 1000*60*60*12 ,//更新时间
appid: "wxaf70a5cd03b06c19",
user_info:null ,//用户信息
cityName:"衡水老白干",
cityName:"邢台海洋馆",
cityPy:"xiongan",
scenicId:167,
imgType:"2901",

@ -3,7 +3,7 @@
// {
// "path": "pages/welcome/welcome",
// "style": {
// "navigationBarTitleText": "衡水老白干",
// "navigationBarTitleText": "邢台海洋馆",
// "enablePullDownRefresh": false
// }
@ -52,7 +52,7 @@
"navigationBarTitleText": "内部交通"
}
},
{
"path": "pages/hotevent/hoteventdetail/hoteventdetail",
"style": {
@ -529,7 +529,7 @@
"globalStyle": {
// "navigationStyle":"custom",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "衡水老白干",
"navigationBarTitleText": "邢台海洋馆",
"navigationBarBackgroundColor": "#f7f7f7",
"backgroundColor": "#f5f5f5"
},
@ -565,4 +565,4 @@
}
]
}
}
}

@ -36,7 +36,7 @@ export default {
latitude: Number("37.826323"),
longitude: Number("115.712658"),
scale: 16,
name: '衡水老白干',
name: '邢台海洋馆',
address: '',
success(data) {
console.log(data);

@ -785,7 +785,7 @@ export default {
latitude: Number(this.info.lat),
longitude: Number(this.info.lng),
scale: 16,
name: '衡水老白干',
name: '邢台海洋馆',
address: '',
success(data) {
console.log(data);

Loading…
Cancel
Save