Merge pull request 'xiugai' (#1) from lixuan into master

Reviewed-on: #1
pull/2/head
李轩 2 years ago
commit 70ad823ba2
  1. 6
      BagMoney/components/oil-card/oil-card.vue
  2. 2
      colorui/main.css
  3. 12
      pages/tabbar/station/stationList.vue

@ -1,6 +1,6 @@
<template> <template>
<view > <view >
<view class="bg-img boxsingForCard flex align-center" <view class="bg-img boxsingForCard flex align-center swi-bg"
:style="'background-image: url('+imgURL+ (card.oilCardType==2?'card-zs.png':'card-other.png')+');'"> :style="'background-image: url('+imgURL+ (card.oilCardType==2?'card-zs.png':'card-other.png')+');'">
<view class="padding-xl text-white"> <view class="padding-xl text-white">
<view class="padding-xs text-bold"> <view class="padding-xs text-bold">
@ -14,6 +14,7 @@
个人油卡 个人油卡
</text> </text>
<text style="margin-left: 15rpx;padding: 10rpx 15rpx;border-radius: 15rpx;color: #FF6700;background-color: #FFFFFF;font-size: 20rpx;">{{card.companyType|companyType}}</text> <text style="margin-left: 15rpx;padding: 10rpx 15rpx;border-radius: 15rpx;color: #FF6700;background-color: #FFFFFF;font-size: 20rpx;">{{card.companyType|companyType}}</text>
<text v-show="card.plateNumberCompany" style="margin-left: 15rpx;padding: 10rpx 15rpx;border-radius: 15rpx;color: #FF6700;background-color: #FFFFFF;font-size: 20rpx;">{{card.plateNumberCompany?card.plateNumberCompany:''}}</text>
</view> </view>
<view class="padding-xs padding-top-lg padding-bottom text-xxl"> <view class="padding-xs padding-top-lg padding-bottom text-xxl">
{{card.accountCardCode|cardNoFormat}} {{card.accountCardCode|cardNoFormat}}
@ -125,4 +126,7 @@
.hidden-2{ .hidden-2{
opacity: 0; opacity: 0;
} }
.swi-bg{
background-size: 770rpx;
}
</style> </style>

@ -2578,7 +2578,7 @@ swiper.round-dot .uni-swiper-dot.uni-swiper-dot-active {
} }
.screen-swiper { .screen-swiper {
min-height: 375upx; min-height: 385upx;
} }
.screen-swiper image, .screen-swiper image,

@ -482,13 +482,17 @@
siteName: this.siteName, siteName: this.siteName,
...uni.getStorageSync('location'), ...uni.getStorageSync('location'),
// ...this.filterData // ...this.filterData
siteBrand: this.siteName ? '' : this.filterDatas // siteBrand: this.siteName ? '' : this.filterDatas
siteBrand: this.filterDatas
.siteBrand, // // ( 1- 2- 3- 4- 5- 6- 7- 8- ) .siteBrand, // // ( 1- 2- 3- 4- 5- 6- 7- 8- )
channelCode: this.siteName ? '' : this.filterDatas // channelCode: this.siteName ? '' : this.filterDatas
channelCode: this.filterDatas
.channelCode, // // ( OIL WJY LV TY YDJY) .channelCode, // // ( OIL WJY LV TY YDJY)
oilProductCode: this.siteName ? '' : this.filterDatas // oilProductCode: this.siteName ? '' : this.filterDatas
oilProductCode:this.filterDatas
.oilProductCode ,// // ( 0# 92# 92#) .oilProductCode ,// // ( 0# 92# 92#)
siteLevel: this.siteName ? '' : this.filterDatas // siteLevel: this.siteName ? '' : this.filterDatas
siteLevel: this.filterDatas
.siteLevel , .siteLevel ,
provinceCode:this.filterDatas.provinceCode, provinceCode:this.filterDatas.provinceCode,
cityCode:this.filterDatas.cityCode, cityCode:this.filterDatas.cityCode,

Loading…
Cancel
Save