|
|
|
@ -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" /> |
|
|
|
|