This commit is contained in:
zmj 2024-05-25 15:01:05 +08:00
parent 51fe5f25b6
commit 1af643fcaf
6 changed files with 12 additions and 7 deletions

View File

@ -45,11 +45,16 @@
</view>
</view>
<view class="status-png" v-if="tabIndex==2">
<image v-if="item.is_adopt==1" :src="waitPng" style="width: 108rpx; height: 84rpx;">
<image v-if="item.is_adopt==0" src="/static/images/dbj.png"
style="width: 108rpx; height: 84rpx;">
</image>
<image v-else-if="item.is_adopt==2" :src="successPng" style="width: 108rpx; height: 84rpx;">
<image v-else-if="item.is_adopt==1" src="/static/images/ybj.png"
style="width: 108rpx; height: 84rpx;">
</image>
<image v-else :src="errPng" style="width: 108rpx; height: 84rpx;">
<image v-else-if="item.is_adopt==2" src="/static/images/ycn.png" style=" width: 108rpx;
height: 84rpx;">
</image>
<image v-else src="/static/images/wcn.png" style="width: 108rpx; height: 84rpx;">
</image>
</view>
</view>
@ -84,9 +89,9 @@
loading: false,
lists: [],
date: "",
successPng: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/attach/739c3202405071458553459.png',
errPng: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/attach/04c2c202405071501462462.png',
waitPng: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/attach/274ad202405111523222891.png',
ycn: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/attach/739c3202405071458553459.png',
wcj: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/attach/04c2c202405071501462462.png',
ybj: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/attach/274ad202405111523222891.png',
}
},
methods: {

View File

@ -31,7 +31,7 @@
style="margin-right: 10rpx;color: #FC452F;padding:4rpx 10rpx;background-color: #FFEBE3;border-radius: 5rpx;">已报价</text>
</view>
<view style="padding: 20rpx;">
商品分类: {{item.labels}}
商品分类: <text v-for="items in item.class_arr">{{items}}</text>
</view>
<view style="padding: 0 20rpx;padding-bottom: 20rpx;">
商品数量: {{item.nums}}

BIN
static/images/dbj.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

BIN
static/images/wcn.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

BIN
static/images/ybj.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

BIN
static/images/ycn.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB