Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
6b7ec38ee0
3 changed files with 8 additions and 4 deletions
  1. 2
      components/popup/index.wxss
  2. 8
      pages/agent/fragment/index.wxml
  3. 2
      pages/mall/fragment/index.js

2
components/popup/index.wxss

@ -73,7 +73,7 @@
height: 100%;
text-align: center;
overflow: hidden;
border-radius: 12rpx;
border-radius: 12rpx 12rpx 0rpx 0rpx;
}
.wux-popup__title {
font-weight: 400;

8
pages/agent/fragment/index.wxml

@ -6,12 +6,16 @@
<image src="/assets/image/icon-search.png" style="height: 30rpx;width: 30rpx;margin-left: 16rpx"></image>
<text class="text-gray text-sm" style="flex: 1;margin-left: 8rpx">输入纸名/品名/纸厂/规格</text>
</view>
<image src="/assets/image/icon-calendar.png" style="height: 42rpx;width: 42rpx;margin-left: 24rpx;" bindtap="chooseCity"></image>
<!-- <image src="/assets/image/icon-calendar.png" style="height: 42rpx;width: 42rpx;margin-left: 24rpx;" bindtap="chooseCity"></image> -->
</view>
</view>
<view class="bg-white" style="height: 90rpx;border-bottom: 1rpx solid #f3f3f3">
<view class="bg-white" style="height: 90rpx;border-bottom: 1rpx solid #f3f3f3;position: relative;" wx:if="{{tabList.length}}">
<wux-tabi scroll="{{scrolled}}" tab-data="{{tabList}}" disable="{{requesting}}" tab-index="{{tabIndex}}" bind:change="onTabChange"></wux-tabi>
<view class="flex flex-justify bg-white" style="height: 88rpx;position: absolute;right: 0px;top: 0px;padding: 0rpx 24rpx;" bindtap="chooseCity">
<text class="text-df text-blue">选择城市</text>
<text class="cuIcon-right text-blue" style="padding-top: 4rpx;"></text>
</view>
</view>
<refresh-view bind:refresh="onRefreshList" height="{{height}}" triggered="{{requesting}}" scrollTop="{{top}}" bind:scrolltolower="fetchPapersList">

2
pages/mall/fragment/index.js

@ -74,8 +74,8 @@ Component({
this.setData({ tabList })
this.fetchAgentList()
})
this.initLogin()
}
this.initLogin()
this.data.firstShow = true
var bannerstring = storage.get('ztb-banner-list')
if(!util.isEmpty(bannerstring)){

Loading…
Cancel
Save