Browse Source

提交

master
chenkainan 6 months ago
parent
commit
e4e647ffcc
  1. 2
      pages.json
  2. 24
      pages/index/index.vue
  3. 4
      pages/user/user.vue

2
pages.json

@ -304,7 +304,7 @@
}],
"tabBar": {
"color": "#666666",
"selectedColor": "#BF2023",
"selectedColor": "#71B580",
"borderStyle": "black",
"backgroundColor": "#ffffff",
// #ifdef APP-PLUS

24
pages/index/index.vue

@ -3,7 +3,7 @@
<view class="top-box">
<!-- 搜索 -->
<view class="search-box" @click="gotoPath('/subPackages/search/search')">
<image src="https://static.ticket.sz-trip.com/yandu/images/indexNew/search.png" mode=""></image>
<image src="https://static.ticket.sz-trip.com/yandu/images/index/search.png" mode=""></image>
搜一搜您想要的产品
</view>
@ -19,7 +19,7 @@
<view class="nav-box">
<view class="nav-top">
<view class="nav-topLeft">
<image src="https://static.ticket.sz-trip.com/yandu/images/indexNew/consultImg.png" class="consultImg" @click="gotoPath('/subPackages/notice/noticeList')"></image>
<image src="https://static.ticket.sz-trip.com/yandu/images/index/consultImg.png" class="consultImg" @click="gotoPath('/subPackages/notice/noticeList')"></image>
<view class="text-overflow">{{notice}}</view>
</view>
@ -41,7 +41,7 @@
</view>
<!-- 背景icon -->
<image src="https://static.ticket.sz-trip.com/yandu/images/indexNew/iconBg.png" mode="" class="iconBg"></image>
<image src="https://static.ticket.sz-trip.com/yandu/images/index/iconBg.png" mode="" class="iconBg"></image>
<!-- 景点推荐 -->
<view class="scenic-box" :style="{backgroundImage: 'url('+showImg(homeUi.jdtj)+')',backgroundSize: 'cover'}" v-if="scenic" @click="gotoScenic(scenic)">
@ -154,43 +154,43 @@
weatherList: [],
navList: [
{
img: 'https://static.ticket.sz-trip.com/yandu/images/indexNew/jdmp.png',
img: 'https://static.ticket.sz-trip.com/yandu/images/index/jdmp.png',
text: '景区门票',
path: '/subPackages/ticketBooking/ticketBooking'
},
{
img: 'https://static.ticket.sz-trip.com/yandu/images/indexNew/jdms.png',
img: 'https://static.ticket.sz-trip.com/yandu/images/index/jdms.png',
text: '酒店民宿',
path: '/subPackages/hotelHomestay/hotelHomestay'
},
{
img: 'https://static.ticket.sz-trip.com/yandu/images/indexNew/cyms.png',
img: 'https://static.ticket.sz-trip.com/yandu/images/index/cyms.png',
text: '餐饮美食',
path: '/subPackages/food/foodList'
},
{
img: 'https://static.ticket.sz-trip.com/yandu/images/indexNew/wctc.png',
img: 'https://static.ticket.sz-trip.com/yandu/images/index/wctc.png',
text: '文创特产',
path: '/subPackages/techan/techanList'
},
{
img: 'https://static.ticket.sz-trip.com/yandu/images/indexNew/xltj.png',
img: 'https://static.ticket.sz-trip.com/yandu/images/index/xltj.png',
text: '线路推荐',
// path: '/subPackages/line/lineList'
path: '/subPackages/webPage/webPage?url='+ encodeURIComponent('https://yandumap.sz-trip.com/lineList'),
},
{
img: 'https://static.ticket.sz-trip.com/yandu/images/indexNew/zhdt.png',
img: 'https://static.ticket.sz-trip.com/yandu/images/index/zhdt.png',
text: '智慧地图',
path: '/subPackages/webPage/webPage?url='+ encodeURIComponent('https://yandumap.sz-trip.com/'),
},
{
img: 'https://static.ticket.sz-trip.com/yandu/images/indexNew/yjgl.png',
img: 'https://static.ticket.sz-trip.com/yandu/images/index/yjgl.png',
text: '游记攻略',
path: '/subPackages/travelGuide/travelGuide'
},
{
img: 'https://static.ticket.sz-trip.com/yandu/images/indexNew/hdrl.png',
img: 'https://static.ticket.sz-trip.com/yandu/images/index/hdrl.png',
text: '活动日历',
path: '/subPackages/eventCalendar/eventCalendar'
}
@ -442,7 +442,7 @@
.nav-box {
width: 696.67rpx;
height: 520rpx;
background-image: url('https://static.ticket.sz-trip.com/yandu/images/indexNew/navBg.png');
background-image: url('https://static.ticket.sz-trip.com/yandu/images/index/navBg.png');
background-size: 100% 100%;
position: relative;
margin: -79rpx auto 0;

4
pages/user/user.vue

@ -310,10 +310,10 @@
</script>
<style scoped lang="scss">
/deep/.uni-countdown {
::v-deep .uni-countdown {
font-size: 20px !important;
/deep/.uni-countdown__splitor {
::v-deep .uni-countdown__splitor {
font-size: 20px !important;
}
}

Loading…
Cancel
Save