Browse Source

no message

featrue/v4.3
xpz2018 5 years ago
parent
commit
57338b42d4
2 changed files with 3 additions and 3 deletions
  1. 2
      pages/agent/ability-item/index.wxml
  2. 4
      pages/agent/factory-fragment/index.wxml

2
pages/agent/ability-item/index.wxml

@ -13,7 +13,7 @@
<view>时间:{{formate.substring(item.startTime, 0, 10)}}至{{formate.substring(item.endTime, 0, 10)}}</view> <view>时间:{{formate.substring(item.startTime, 0, 10)}}至{{formate.substring(item.endTime, 0, 10)}}</view>
</view> </view>
</view> </view>
<wux-tag bind:click="toAbilityRule">
<wux-tag bind:click="toAbilityRule" wx:if="{{item.redirectInfo}}">
<text class="text-df">活动规则</text> <text class="text-df">活动规则</text>
</wux-tag> </wux-tag>
</view> </view>

4
pages/agent/factory-fragment/index.wxml

@ -14,8 +14,8 @@
</view> </view>
<view wx:else> <view wx:else>
<view class="bg-white" style="padding:32rpx 32rpx 0rpx 32rpx" wx:if="{{hasActivity}}" bindtap="toAbility"> <view class="bg-white" style="padding:32rpx 32rpx 0rpx 32rpx" wx:if="{{hasActivity}}" bindtap="toAbility">
<wux-image width="{{686}}" height="{{240}}" nuit="{{'rpx'}}" shape="rounded" lazyLoad="true" src="http://medou.oss-cn-shenzhen.aliyuncs.com/bird_user/21010821394555058.png" mode="aspectFill">
<view class="flex flex-center" slot="loading" style="height:240;width:686rpx">
<wux-image width="{{686}}" height="{{146}}" nuit="{{'rpx'}}" shape="rounded" lazyLoad="true" src="https://img.imgdb.cn/item/603f4f7e360785be54c19c1d.png" mode="aspectFill">
<view class="flex flex-center" slot="loading" style="height:146rpx;width:686rpx">
<text class="icon--refresher"></text> <text class="icon--refresher"></text>
</view> </view>
</wux-image> </wux-image>

Loading…
Cancel
Save