替换图标

cyl/dev
jscyl13849007907 1 year ago
parent 7c75e6136e
commit 3aee586f21

@ -145,15 +145,15 @@
"text": "消息" "text": "消息"
}, },
{ {
"iconPath": "./assets/images/xx.png", "iconPath": "./assets/images/tabbar/order.png",
"selectedIconPath": "./assets/images/xx1_lao.png", "selectedIconPath": "./assets/images/tabbar/order_active.png",
"pagePath": "pages/myBill/index", "pagePath": "pages/myBill/index",
"text": "工单" "text": "工单"
}, },
{ {
"iconPath": "./assets/images/wd.png", "iconPath": "./assets/images/tabbar/user.png",
"selectedIconPath": "./assets/images/wd1.png", "selectedIconPath": "./assets/images/tabbar/user_active.png",
"pagePath": "pages/mine/index", "pagePath": "pages/mine/index",
"text": "我的" "text": "我的"
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 967 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 943 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 419 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 427 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -17,13 +17,19 @@
<icon wx:if="{{isAgency}}" class="iconfont {{isServicePriceShow ? 'icon-zhengyan1' : 'icon-biyan1'}} ysd-base-f40" size="23" color bindtap="toggleprice" data-index="{{isServicePriceShow ? 1 : 2}}" style="height: 18px; position: relative; top: -10px;"></icon> <icon wx:if="{{isAgency}}" class="iconfont {{isServicePriceShow ? 'icon-zhengyan1' : 'icon-biyan1'}} ysd-base-f40" size="23" color bindtap="toggleprice" data-index="{{isServicePriceShow ? 1 : 2}}" style="height: 18px; position: relative; top: -10px;"></icon>
</view> </view>
</view>--> </view>-->
<view class="bgf p16 br8" style="padding-top:0rpx;padding-bottom:0rpx"> <view class="bgf p16 br8" style="padding-top:0rpx;padding-bottom:0rpx" bindtap="showFee">
<view class="fsa" hover-class="none" hover-stop-propagation="false"> <view class="fsa" hover-class="none" hover-stop-propagation="false" >
<view class="fss" hover-class="none" hover-stop-propagation="false" style="flex: none;padding-top:16px;padding-bottom:16px"> <view class="fss" hover-class="none" hover-stop-propagation="false" style="flex: none;">
<view class="fw500 mr4">代理佣金</view> <view class="fw500 mr4 h67 g_flex_column_center">代理佣金</view>
<icon wx:if="{{isAgency}}" class="iconfont {{isServicePriceShow ? 'icon-zhengyan1' : 'icon-biyan1'}} ysd-base-f40 f22" color bindtap="toggleprice" data-index="{{isServicePriceShow ? 1 : 2}}"></icon> <icon class="iconfont {{isServicePriceShow ? 'icon-zhengyan1' : 'icon-biyan1'}} ysd-base-f40 f22 h67 g_flex_column_center"
color
data-index="{{isServicePriceShow ? 1 : 2}}"
wx:if="{{isAgency}}"
catchtap="toggleprice"
style="width: 67px;"
></icon>
</view> </view>
<view class="fse" bindtap="showFee" hover-class="none" hover-stop-propagation="false" style="flex: 1;padding-top:16px;padding-bottom:16px"> <view class="fse h67" hover-class="none" hover-stop-propagation="false" style="flex: 1;">
<span class wx:if="{{isServicePriceShow && isAgency}}">{{fuWuFei || '--'}}</span> <span class wx:if="{{isServicePriceShow && isAgency}}">{{fuWuFei || '--'}}</span>
<span class wx:else>***</span> <span class wx:else>***</span>
<view class="iconfont icon-you f14 c045 ml4" hover-class="none" hover-stop-propagation="false"></view> <view class="iconfont icon-you f14 c045 ml4" hover-class="none" hover-stop-propagation="false"></view>

@ -595,3 +595,7 @@ button.collectBtn {
right: 5px; right: 5px;
bottom: 182px; bottom: 182px;
} }
.h67{
height: 67px;
}

@ -4618,8 +4618,7 @@ Page({
// }); // });
} else if (event.detail.scrollTop <= 200 && this.getTabBar().data.toTop) { } else if (event.detail.scrollTop <= 200 && this.getTabBar().data.toTop) {
// console.log(!this.getTabBar().data.toTop); // console.log(!this.getTabBar().data.toTop);
this.getTabBar().data.list[0].selectedIconPath = this.getTabBar().data.list[0].selectedIconPath = "../assets/images/tabbar/home.svg";
"../assets/images/tabbar/home_active.png";
this.getTabBar().data.list[0].text = "首页"; this.getTabBar().data.list[0].text = "首页";
this.getTabBar().setData({ this.getTabBar().setData({
toTop: false, toTop: false,

@ -20,7 +20,7 @@
</swiper-item> </swiper-item>
</block> </block>
</swiper>--> </swiper>-->
<input type="text" value="{{inputVal}}" class="f14" bindinput="inputTyping" placeholder="{{jobNum ? '近48小时更新' + jobNum + '条信息' : ''}}" catchblur placeholder-class="f14" confirm-type="search" /> <input type="text" value="{{inputVal}}" class="f14" bindinput="inputTyping" placeholder="{{jobNum ? '近更新' + jobNum + '条信息' : ''}}" catchblur placeholder-class="f14" confirm-type="search" />
<view class="iconfont icon-guanbi11 f10 c9 biggerSize" wx:if="{{chaShowed}}" style="color:#333;right:4px" catchtap="clearInput"></view> <view class="iconfont icon-guanbi11 f10 c9 biggerSize" wx:if="{{chaShowed}}" style="color:#333;right:4px" catchtap="clearInput"></view>
</view> </view>
<!-- <view class="weui-search-bar__input f14 oelps {{!chaShowed ? 'c9' : 'c3'}}" style="max-width: 70px;">{{inputVal}}</view> --> <!-- <view class="weui-search-bar__input f14 oelps {{!chaShowed ? 'c9' : 'c3'}}" style="max-width: 70px;">{{inputVal}}</view> -->
@ -515,7 +515,7 @@
<view style="display:{{toped == 1 ? 'block' : 'none'}}"> <view style="display:{{toped == 1 ? 'block' : 'none'}}">
<!-- margin-top:{{(selectBrandList.length > 0 || selectJobList.length > 0 || activez != 'all' || sexid != '-1' ? 34 : 0) + statusBarHeight + ((navigationBarHeight - menuButtonHeight) / 2) + 132}}px --> <!-- margin-top:{{(selectBrandList.length > 0 || selectJobList.length > 0 || activez != 'all' || sexid != '-1' ? 34 : 0) + statusBarHeight + ((navigationBarHeight - menuButtonHeight) / 2) + 132}}px -->
<view class="standardList" style="padding-top: 0;min-height: calc(100vh - {{selectBrandList.length > 0 || selectJobList.length > 0 || activez != 'zuigao' || sexid != '-1' ? '170px':'214px'}})"> <view class="standardList" style="padding-top: 0;min-height: calc(100vh - {{selectBrandList.length > 0 || selectJobList.length > 0 || activez != 'zuigao' || sexid != '-1' ? '170px':'214px'}})">
<view class="tac cccc f12" style="width:100vw;position:absolute;top:-52px" hover-class="none" hover-stop-propagation="false">{{'近48小时更新' + jobNum + '条信息'}}</view> <view class="tac cccc f12" style="width:100vw;position:absolute;top:-52px" hover-class="none" hover-stop-propagation="false">{{'近更新' + jobNum + '条信息'}}</view>
<!-- bindrefresherrefresh="onScrollRefresh" {{isScrollTop}} --> <!-- bindrefresherrefresh="onScrollRefresh" {{isScrollTop}} -->
<!-- scroll-y="true" enable-back-to-top="true" bindscrolltolower="onScrollToLower" refresher-enabled="{{false}}" lower-threshold="30" refresher-triggered="{{isTrigger}}" class="jobCenterActive" scroll-with-animation="true" scroll-into-view="{{siv}}" style="height:calc(100vh - {{selectBrandList.length > 0 || selectJobList.length > 0 || activez != 'zuigao' || sexid != '-1' ? (navigatorBarHeight + 48) : navigatorBarHeight}}px);" --> <!-- scroll-y="true" enable-back-to-top="true" bindscrolltolower="onScrollToLower" refresher-enabled="{{false}}" lower-threshold="30" refresher-triggered="{{isTrigger}}" class="jobCenterActive" scroll-with-animation="true" scroll-into-view="{{siv}}" style="height:calc(100vh - {{selectBrandList.length > 0 || selectJobList.length > 0 || activez != 'zuigao' || sexid != '-1' ? (navigatorBarHeight + 48) : navigatorBarHeight}}px);" -->
<view> <view>

Loading…
Cancel
Save