|
|
|
@ -50,7 +50,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="320rpx" height="240rpx" |
|
|
|
<van-image 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" /> |
|
|
|
@ -64,7 +64,7 @@ |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<view class="bg-white flex flex-justify" style="padding:24rpx 32rpx" wx:if="{{poundInfo.totalWeighingPicture.length}}"> |
|
|
|
<van-image wx:for="{{poundInfo.totalWeighingPicture}}" wx:key="index" use-loading-slot width="320rpx" height="240rpx" |
|
|
|
<van-image wx:for="{{poundInfo.totalWeighingPicture}}" wx:key="index" use-loading-slot width="330rpx" height="240rpx" |
|
|
|
data-url="{{item}}" fit="cover" data-type="1" src="{{item}}" bind:click="viewImage"> |
|
|
|
<view class="image-load" slot="loading"> |
|
|
|
<van-loading type="spinner" size="32" /> |
|
|
|
@ -181,7 +181,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="320rpx" height="240rpx" |
|
|
|
<van-image 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" /> |
|
|
|
@ -195,7 +195,7 @@ |
|
|
|
</view> |
|
|
|
</van-cell> |
|
|
|
<view class="bg-white flex flex-justify" style="padding:24rpx 32rpx" wx:if="{{poundInfo.totalWeighingPicture.length}}"> |
|
|
|
<van-image wx:for="{{poundInfo.totalWeighingPicture}}" wx:key="index" use-loading-slot width="320rpx" height="240rpx" |
|
|
|
<van-image wx:for="{{poundInfo.totalWeighingPicture}}" wx:key="index" use-loading-slot width="330rpx" height="240rpx" |
|
|
|
data-url="{{item}}" fit="cover" data-type="1" src="{{item}}" bind:click="viewImage"> |
|
|
|
<view class="image-load" slot="loading"> |
|
|
|
<van-loading type="spinner" size="32" /> |
|
|
|
|