add
This commit is contained in:
parent
51fe5f25b6
commit
1af643fcaf
@ -45,11 +45,16 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="status-png" v-if="tabIndex==2">
|
<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>
|
||||||
<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>
|
||||||
<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>
|
</image>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@ -84,9 +89,9 @@
|
|||||||
loading: false,
|
loading: false,
|
||||||
lists: [],
|
lists: [],
|
||||||
date: "",
|
date: "",
|
||||||
successPng: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/attach/739c3202405071458553459.png',
|
ycn: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/attach/739c3202405071458553459.png',
|
||||||
errPng: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/attach/04c2c202405071501462462.png',
|
wcj: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/attach/04c2c202405071501462462.png',
|
||||||
waitPng: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/attach/274ad202405111523222891.png',
|
ybj: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/attach/274ad202405111523222891.png',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
style="margin-right: 10rpx;color: #FC452F;padding:4rpx 10rpx;background-color: #FFEBE3;border-radius: 5rpx;">已报价</text>
|
style="margin-right: 10rpx;color: #FC452F;padding:4rpx 10rpx;background-color: #FFEBE3;border-radius: 5rpx;">已报价</text>
|
||||||
</view>
|
</view>
|
||||||
<view style="padding: 20rpx;">
|
<view style="padding: 20rpx;">
|
||||||
商品分类: {{item.labels}}
|
商品分类: <text v-for="items in item.class_arr">{{items}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view style="padding: 0 20rpx;padding-bottom: 20rpx;">
|
<view style="padding: 0 20rpx;padding-bottom: 20rpx;">
|
||||||
商品数量: 共{{item.nums}}种
|
商品数量: 共{{item.nums}}种
|
||||||
|
BIN
static/images/dbj.png
Normal file
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
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
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
BIN
static/images/ycn.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
Loading…
x
Reference in New Issue
Block a user