|
|
@ -38,7 +38,7 @@ |
|
|
|
<view class="subtitle">便民快捷购票入口</view> |
|
|
|
<image src="https://static.ticket.sz-trip.com/tongli/images/index/rightIcons1.png" mode=""></image> |
|
|
|
</view> |
|
|
|
<view :style="{backgroundImage: 'url('+showImg(homeUi['dtdl'])+')'}"> |
|
|
|
<view :style="{backgroundImage: 'url('+showImg(homeUi['dtdl'])+')'}" @click="gotoPath('plugin://myPlugin/index')"> |
|
|
|
<view class="title">地图导览</view> |
|
|
|
<view class="subtitle">随时随地发现新旅程</view> |
|
|
|
<image src="https://static.ticket.sz-trip.com/tongli/images/index/rightIcons.png" mode=""></image> |
|
|
@ -188,6 +188,9 @@ |
|
|
|
notice: '', |
|
|
|
} |
|
|
|
}, |
|
|
|
onShow() { |
|
|
|
uni.setStorageSync('isFlag', true) |
|
|
|
}, |
|
|
|
onReady() { |
|
|
|
// 获取经纬度 |
|
|
|
if(!uni.getStorageSync('location')) { |
|
|
|