Browse Source

首页修改

master
chenkainan 10 months ago
parent
commit
65a4c77d5c
  1. 20
      pages/index/index.vue

20
pages/index/index.vue

@ -124,6 +124,10 @@
<view class="strategy-more" @click="strategyMore();qdTracker('homepageNewsClick', {buttonName: '同里新鲜事', buttonSort: '1'})" v-show="showMore">查看更多</view>
</view>
<footer>
咨询电话:0512-63311140<br>工作时间:周一至周五8:15-17:151700清园
</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>
</view>
@ -213,6 +217,13 @@
methods: {
//
gotoPathMd(item,index) {
if(item.text == '找车位') {
uni.showToast({
title: '该功能暂未开放',
icon: 'none',
duration: 2000
})
}
this.qdTracker('homepageMainButtonClick', {buttonName: item.text, buttonSort: index})
this.gotoPath(item.path)
},
@ -803,4 +814,13 @@
height: 105.33rpx;
z-index: 100;
}
footer {
font-weight: 600;
font-size: 23rpx;
color: #333333;
line-height: 40rpx;
text-align: center;
margin-top: 72rpx;
}
</style>

Loading…
Cancel
Save