|
|
@ -84,7 +84,7 @@ |
|
|
<view slot="title" class="text-black"> |
|
|
<view slot="title" class="text-black"> |
|
|
<view>过毛重照片</view> |
|
|
<view>过毛重照片</view> |
|
|
<view class="flex" style="margin-top:18rpx"> |
|
|
<view class="flex" style="margin-top:18rpx"> |
|
|
<van-image wx:for="{{form.totalWeighingPicture}}" wx:key="index" use-loading-slot width="100" height="100" |
|
|
|
|
|
|
|
|
<van-image wx:for="{{form.totalWeighingPicture}}" wx:key="index" use-loading-slot width="150" height="100" |
|
|
custom-class="page-icon" data-url="{{item.url}}" fit="cover" data-type="0" src="{{item.url}}" bind:click="viewImage"> |
|
|
custom-class="page-icon" data-url="{{item.url}}" fit="cover" data-type="0" src="{{item.url}}" bind:click="viewImage"> |
|
|
<view class="image-load" slot="loading"> |
|
|
<view class="image-load" slot="loading"> |
|
|
<van-loading type="spinner" size="32" /> |
|
|
<van-loading type="spinner" size="32" /> |
|
|
@ -97,7 +97,7 @@ |
|
|
<view slot="title" class="text-black"> |
|
|
<view slot="title" class="text-black"> |
|
|
<view>过皮重照片</view> |
|
|
<view>过皮重照片</view> |
|
|
<view class="flex" style="margin-top:18rpx"> |
|
|
<view class="flex" style="margin-top:18rpx"> |
|
|
<van-image wx:for="{{form.emptyWeighingPicture}}" wx:key="index" use-loading-slot width="100" height="100" |
|
|
|
|
|
|
|
|
<van-image wx:for="{{form.emptyWeighingPicture}}" wx:key="index" use-loading-slot width="150" height="100" |
|
|
custom-class="page-icon" data-url="{{item.url}}" fit="cover" data-type="1" src="{{item.url}}" bind:click="viewImage"> |
|
|
custom-class="page-icon" data-url="{{item.url}}" fit="cover" data-type="1" src="{{item.url}}" bind:click="viewImage"> |
|
|
<view class="image-load" slot="loading"> |
|
|
<view class="image-load" slot="loading"> |
|
|
<van-loading type="spinner" size="32" /> |
|
|
<van-loading type="spinner" size="32" /> |
|
|
|