|
@ -124,6 +124,10 @@ |
|
|
<view class="strategy-more" @click="strategyMore();qdTracker('homepageNewsClick', {buttonName: '同里新鲜事', buttonSort: '1'})" v-show="showMore">查看更多</view> |
|
|
<view class="strategy-more" @click="strategyMore();qdTracker('homepageNewsClick', {buttonName: '同里新鲜事', buttonSort: '1'})" v-show="showMore">查看更多</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<footer> |
|
|
|
|
|
咨询电话:0512-63311140<br>工作时间:周一至周五8:15-17:15(17:00清园) |
|
|
|
|
|
</footer> |
|
|
|
|
|
|
|
|
<!-- 领券中心 --> |
|
|
<!-- 领券中心 --> |
|
|
<image src="https://static.ticket.sz-trip.com/tongli/images/index/getCoupons.png" @click="gotoPathMd({path: '/subPackages/user/getCoupon', text: '领券中心'}, '1')" class="couponImg"></image> |
|
|
<image src="https://static.ticket.sz-trip.com/tongli/images/index/getCoupons.png" @click="gotoPathMd({path: '/subPackages/user/getCoupon', text: '领券中心'}, '1')" class="couponImg"></image> |
|
|
</view> |
|
|
</view> |
|
@ -213,6 +217,13 @@ |
|
|
methods: { |
|
|
methods: { |
|
|
// 金刚区跳转 功能埋点 |
|
|
// 金刚区跳转 功能埋点 |
|
|
gotoPathMd(item,index) { |
|
|
gotoPathMd(item,index) { |
|
|
|
|
|
if(item.text == '找车位') { |
|
|
|
|
|
uni.showToast({ |
|
|
|
|
|
title: '该功能暂未开放', |
|
|
|
|
|
icon: 'none', |
|
|
|
|
|
duration: 2000 |
|
|
|
|
|
}) |
|
|
|
|
|
} |
|
|
this.qdTracker('homepageMainButtonClick', {buttonName: item.text, buttonSort: index}) |
|
|
this.qdTracker('homepageMainButtonClick', {buttonName: item.text, buttonSort: index}) |
|
|
this.gotoPath(item.path) |
|
|
this.gotoPath(item.path) |
|
|
}, |
|
|
}, |
|
@ -803,4 +814,13 @@ |
|
|
height: 105.33rpx; |
|
|
height: 105.33rpx; |
|
|
z-index: 100; |
|
|
z-index: 100; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
footer { |
|
|
|
|
|
font-weight: 600; |
|
|
|
|
|
font-size: 23rpx; |
|
|
|
|
|
color: #333333; |
|
|
|
|
|
line-height: 40rpx; |
|
|
|
|
|
text-align: center; |
|
|
|
|
|
margin-top: 72rpx; |
|
|
|
|
|
} |
|
|
</style> |
|
|
</style> |
|
|