jiazhipeng 7 months ago
parent
commit
f5c8ff5b37
  1. 2
      pages.json
  2. 32
      pages/index/index.vue
  3. BIN
      static/images/index.png
  4. BIN
      static/images/index_HL.png
  5. BIN
      static/images/mall.png
  6. BIN
      static/images/mall_HL.png
  7. BIN
      static/images/map.png
  8. BIN
      static/images/map_HL.png
  9. BIN
      static/images/user.png
  10. BIN
      static/images/user_HL.png

2
pages.json

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

32
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/index/search.png" mode=""></image>
<image src="https://static.ticket.sz-trip.com/yandu/images/indexNew/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/index/consultImg.png" class="consultImg" @click="gotoPath('/subPackages/notice/noticeList')"></image>
<image src="https://static.ticket.sz-trip.com/yandu/images/indexNew/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/index/iconBg.png" mode="" class="iconBg"></image>
<image src="https://static.ticket.sz-trip.com/yandu/images/indexNew/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/index/jdmp.png',
img: 'https://static.ticket.sz-trip.com/yandu/images/indexNew/jdmp.png',
text: '景区门票',
path: '/subPackages/ticketBooking/ticketBooking'
},
{
img: 'https://static.ticket.sz-trip.com/yandu/images/index/jdms.png',
img: 'https://static.ticket.sz-trip.com/yandu/images/indexNew/jdms.png',
text: '酒店民宿',
path: '/subPackages/hotelHomestay/hotelHomestay'
},
{
img: 'https://static.ticket.sz-trip.com/yandu/images/index/cyms.png',
img: 'https://static.ticket.sz-trip.com/yandu/images/indexNew/cyms.png',
text: '餐饮美食',
path: '/subPackages/food/foodList'
},
{
img: 'https://static.ticket.sz-trip.com/yandu/images/index/wctc.png',
img: 'https://static.ticket.sz-trip.com/yandu/images/indexNew/wctc.png',
text: '文创特产',
path: '/subPackages/techan/techanList'
},
{
img: 'https://static.ticket.sz-trip.com/yandu/images/index/xltj.png',
img: 'https://static.ticket.sz-trip.com/yandu/images/indexNew/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/index/zhdt.png',
img: 'https://static.ticket.sz-trip.com/yandu/images/indexNew/zhdt.png',
text: '智慧地图',
path: '/subPackages/webPage/webPage?url='+ encodeURIComponent('https://yandumap.sz-trip.com/'),
},
{
img: 'https://static.ticket.sz-trip.com/yandu/images/index/yjgl.png',
img: 'https://static.ticket.sz-trip.com/yandu/images/indexNew/yjgl.png',
text: '游记攻略',
path: '/subPackages/travelGuide/travelGuide'
},
{
img: 'https://static.ticket.sz-trip.com/yandu/images/index/hdrl.png',
img: 'https://static.ticket.sz-trip.com/yandu/images/indexNew/hdrl.png',
text: '活动日历',
path: '/subPackages/eventCalendar/eventCalendar'
}
@ -400,7 +400,7 @@
<style lang="scss" scoped>
.content {
background: #DFEDE0;
background: #FBD8BF;
min-height: 100vh;
overflow-x: hidden;
position: relative;
@ -442,7 +442,7 @@
.nav-box {
width: 696.67rpx;
height: 520rpx;
background-image: url('https://static.ticket.sz-trip.com/yandu/images/index/navBg.png');
background-image: url('https://static.ticket.sz-trip.com/yandu/images/indexNew/navBg.png');
background-size: 100% 100%;
position: relative;
margin: -79rpx auto 0;
@ -816,13 +816,13 @@
.strategy-more {
width: 200rpx;
line-height: 67rpx;
background: #DCEADD;
background: #FBD8BF;
border-radius: 33rpx;
border: 1rpx solid #71B580;
border: 1rpx solid #BF2023;
margin: 44rpx auto 0;
text-align: center;
font-weight: 400;
font-size: 28rpx;
color: #5BA06A;
color: #BF2023;
}
</style>

BIN
static/images/index.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

BIN
static/images/index_HL.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB

BIN
static/images/mall.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 12 KiB

BIN
static/images/mall_HL.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 15 KiB

BIN
static/images/map.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 14 KiB

BIN
static/images/map_HL.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 15 KiB

BIN
static/images/user.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

BIN
static/images/user_HL.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

Loading…
Cancel
Save