Browse Source

no message

feature/v1.4
xpz2018 5 years ago
parent
commit
a951063773
4 changed files with 4 additions and 4 deletions
  1. 2
      pages/agent/factory-fragment/index.wxml
  2. 2
      pages/htmls/auths/index.wxml
  3. 2
      pages/htmls/banner/index.wxml
  4. 2
      pages/storage/order-create/index.wxml

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

@ -14,7 +14,7 @@
<view class="text-empty">{{loading? '正在加载' : '暂无数据'}}</view>
</view>
<view wx:if="{{hasActivity && !loading && orderList.length}}" bindtap="toAbility">
<van-image width="750rpx" height="160rpx" src="https://img.imgdb.cn/item/603f4f7e360785be54c19c1d.png">
<van-image use-loading-slot width="750rpx" height="160rpx" src="https://img.imgdb.cn/item/603f4f7e360785be54c19c1d.png">
<view class="image-load" slot="loading">
<van-loading type="spinner" size="32" />
</view>

2
pages/htmls/auths/index.wxml

@ -4,7 +4,7 @@
</cu-custom>
<view class="relative">
<van-image width="750rpx" height="1496rpx" use-loading-slot
<van-image use-loading-slot width="750rpx" height="1496rpx" use-loading-slot
src="https://img.imgdb.cn/item/604722f75aedab222c7919d9.png" fit="fill">
<view class="image-load" slot="loading">
<van-loading type="spinner" size="32" />

2
pages/htmls/banner/index.wxml

@ -5,7 +5,7 @@
</view>
</view>
<van-image width="750rpx" height="{{height}}rpx" src="{{src}}" fit="fill" bind:load="onImageLoad">
<van-image use-loading-slot width="750rpx" height="{{height}}rpx" src="{{src}}" fit="fill" bind:load="onImageLoad">
<view class="flex flex-center" slot="loading" style="height:{{fheight}}rpx;width:750rpx">
<van-loading type="spinner" size="32" />
</view>

2
pages/storage/order-create/index.wxml

@ -70,7 +70,7 @@
</view>
</van-cell>
<view class="bg-white flex flex-justify" style="padding:24rpx 32rpx" wx:if="{{poundInfo.emptyWeighingPicture.length}}">
<van-image wx:for="{{poundInfo.emptyWeighingPicture}}" wx:key="index" use-loading-slot width="330rpx" height="240rpx"
<van-image use-loading-slot wx:for="{{poundInfo.emptyWeighingPicture}}" wx:key="index" use-loading-slot width="330rpx" height="240rpx"
data-url="{{item}}" fit="cover" data-type="0" src="{{item}}" bind:click="viewImage">
<view class="image-load" slot="loading">
<van-loading type="spinner" size="32" />

Loading…
Cancel
Save