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": { "tabBar": {
"color": "#666666", "color": "#666666",
"selectedColor": "#BF2023", "selectedColor": "#71B580",
"borderStyle": "black", "borderStyle": "black",
"backgroundColor": "#ffffff", "backgroundColor": "#ffffff",
// #ifdef APP-PLUS // #ifdef APP-PLUS

24
pages/index/index.vue

@ -3,7 +3,7 @@
<view class="top-box"> <view class="top-box">
<!-- 搜索 --> <!-- 搜索 -->
<view class="search-box" @click="gotoPath('/subPackages/search/search')"> <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> </view>
@ -19,7 +19,7 @@
<view class="nav-box"> <view class="nav-box">
<view class="nav-top"> <view class="nav-top">
<view class="nav-topLeft"> <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 class="text-overflow">{{notice}}</view>
</view> </view>
@ -41,7 +41,7 @@
</view> </view>
<!-- 背景icon --> <!-- 背景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)"> <view class="scenic-box" :style="{backgroundImage: 'url('+showImg(homeUi.jdtj)+')',backgroundSize: 'cover'}" v-if="scenic" @click="gotoScenic(scenic)">
@ -154,43 +154,43 @@
weatherList: [], weatherList: [],
navList: [ 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: '景区门票', text: '景区门票',
path: '/subPackages/ticketBooking/ticketBooking' 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: '酒店民宿', text: '酒店民宿',
path: '/subPackages/hotelHomestay/hotelHomestay' 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: '餐饮美食', text: '餐饮美食',
path: '/subPackages/food/foodList' 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: '文创特产', text: '文创特产',
path: '/subPackages/techan/techanList' 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: '线路推荐', text: '线路推荐',
// path: '/subPackages/line/lineList' // path: '/subPackages/line/lineList'
path: '/subPackages/webPage/webPage?url='+ encodeURIComponent('https://yandumap.sz-trip.com/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: '智慧地图', text: '智慧地图',
path: '/subPackages/webPage/webPage?url='+ encodeURIComponent('https://yandumap.sz-trip.com/'), 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: '游记攻略', text: '游记攻略',
path: '/subPackages/travelGuide/travelGuide' 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: '活动日历', text: '活动日历',
path: '/subPackages/eventCalendar/eventCalendar' path: '/subPackages/eventCalendar/eventCalendar'
} }
@ -442,7 +442,7 @@
.nav-box { .nav-box {
width: 696.67rpx; width: 696.67rpx;
height: 520rpx; 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%; background-size: 100% 100%;
position: relative; position: relative;
margin: -79rpx auto 0; margin: -79rpx auto 0;

4
pages/user/user.vue

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

Loading…
Cancel
Save