|
|
@ -15,7 +15,8 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="search-form radius" @tap="InputFocus"> |
|
|
|
<view class="search-form radius" @tap="InputFocus"> |
|
|
|
<text class="cuIcon-search"></text> |
|
|
|
<text class="cuIcon-search"></text> |
|
|
|
<input disabled :adjust-position="false" type="text" placeholder="搜索油站名称" confirm-type="search" /> |
|
|
|
<input disabled :adjust-position="false" type="text" placeholder="搜索油站名称" |
|
|
|
|
|
|
|
confirm-type="search" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- <view class=""> |
|
|
|
<!-- <view class=""> |
|
|
|
阿三 |
|
|
|
阿三 |
|
|
@ -109,15 +110,15 @@ |
|
|
|
<!-- 广告图片开始 --> |
|
|
|
<!-- 广告图片开始 --> |
|
|
|
<view class="my-bg padding"> |
|
|
|
<view class="my-bg padding"> |
|
|
|
<view class=""> |
|
|
|
<view class=""> |
|
|
|
<!-- <swiper autoplay interval='5000' style="width: 100%;height: 204rpx;" class="swiper" circular > |
|
|
|
<swiper autoplay interval='5000' style="width: 100%;height: 204rpx;" class="swiper" circular > |
|
|
|
<swiper-item @click="swiperClick(item,index)" v-for="(item,index) in swiperArray"> |
|
|
|
<swiper-item @click="swiperClick(item,index)" v-for="(item,index) in swiperArray"> |
|
|
|
<image :src="item.src" style="width: 100%;" mode="widthFix"></image> |
|
|
|
<image :src="item.src" style="width: 100%;" mode="widthFix"></image> |
|
|
|
</swiper-item> |
|
|
|
</swiper-item> |
|
|
|
<swiper-item> |
|
|
|
<!-- <swiper-item> |
|
|
|
<ad unit-id="adunit-fae65289bc72095d" ad-intervals="30"></ad> |
|
|
|
<ad unit-id="adunit-fae65289bc72095d" ad-intervals="30"></ad> |
|
|
|
</swiper-item> |
|
|
|
</swiper-item> --> |
|
|
|
</swiper> --> |
|
|
|
</swiper> |
|
|
|
<image :src="starUrl+'banner.png'" style="width: 100%;" mode="widthFix"></image> |
|
|
|
<!-- <image :src="starUrl+'banner.png'" style="width: 100%;" mode="widthFix"></image> --> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- 筛选开始 --> |
|
|
|
<!-- 筛选开始 --> |
|
|
@ -127,8 +128,8 @@ |
|
|
|
</view> --> |
|
|
|
</view> --> |
|
|
|
<view class=" "> |
|
|
|
<view class=" "> |
|
|
|
<view class="" v-if="siteList.length>0"> |
|
|
|
<view class="" v-if="siteList.length>0"> |
|
|
|
<site-item v-for="(item,index) in siteList" :key="item.id" :site-item="item" :first="index==0" :listHeight="listHeight" |
|
|
|
<site-item v-for="(item,index) in siteList" :key="item.id" :site-item="item" :first="index==0" |
|
|
|
class="cu-list menu-avatar cu-item" @tap="toDetail(item)"> |
|
|
|
:listHeight="listHeight" class="cu-list menu-avatar cu-item" @tap="toDetail(item)"> |
|
|
|
</site-item> |
|
|
|
</site-item> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="" v-else> |
|
|
|
<view class="" v-else> |
|
|
@ -164,9 +165,13 @@ |
|
|
|
// link:'' |
|
|
|
// link:'' |
|
|
|
// }, |
|
|
|
// }, |
|
|
|
{ |
|
|
|
{ |
|
|
|
src: 'https://xoil-public.oss-cn-beijing.aliyuncs.com/WMP-IMG/banner-2dwk.png', |
|
|
|
src: 'https://xoil-public.oss-cn-beijing.aliyuncs.com/baichuan_MP/banner_baichuan.png', |
|
|
|
link: 'https://tengxun.hkzj168.com/?ChannelId=20220831152210221048473' |
|
|
|
JumpPage: '/Activity/pages/index/index' |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
// { |
|
|
|
|
|
|
|
// src: 'https://xoil-public.oss-cn-beijing.aliyuncs.com/WMP-IMG/banner-2dwk.png', |
|
|
|
|
|
|
|
// link: 'https://tengxun.hkzj168.com/?ChannelId=20220831152210221048473' |
|
|
|
|
|
|
|
// }, |
|
|
|
], |
|
|
|
], |
|
|
|
listHeight: 160, |
|
|
|
listHeight: 160, |
|
|
|
siteInfo: { |
|
|
|
siteInfo: { |
|
|
@ -332,7 +337,9 @@ |
|
|
|
toManagement() { |
|
|
|
toManagement() { |
|
|
|
const user = uni.getStorageSync('user'); |
|
|
|
const user = uni.getStorageSync('user'); |
|
|
|
if (user) { |
|
|
|
if (user) { |
|
|
|
Financial.findHomePageReport({customerId:user.id}).then(res=>{ |
|
|
|
Financial.findHomePageReport({ |
|
|
|
|
|
|
|
customerId: user.id |
|
|
|
|
|
|
|
}).then(res => { |
|
|
|
if (res.data) { |
|
|
|
if (res.data) { |
|
|
|
uni.navigateTo({ |
|
|
|
uni.navigateTo({ |
|
|
|
url: `../../../Financial/pages/estimate/index?data=${encodeURIComponent(JSON.stringify(res.data))}` |
|
|
|
url: `../../../Financial/pages/estimate/index?data=${encodeURIComponent(JSON.stringify(res.data))}` |
|
|
@ -351,15 +358,20 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
swiperClick(item, index) { |
|
|
|
swiperClick(item, index) { |
|
|
|
if(!item?.link) return |
|
|
|
// if (!item?.link) return |
|
|
|
switch (Number(index)) { |
|
|
|
// switch (Number(index)) { |
|
|
|
// case 0: |
|
|
|
// // case 0: |
|
|
|
// this.goCall() |
|
|
|
// // this.goCall() |
|
|
|
// break; |
|
|
|
// // break; |
|
|
|
default: |
|
|
|
// default: |
|
|
|
console.log('item.link') |
|
|
|
// console.log('item.link') |
|
|
|
|
|
|
|
// uni.navigateTo({ |
|
|
|
|
|
|
|
// url: '/pages/tabbar/home/link?url=' + encodeURIComponent(JSON.stringify(item.link)) |
|
|
|
|
|
|
|
// }) |
|
|
|
|
|
|
|
// } |
|
|
|
|
|
|
|
if(item?.JumpPage){ |
|
|
|
uni.navigateTo({ |
|
|
|
uni.navigateTo({ |
|
|
|
url: '/pages/tabbar/home/link?url=' + encodeURIComponent(JSON.stringify(item.link)) |
|
|
|
url: item.JumpPage |
|
|
|
}) |
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
@ -450,7 +462,8 @@ |
|
|
|
uni.removeStorageSync("origins") |
|
|
|
uni.removeStorageSync("origins") |
|
|
|
uni.removeStorageSync("destination") |
|
|
|
uni.removeStorageSync("destination") |
|
|
|
wx.navigateTo({ |
|
|
|
wx.navigateTo({ |
|
|
|
url:'../../../BagStation/pages/routePlain/routePlain'}) |
|
|
|
url: '../../../BagStation/pages/routePlain/routePlain' |
|
|
|
|
|
|
|
}) |
|
|
|
} else if (index == 8) { |
|
|
|
} else if (index == 8) { |
|
|
|
this.goToPage('/BagAuth/pages/agreeMent/OperationGuide') |
|
|
|
this.goToPage('/BagAuth/pages/agreeMent/OperationGuide') |
|
|
|
} |
|
|
|
} |
|
|
|